Learn R Programming

REndo (version 1.0)

liv-class: liv S4 Object

Description

This class is used to store and further analyze the results of the liv function

Arguments

Slots

formula
returns an object of type 'formula' as used in the call of the function. Example var1 ~ var2.
coefficients
model's coefficients
seCoefficients
the standard errors of the coefficients
groupMeans
the coefficients of the means of the two groups considered to build the latent IV.
seMeans
the standard errors of the groups means coefficients.
sigma
the coefficients of the variance -covariance matrix.
probG1
the coefficient of the probability of group 1.
seProbG1
the standard error of the coefcients of probability of group 1.
initValues
the initial parameter values.
value
the value of the log=likelihood function computed at the optimal parameter values.
convCode
the converge code.
hessian
the hessian matrix.

Examples

Run this code
getSlots("liv")

Run the code above in your browser using DataLab