AceEstimate-class: Class '"AceEstimate"'

Description Objects from the Class Note Examples

Description

A class containing information about a single univariate ACE model.

Objects from the Class

Objects can be created by calls of the form:

new("AceEstimate", aSquared, cSquared, eSquared, caseCount, unity, withinBounds, details, ...)

Note

The contents of the Details list depends on the underlying estimation routine. For example, when the ACE model is estimated with a DF analysis, the output is an lm object, because the lm function was used (ie, the basical general linear model). Alternatively, if the user specified the lavaan package should estimate that ACE model, the output is a lavaan object.

Examples

1
2
3
4
5
6
library(NlsyLinks) #Load the package into the current R session.

showClass("AceEstimate")
est <- CreateAceEstimate(.5, .2, .3, 40)
est
print(est)

NlsyLinks documentation built on May 2, 2019, 4:36 p.m.