"strumFittedModel"
strumSimModel
is an S4 class that contains the result from a strum analysis, i.e., information of a trait model with fitted parameter values.
strum
function.myStrumModel
:"strumModel"
stating the analysis model.modelValidity
:fittedParameters
:"data.frame"
containing the fitted parameter values of the model with the standard errors, confidence intervals, and p-values.fittedParametersCovMatrix
:deltaParameters
:deltaParametersCovMatrix
:parDiff
:parDiffCovMatrix
:chiTestOut
:"data.frame"
containing the un-adjusted(1), mean scaled(2), and mean/variance scaled(3) chi-square index of fits with the degrees of freedom and p-values along with the theoretically corrected p-value(4) from simulation.fitIndices
:"data.frame"
containing the model fit indices.signature(object = "strumFittedModel")
: Accessor function, returns the fittedParameters of the object.signature(object = "strumFittedModel")
: Accessor function, returns the fittedParametersCovMatrix of the object.signature(object = "strumFittedModel")
: Accessor function, returns the chiTestOut of the object.signature(object = "strumFittedModel")
: Print a summary of the fitted model.strumModel