tweak.model | R Documentation |
Tweaks model.
## S3 method for class 'model'
tweak(x, sd = 0.13, digits = 3, ...)
x |
model |
sd |
numeric |
digits |
integer |
... |
passed arguments |
model
Other tweak:
tweak()
,
tweak.default()
,
tweak.init()
,
tweak.inits()
# Create a working project.
source <- system.file(package = 'nonmemica','project')
target <- tempdir()
target <- gsub('\\\\','/',target) # for windows
source
target
file.copy(source,target,recursive = TRUE)
project <- file.path(target,'project','model')
# Point project option at working project
options(project = project)
library(magrittr)
# Make ten new models with slightly different initial estimates.
1001 %>% tweak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.