errors.character: Get Errors for Character

View source: R/likebut.R

errors.characterR Documentation

Get Errors for Character

Description

Gets model asymptotic standard errors in canonical order, treating character as model names. See parameters for a less formal interface.

Usage

## S3 method for class 'character'
errors(
  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 errors: errors.numeric(), errors()

Examples

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

bergsmat/nonmemica documentation built on Sept. 15, 2023, 9:22 a.m.