View source: R/apollo_modelOutput.R
apollo_modelOutput | R Documentation |
Prints estimation results to console. Amount of information presented can be adjusted through arguments.
apollo_modelOutput(model, modelOutput_settings = NA)
model |
Model object. Estimated model object as returned by function apollo_estimate. |
modelOutput_settings |
List. Contains settings for this function. User input is required for all settings except those with a default or marked as optional.
|
Prints to screen the output of a model previously estimated by apollo_estimate()
A matrix of coefficients, s.d. and t-tests (invisible)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.