powered by
A class containing information about a single univariate ACE model.
A generic function for extracting the Details slot of an AceEstimation object.
Details
# S4 method for AceEstimate GetDetails(object)
ACE object
Objects can be created by calls of the form: new("AceEstimate", aSquared, cSquared, eSquared, caseCount, unity, withinBounds, details, ...)
new("AceEstimate", aSquared, cSquared, eSquared, caseCount, unity, withinBounds, details, ...)
Will Beasley
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