plot.singleRStaticCountData {singleRcapture} | R Documentation |
Diagnostic plots for regression and population size estimation.
Description
Simple diagnostic plots for singleRStaticCountData
class objects.
Usage
## 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,
...
)
Arguments
x |
object of |
plotType |
character parameter specifying type of plot to be made. The following list presents and briefly explains possible type of plots:
|
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:
|
Value
No return value only the plot being made.
Author(s)
Piotr Chlebicki
See Also
estimatePopsize()
dfpopsize()
marginalFreq()
stats::plot.lm()
stats::cooks.distance()
hatvalues.singleRStaticCountData()