Learn R Programming

nonmemica (version 1.0.8)

parameters.character: 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 character
parameters(x, simplify = FALSE, ...)

Value

data.frame

Arguments

x

object

simplify

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

...

passed arguments

See Also

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

Examples

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

Run the code above in your browser using DataLab