parameters.character | R Documentation |
Gets parameters, treating character as model names. If x is length one,
slightly more details are returned such as datafile, reference model, and feature.
Otherwise results are bound together, one model per column.
See estimates
and errors
for a more formal interface to model estimates and asymptotic standard errors.
## S3 method for class 'character'
parameters(x, simplify = FALSE, ...)
x |
object |
simplify |
if x is length one and simplify is TRUE, return a named vector |
... |
passed arguments |
data.frame
Other parameters:
parameters()
,
parameters.numeric()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.