powered by
Print the labelled RAM definition matrix for a structural-equation model fit by sem.
sem
ram(object, digits=getOption("digits"), startvalues=FALSE)
an object of class sem returned by the sem function.
number of digits for printed output.
if TRUE, start values for parameters are printed; otherwise, the parameter estimates are printed; the default is FALSE.
TRUE
FALSE
A data frame containing the labelled RAM definition matrix, which is normally just printed.
# NOT RUN { # ------------- assumes that Duncan, Haller and Portes peer-influences model # ------------- has been fit and is in sem.dhp # } # NOT RUN { ram(sem.dhp) # }
Run the code above in your browser using DataLab