| summary.glm.good | R Documentation | 
glm.good model fitsummary method for an object of class glm.good.
## S3 method for class 'glm.good'
summary( object , ... )
object | 
 object of class   | 
... | 
 additional arguments.  | 
coefficients | 
 matrix of dimension p x 4 with columns given respectively the estimated coefficient, standard errors, t-statistic and (two-sided) p-value.  | 
loglik | 
 log-likelihood function of the fitted model.  | 
aic | 
 Akaike Information Criterion value of the model.  | 
bic | 
 Bayesian Information Criterion value of the model.  | 
call | 
 unevaluated function call of the object  | 
transformed | 
 point estimate and approximate standard error of   | 
testloglik | 
 log-likelihood function of the model without covariates (with intercept only).  | 
LRT | 
 Likelihood Ratio Test statistic.  | 
df | 
 degrees of freedom of the LRT.  | 
pval | 
 p.value of the LRT.  | 
testdist | 
 either Logarithmic or Geometric distributions tested against Good distribution with LRT.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.