define_parameters: Function to return a list of parameters given

View source: R/help_model_functions.R

define_parametersR Documentation

Function to return a list of parameters given

Description

Function to return a list of parameters given

Usage

define_parameters(...)

Arguments

...

any parameters set of name value pairs expected

Details

To return a list of parameters For using with assign_parameters() just list or enumerate the parameters, do not use c() or list() to create a data type list

Value

a list of parameters

Examples

define_parameters(rr = 1)

packDAMipd documentation built on May 29, 2024, 3:18 a.m.