summary.bqtl {bqtl} | R Documentation |
Extract coefficients (and related stats), loglikelihood, and residual standard error of the trait.
## S3 method for class 'bqtl' summary(object,...)
object |
The result of |
... |
Currently not used |
A list containing
coefficients |
Either a vector of regression coefficents, or if
object was created via |
loglik |
the loglikelihood or log posterior |
std.res |
The residual standard deviation of the trait |
N |
The counts of all observations, the number omitted, and the number used in the fit |
Charles C. Berry cberry@ucsd.edu
data(little.ana.bc) fit <- bqtl( bc.phenotype~locus(4)*locus(45), little.ana.bc, return.hess=TRUE ) summary(fit)