Description Usage Arguments Value See Also Examples
Allows users to set control parameters for routines available in heavy
.
1 2 | heavy.control(maxIter = 2000, tolerance = 1e-6, fix.shape = FALSE,
ndraws = 500, algorithm = c("EM", "NEM"), ncycles = 5)
|
maxIter |
maximum number of iterations. The default is 2000. |
tolerance |
the relative tolerance in the iterative algorithm. |
fix.shape |
whether the shape parameters should be kept fixed in the fitting
processes. The default is |
ndraws |
independent draws for Monte Carlo integration. The default is 500. |
algorithm |
character string specifying the algorithm to use. The default algorithm is an EM algorithm. Other possible value is "NEM" for the nested EM algorithm. |
ncycles |
number of cycles used in the nested EM algorithm, not used if |
A list of control arguments to be used in a call to the fitter (i.e., heavyFit
,
heavyGrubbs
, heavyLm
, heavyLme
or heavyPS
functions).
A call to heavy.control
can be used directly in the control argument of the call to the fitter.
heavyFit
, heavyGrubbs
, heavyLm
, heavyLme
, heavyPS
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.