Learn R Programming

NlsyLinks (version 2.2.2)

AceEstimate-class: Class AceEstimate

Description

A class containing information about a single univariate ACE model.

A generic function for extracting the Details slot of an AceEstimation object.

Usage

# S4 method for AceEstimate
GetDetails(object)

Arguments

object

ACE object

Objects from the Class

Objects can be created by calls of the form: new("AceEstimate", aSquared, cSquared, eSquared, caseCount, unity, withinBounds, details, ...)

Author

Will Beasley

Examples

Run this code
library(NlsyLinks) # Load the package into the current R session.

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

Run the code above in your browser using DataLab