parameters.character: Get Parameters for Character

View source: R/likebut.R

parameters.characterR 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

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