nrregr_options
Sets options for function 'nrregr' one by one.
Contents
Syntax
nrregr_options (key, val)
Description
Sets options for function nrregr one by one. Type 'nrregr_options' to see values or type 'nrregr_options('default') to set options at default values
Input
- no input: print values to screen
- one input:
'default': sets options at default values any other key (see below): print value to screen
- two inputs
'max_step_number', default: 10 'max_step_size', default : 1e20 'max_norm', default: 1e-8 'report', default: 1
Output
- no output, but globals are set to values or values are printed to screen
Example of use
nrregr_options('default'); nrregr_options('report', 0)