ram: RAM Matrix for a Structural-Equation Model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ram.R

Description

Print the labelled RAM definition matrix for a structural-equation model fit by sem.

Usage

1
ram(object, digits=5, startvalues=FALSE)

Arguments

object

an object of class sem returned by the sem function.

digits

number of digits for printed output.

startvalues

if TRUE, start values for parameters are printed; otherwise, the parameter estimates are printed; the default is FALSE.

Value

A data frame containing the labelled RAM definition matrix, which is normally just printed.

Author(s)

John Fox jfox@mcmaster.ca

See Also

sem

Examples

1
2
3
4
5
6
7
# ------------- assumes that Duncan, Haller and Portes peer-influences model
# -------------     has been fit and is in sem.dhp

    ## Not run: 
ram(sem.dhp)
    
## End(Not run)

sem3 documentation built on May 2, 2019, 5:48 p.m.

Related to ram in sem3...