powered by
This function returns the number of estimated parameters in the model
nParam(object, ...)
Time series model.
Some other parameters passed to the method.
This function returns a numeric value.
This is a very basic and a simple function which does what it says: extracts number of parameters in the estimated model.
nobs, logLik
# NOT RUN { ourModel <- ces(rnorm(100,0,1),h=10) nParam(ourModel) # }
Run the code above in your browser using DataLab