estimates.character: Get Estimates for Character

View source: R/likebut.R

estimates.characterR Documentation

Get Estimates for Character

Description

Gets model parameter estimates in canonical order, treating character as model names. See parameters for a less formal interface.

Usage

## S3 method for class 'character'
estimates(
  x,
  xmlfile = modelpath(x, ext = "xml", ...),
  strip.namespace = TRUE,
  digits = 3,
  ...
)

Arguments

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

Value

numeric

See Also

nms_canonical errors

Other estimates: estimates.numeric(), estimates()

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% estimates

nonmemica documentation built on Sept. 21, 2023, 1:06 a.m.