Description Usage Arguments Details Value Author(s) References See Also
Plot an object of class hisemit
1 2 3 4 5 |
x,obj |
The object of class |
type |
Either |
... |
See |
y.type |
Either |
x.type |
One of |
SE |
A logical scalar, indicating whether standard error bars should be added to the plot. |
add |
A logical scaler, indicating whether a new plot should be generated or adding lines to the existing plot. |
The generic function plot.hisemit calls either plotHisemitResid or plotHisemitTuning depending on type.
For plot.hisemit, the ... is the additinoal arguments to be passed to plotHisemitResid or plotHisemitTuning.
For residual plot (plotHisemitResid), the ... is the additional arguments to be passed to hist when y.type='hist'; and to residuals.hisemit when y.type='scatter'.
For tuning plot (plotHisemitTuning), the ... is the additional arguments to be passed to either plot or lines depending on add.
For histograms of residuals, an object from hist is returned.
For scatter plot of residuals, an object from plot is returned.
For tuning plot, a matrix with the range of tuning criterion is returned.
Long Qu long.qu@wright.edu
Long Qu, Dan Nettleton, Jack Dekkers (2012) A hierarchical semiparametric model for incorporating inter-gene relationship information for analysis of genomic data. Biometrics, 68(4):1168-1177
plot.hisemit, fitted.hisemit, coef.hisemit, vcov.hisemit, residuals.hisemit, logLik.hisemit, confint.hisemit, print.hisemit,
penLik.EMNewton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.