Last chance! 50% off unlimited learning
Sale ends in
RMpolynome(degree, dim, value=NA, varnames = c("x", "y", "z", "T"), proj=1:4)
RMpolynome
returns an object of class RMmodel
.
value
is smaller than the number of mononomes,
the remaining terms are filled with NA
s. If the length is
larger, the vector is cut.
RMtrend
,
RFfit
.
## For examples see the help page of 'RFformula' ##
RMpolynome(1, 1)
RMpolynome(1, 2)
RMpolynome(2, 1)
RMpolynome(2, 2)
RMpolynome(3, 3)
Run the code above in your browser using DataLab