Learn R Programming

packDAMipd (version 1.1.0)

define_parameters: Function to return a list of parameters given

Description

Function to return a list of parameters given

Usage

define_parameters(...)

Value

a list of 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

Examples

Run this code
define_parameters(rr = 1)

Run the code above in your browser using DataLab