Learn R Programming

NlsyLinks (version 2.0.6)

AceEstimate-class: Class "AceEstimate"

Description

A class containing information about a single univariate ACE model.

Arguments

Objects from the Class

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

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