estimate.expmodel | R Documentation |
expmodel
Estimates Exponential-based model expmodel
among
parameter vectors, deglist
, lmdlist
.
Then it sorts the results by AIC.
## S3 method for class 'expmodel' estimate( model, deglist = deglist, lmdlist = lmdlist, recompute = FALSE, stepsize = NULL, verbose = FALSE, ... )
model |
An object of |
deglist |
A vector of degrees of polynomials. The element should be positive integers. |
lmdlist |
A vector of rate parameters of Exponential-based models. The element should be larger than 0. |
recompute |
If |
stepsize |
A vector in descending order whose values are between 0 and 1. If a small step size is supplied, it can attain successful estimates, but it might take more iterations. |
verbose |
If |
... |
Arguments to be passed to or from other methods. |
A expmodel
object including the estimates.
Those estimates are stored in model$result
with
data.frame
format and model$coeffs
in list
format.
expmodel()
summary.expmodel()
plot.expmodel()
## Create an expmodel object emodel <- expmodel(mixexpgamma$n200) ## Estimate a model with parameters emodel <- estimate(emodel, deglist=c(4,5), lmdlist=c(0.5, 1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.