confint.stdGee | R Documentation |
This is a confint
method for class "stdGee"
.
## S3 method for class 'stdGee'
confint(object, parm, level = 0.95, fun, type="plain", ...)
object |
an object of class |
parm |
not used. |
level |
the coverage probability of the confidence intervals. |
fun |
a function of one vector argument of length |
type |
a string specifying the type of confidence interval; |
... |
not used. |
confint.stdGee
extracts the est
element from object
, and
inputs this to fun
. It then uses the delta method to compute a confidence
interval for the output of fun
.
a matrix with 1 row and 2 columns, containing the computed confidence interval.
Arvid Sjolander.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.