View source: R/functions_wrapper.R
retrieve_modelfit_results | R Documentation |
Retrieve the modelfit results of a model
retrieve_modelfit_results(context, name)
context |
(Context) A previously opened context |
name |
(str) Name of the model or a qualified name with a subcontext path, e.g. |
(ModelfitResults) The results object
## Not run:
context <- open_context("iivsearch1")
results <- retrieve_modelfit_results(context, 'input')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.