geessbin_all {geessbin} | R Documentation |
Function for analysis using all combinations of GEE methods and covariance estimators
Description
geessbin_all
provides analysis results using all combinations of three
GEE methods and 12 covariance estimators.
Usage
geessbin_all(
formula,
data = parent.frame(),
id = NULL,
corstr = "independence",
repeated = NULL,
b = NULL,
maxitr = 50,
tol = 1e-05,
scale.fix = FALSE,
conf.level = 0.95
)
Arguments
formula |
Object of class formula: symbolic description of model to be
fitted (see documentation of |
data |
Data frame. |
id |
Vector that identifies the subjects or clusters ( |
corstr |
Working correlation structure. The following are permitted:
" |
repeated |
Vector that identifies repeatedly measured variable within
each subject or cluster. If |
b |
Numeric vector specifying initial values of regression coefficients.
If |
maxitr |
Maximum number of iterations (50 by default). |
tol |
Tolerance used in fitting algorithm ( |
scale.fix |
Logical variable; if |
conf.level |
Numeric value of confidence level for confidence intervals (0.95 by default). |
Value
The list containing two data frames. The first is a table of estimates of regression coefficients, standard errors, z-values, and p-values. The second is a table of odds ratios and confidence intervals.