Learn R Programming

nonmemica (version 0.7.4)

runlog.character: Create a Runlog for Character

Description

Creates a Runlog for character by treating x as modelname(s).

Usage

# S3 method for character
runlog(x, dependencies = FALSE, digits = 3,
  places = 0, ...)

Arguments

x

object

dependencies

whether to log runs in lineage(s) as well

digits

significance for parameters

places

rounding for objective function

...

passed arguments

Value

data.frame

Examples

Run this code
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% runlog(dependencies = TRUE)
# }

Run the code above in your browser using DataLab