Learn R Programming

glca (version 0.1.0)

item: Specifies Manifest Items for glca

Description

Specifying manifest items in formula of glca function.

Usage

item(..., starts.with = NULL, ends.with = NULL)

Arguments

vectors of manifest items. These can be given as named arguments which is colnames of data.frame.

starts.with

a string

ends.with

a string

Value

a matrix of specified variables, which contains names and levels of manifest items.

See Also

glca

Examples

Run this code
# NOT RUN {
## For examples see example(glca)

# }

Run the code above in your browser using DataLab