powered by
Gets model parameter estimates in canonical order, treating character as model names. See parameters for a less formal interface.
parameters
# S3 method for character estimates(x, xmlfile = modelpath(x, ext = "xml", ...), strip.namespace = TRUE, digits = 3, ...)
character (modelname)
path to xml file
whether to strip e.g. nm: from xml elements for easier xpath syntax
passed to signif
dots
numeric
nms_canonical errors
Other estimates: estimates.numeric, estimates
estimates.numeric
estimates
# NOT RUN { library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% estimates # }
Run the code above in your browser using DataLab