parameters.character {nonmemica}R Documentation

Get Parameters for Character

Description

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.

Usage

## S3 method for class 'character'
parameters(x, simplify = FALSE, ...)

Arguments

x

object

simplify

if x is length one and simplify is TRUE, return a named vector

...

passed arguments

Value

data.frame

See Also

Other parameters: parameters.numeric(), parameters()

Examples

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

[Package nonmemica version 1.0.8 Index]