set.nl.variable: Set a variable in the exepriment of the provided nl object

View source: R/set.nl.variable.R

set.nl.variableR Documentation

Set a variable in the exepriment of the provided nl object

Description

Set a variable in the exepriment of the provided nl object

Usage

set.nl.variable(
  nl,
  varname,
  values = NULL,
  min = NULL,
  max = NULL,
  step = NULL,
  qfun = NULL
)

Arguments

nl

nl object

varname

name of the variable that should be added

values

a values vector, not needed if min, max and step or qfun are defined instead

min

minimum value of variable

max

maximum value of variable

step

step interval between values

qfun

distribution function

Details

Set a variable in the exepriment of the provided nl object

Value

nl object

Examples

## Not run: 
set.nl.variable(nl, varname="testvar", min=1, max=5, step=0.1, qfun="qunif")

## End(Not run)


EFForTS-B10/Refforts documentation built on March 26, 2023, 5:45 p.m.