Learn R Programming

packDAMipd (version 0.2.0)

define_parameters: 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

Value

a list of parameters

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

Examples

Run this code
# NOT RUN {
define_parameters(rr = 1)
# }

Run the code above in your browser using DataLab