
Summary statistics for model of singleRStaticCountData class
Source:R/summary.R
summary.singleRStaticCountData.RdA summary method for singleRStaticCountData class
Arguments
- object
object of singleRStaticCountData class.
- test
type of test for significance of parameters
"t"for t-test and"z"for normal approximation of students t distribution, by default"z"is used if there are more than 30 degrees of freedom and"t"is used in other cases.- resType
type of residuals to summarize any value that is allowed in
residuals.singleRStaticCountDataexcept for"all"is allowed. By default pearson residuals are used.- correlation
logical value indicating whether correlation matrix should be computed from covariance matrix by default
FALSE.- confint
logical value indicating whether confidence intervals for regression parameters should be constructed. By default
FALSE.- cov
covariance matrix corresponding to regression parameters. It is possible to give
covargument as a function ofobject. If not specified it will be constructed usingvcov.singleRStaticCountDatamethod. (i.e using Cramer-Rao lower bound)- popSizeEst
a
popSizeEstResultsclass object. If not specified population size estimation results will be drawn fromobject. If any post-hoc procedures, such as sandwich covariance matrix estimation or bias reduction, were taken it is possible to include them in population size estimation results by callingredoPopEstimation.- ...
additional optional arguments passed to the following functions:
vcov.singleRStaticCountData– if nocovargument was provided.cov– ifcovparameter specified at call was a function.confint.singleRStaticCountData– ifconfintparameter was set toTRUEat function call. In particular it is possible to set confidence level in....
Value
An object of summarysingleRStaticCountData class containing:
call– A call which createdobject.coefficients– A dataframe with estimated regression coefficients and their summary statistics such as standard error Wald test statistic and p value for Wald test.residuals– A vector of residuals of type specified at call.aic– Akaike's information criterion.bic– Bayesian (Schwarz's) information criterion.iter– Number of iterations taken in fitting regression.logL– Logarithm of likelihood function evaluated at coefficients.deviance– Residual deviance.populationSize– Object with population size estimation results.dfResidual– Residual degrees of freedom.sizeObserved– Size of observed population.correlation– Correlation matrix ifcorrelationparameter was set toTRUEtest– Type of statistical test performed.model– Family class object specified in call forobject.skew– If bootstrap sample was saved contains estimate of skewness.
Details
Works
analogically to summary.glm but includes population size estimation
results. If any additional statistics, such as confidence intervals for
coefficients or coefficient correlation, are specified they will be printed.