errors.character | R Documentation |
Gets model asymptotic standard errors in canonical order, treating character as model names.
See parameters
for a less formal interface.
## S3 method for class 'character'
errors(
x,
xmlfile = modelpath(x, ext = "xml", ...),
strip.namespace = TRUE,
digits = 3,
...
)
x |
character (modelname) |
xmlfile |
path to xml file |
strip.namespace |
whether to strip e.g. nm: from xml elements for easier xpath syntax |
digits |
passed to signif |
... |
dots |
numeric
nms_canonical errors
Other errors:
errors()
,
errors.numeric()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% errors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.