def_output_tables | R Documentation |
MxModel
output tables.The functions to define and extract the output tables for MxModels
.
The names of the output tables are stored as the output_tables
option of an MxModel
object.
def_output_tables(model, output_tables = character(0))
output_tables(model) <- value
get_output_tables(model, tables = character(0), CIs = TRUE)
output_tables(model)
model |
|
output_tables , value |
character vector, the names of the output tables
defined inside the model as |
def_output_tables
returns an MxModel
(`output_tables<-`
is an alias).
output_table
returns character
vector of the names of
the output tables.
get_output_tables
returns the list of the evaluated output
tables. If the model output includes confidence intervals, it append
the intervals. Each table is either data.frame
or
mlth.data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.