Description Usage Arguments See Also
Typically the result of a DoubleGam or DoubleRobGam fit. Method functions as summary
, print
and plot
.
Depending on whether the mean only or both the mean and the dispersion function are estimated the results will be different.
In both cases the information on the convergence status og the overall estimation is given by converged
.
iter
gives the total number of (outer) iterations;
data
contains the dataset to which the model was fitted, if given.
If both the mean and the dispersion function are estimated the object will contain the following elements:
converged
, convVec
, data
, fitG
, fitM
, iter
, relE
.
fitM
contains information on the mean estimation procedure;
fitG
contains information on the dispersion estimation procedure and has the same elements as fitM
.
If only the mean function is estimated all the values of the fitM
object are given in gamMD
object.
1 2 3 |
object |
an object of the gamMD class |
col |
colour in which the lines in the plot should be drawn |
xlab,ylab |
optional axis labs |
one |
logic value to indicate whether mean and disperion figures should be included togther in one plot |
conf.level |
confidence level at which confidence bands should be drawn (default is 0.05) |
ci.plot |
logic value to indicate whether confidence bands should be drawn |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.