runlog.character: Create a Runlog for Character

View source: R/likebut.R

runlog.characterR Documentation

Create a Runlog for Character

Description

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

Usage

## S3 method for class '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

See Also

likebut

Other runlog: runlog.numeric(), runlog()

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
# likebut(2001,'2 cmt', 2002)              # edit manually, then ...
# likebut(2002,'add. err.', 2003)          # edit manually, then ...
# likebut(2003,'allo. WT on CL',2004)      # edit manually, then ...
# likebut(2004,'estimate allometry', 2005) # edit manually, then ...
# likebut(2005,'SEX on CL', 2006)          # edit manually, then ...
# likebut(2006,'full block omega', 2007)   # edit manually, then run all
2007 %>% runlog(dependencies = TRUE)

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