Learn R Programming

multic (version 0.2.2)

multic.object: a multic object

Description

Object of class "multic" returned from the function multic.

Arguments

fam.log.liks
the log likelihoods and lod scores for each family at each marker (including the null hypothesis). fam.log.liks is a 3-dimensional matrix. The first dimension is indexed by the family identifiers. The second dimension is indexed by the word
fixed.effects
the estimate, standard error, t value, and p value of the fixed effects for the traits and covariates for the null hypothesis and each marker. fixed.effects is a 3-dimensional matrix. The first dimension is indexed by the trait and covaria
polygenic
the estimate, standard error, Wald score, Wald score P-value, heritabilty estimate, standard error of the heritabilty estimate, and heritably estimate P-value for the variance and covariance of the polygenic effect of the formula for the null hypothesis a
major.gene1
the estimate, standard error, Wald score, Wald score P-value, heritabilty estimate, standard error of the heritabilty estimate, and heritably estimate P-value for the variance and covariance of the major gene effect of formula for the null hypothesis and
environmental
the estimate, standard error, Wald score, and Wald score P-value for the variance and covariance of the environmental effect of formula for the null hypothesis and each marker. environmental is a 3-dimensional matrix. The first dimension is indexed by t
sibling.sibling
the estimate, standard error, Wald score, and Wald score P-value for the variance and covariance of the sibling to sibling effect of formula for the null hypothesis and each marker. sibling.sibling is a 3-dimensional matrix. The first dimen
parent.parent
the estimate, standard error, Wald score, and Wald score P-value for the variance and covariance of the parent to parent effect of formula for the null hypothesis and each marker. parent.parent is a 3-dimensional matrix. The first dimension
parent.offspring
the estimate, standard error, Wald score, and Wald score P-value for the variance and covariance of the parent to offspring effect of formula for the null hypothesis and each marker. parent.offspring is a 3-dimensional matrix. The first dim
log.liks
the log likelihood, centimorgan distance, log likelihood status, and lod score and P-value for the null hypothesis and each marker. log.liks is a data.frame. The row names are "null" and the markder file names. Th
var.fixed
the variance of the fixed effects of the traits and covariates for the null hypothesis and each marker. var.fixed is a 3-dimensional matrix. The first and second dimensions are indexed by the trait and covariate names. The third dimension
var.random
the variance of the polygenic, major gene, and environmental effects for the null hypothesis and each marker. var.random is a 3-dimensional matrix. The first and second dimensions are indexed as described by the polygenic, major.gene1, and e
var.sandwich
a more precise variance estimator after using a sandwich estimator approach. This is only calculated if the multic object represents a univariate model. var.sandwich is a 3-dimensional matrix. The first and second dimensions are indexed b
cors
the Pearson, Spearman, genetic, environmental, and phenotypic correlations. cors is a list made up of the components "pearson", "spearman", "genetic", "environment", and "phenotype"<
v.matrices
the variance-covariance matrix of the trait (y) that incorporates the polygenic, major gene, shared common environment, and error matrices. v.matrices is a 2-dimensional matrix. The first dimension is indexed by the family identifier (
residuals
the observed values minus the fitted values of the trait (y) divided by the square root of the V matrix for each family. If the residuals are not calculated, then residuals is a character vector providing instructions how to calculate the v
descriptives
the total individuals used, mean, standard deviation, minimum, maximum, kurtosis, and skewness for each trait and covariate.
counts
various counts of the total number of pedigrees, people, females, males, and so on. This is mostly for passing data for print and summary to display and is very likely to be not useful to the user community.
call
how multic was called. call is a call object.
R.sq
the proportion of variance due to the covariates.
metadata
a list of useful data like start.time, finish.time, call, epsilon, trait.count, iterations, null.initial.values, method, etc.

Generation

This class of objects is returned by the multic function to represent a fitted variance components model.

Methods

Objects of this class have methods for the functions polygene, print, plot, fitted, residuals, and summary

See Also

multic