mincLm is the command to run linear models in RMINC. Its basic use is to provide a formula (same syntax as the R lm command) with the left side containing the filenames, the right side the variables to be regressed. The output of mincLm depends on the formula. There will always be a column of F-statistics, representing the significance of the entire model. Then there is one column for each of the terms in the mode. The above linear model, relating the Jacobian determinant to Genotype, will thus have three columns:
The output is placed into a variable that can be written to file in the same way as described in the descriptive statistics section.
Jason Lerch 2008-02-17