Gibbs1F90 Ignacy Misztal September 2000- July 2006 Modification of gibbsf90 that stores only single trait matrices once. Works much faster than gibbsf90 especially in multiple-traits but needs a modified parameter file in models with different designs per trait. Available options: OPTION fixed_var all 1 2 3 All solutions and posterior means and SD for effects for effects1, 2, and 3 are stored in "all_solutions" and in "final_solutions" every round using fixed variances. Without numbers, all solutions for all effects are stored. OPTION fixed_var mean 1 2 3 Posterior means and SD for effects1, 2, and 3 in "final_solutions". OPTION solution all 1 2 3 All solutions and posterior means and SD for effects1, 2, and 3 are stored in "all_solutions" and in "final_solutions" every round. Without numbers, all solutions for all effects are stored. OPTION solution mean 1 2 3 Posterior means and SD for effects1, 2, and 3 in "final_solutions". OPTION cont 10000 10000 is the number of samples run previously when restarting the program from the last run. OPTION prior 5 5 is the degree of belief for the priors specified in the parameter file. OPTION seed 123 321 Two seeds for a random number generator can be specified.