Description Usage Arguments Details Value Examples
Returns a matrix of estimated parameters, standard errors, test statistics, and p-values.
1 | getSummary(fit, sided=2, method=NULL)
|
fit |
The return object from |
sided |
1 or 2 for a 1 or 2 sided p-values. The default is 2. |
method |
Vector of values from "UML", "CML", "EB" or "CCL", "HCL", "CLR". The default is NULL. |
This function returns a matrix similar to summary(glm.obj)$coefficients
, except
the p-values are always computed using the normal distribution.
A matrix with column names "Estimate", "Std.Error", "Z.value", and "Pvalue".
The rownames of the returned matrix will be the names of parms
if parms
is a vector.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.