mlomar(y, max.order=NULL, span, const=0)
y
.0
denotes constant vector is not included as a regressor
and 1
denotes constant vector is included as the first regressor.arcoef[[m]][i,j,k]
shows the value of $i$-th row, $j$-th column, $k$-th order of $m$-th model.data(Amerikamaru)
mlomar(Amerikamaru, max.order=10, span=300, const=0)
Run the code above in your browser using DataLab