Learn R Programming

bqtl (version 1.0-7)

summary.bqtl: Summarize bqtl object

Description

Extract coefficients (and related stats), loglikelihood, and residual standard error of the trait.

Usage

## S3 method for class 'bqtl':
summary(object,\dots)

Arguments

object
The result of link{bqtl}
...
Currently not used

Value

  • A list containing
  • coefficientsEither a vector of regression coefficents, or if {object} was created via bqtl(...,return.hess=TRUE), then a matrix with coefficients, standard errors, t-statistics, and p-values
  • loglikthe loglikelihood or log posterior
  • std.resThe residual standard deviation of the trait
  • NThe counts of all observations, the number omitted, and the number used in the fit

Examples

Run this code
data(little.ana.bc)
fit <- bqtl( bc.phenotype~locus(4)*locus(45), little.ana.bc,
return.hess=TRUE )
summary(fit)
<testonly>rm(little.ana.bc,fit)</testonly>

Run the code above in your browser using DataLab