plot.singleRStaticCountData | R Documentation |
Simple diagnostic plots for singleRStaticCountData
class objects.
## S3 method for class 'singleRStaticCountData'
plot(
x,
plotType = c("qq", "marginal", "fitresid", "bootHist", "rootogram", "dfpopContr",
"dfpopBox", "scaleLoc", "cooks", "hatplot", "strata"),
confIntStrata = c("normal", "logNormal"),
histKernels = TRUE,
dfpop,
...
)
x |
object of |
plotType |
character parameter (default
|
confIntStrata |
confidence interval type to use for strata plot.
Currently supported values are |
histKernels |
logical value indicating whether to add density lines to histogram. |
dfpop |
TODO |
... |
additional optional arguments passed to the following functions:
|
No return value only the plot being made.
Piotr Chlebicki
estimatePopsize()
dfpopsize()
marginalFreq()
stats::plot.lm()
stats::cooks.distance()
hatvalues.singleRStaticCountData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.