Create SWR
model object
createSWR.Rd
Constructor to create an SWR
model object manually based on model parameters
Details
An SWR
model object is an S3-class object, which contains at least two variables:
a matrix
param
with 2 columns representing one window per row. The first column contains location parameters delta (>=0), the second column contains the standard deviation sigma (>0),a vector
mix
of regression parameters, representing one window each. Thus, the number of windows is given by the number of rows inparam
, as well as by the number of elements inmix
. Additional variables can be appended to theSWR
model object by using the...
argument