set_all_growthcurveSL_options: Setting 'growthcurveSL' Options

Description Usage Arguments Value See Also

View source: R/zzz.R

Description

Options that control growthcurveSL package. Will reset all unspecified options (omitted arguments) to their default values. The preferred way to set options for growthcurveSL is to use growthcurveSLOptions, which allows specifying individual options without having to reset all other options. To reset all options to their defaults simply run set_all_growthcurveSL_options() without any parameters/arguments.

Usage

1
2
3
set_all_growthcurveSL_options(fit.package = c("h2o", "speedglm", "glm",
  "brokenstick", "face"), fit.algorithm = c("glm", "gbm", "randomForest",
  "deeplearning", "GridLearner"), maxncats = 20)

Arguments

fit.package

Specify the default package for performing model fitting: c("speedglm", "glm", "h2o")

fit.algorithm

Specify the default fitting algorithm: c("glm", "gbm", "randomForest", "SuperLearner")

maxncats

Max number of unique categories a categorical variable can have. More than these number and it is deemed continuous.

Value

Invisibly returns a list with old option settings.

See Also

growthcurveSLOptions, print_growthcurveSL_opts


osofr/growthcurveSL documentation built on May 24, 2019, 4:56 p.m.