Description Usage Arguments Value Note
Interface between zelig and svyglm for the
logit.survey
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | zelig2gamma.survey(formula, weights = NULL, ids = NULL,
probs = NULL, strata = NULL, fpc = NULL, nest = FALSE,
check.strata = !nest, repweights = NULL, type,
combined.weights = FALSE, rho = NULL,
bootstrap.average = NULL, scale = NULL, rscales = NULL,
fpctype = "fraction", return.replicates = FALSE,
na.action = "na.omit", start = NULL, etastart = NULL,
mustart = NULL, offset = NULL, model1 = TRUE,
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, design = NULL, link = "inverse",
data, ...)
zelig2logit.survey(formula, weights = NULL, ids = NULL,
probs = NULL, strata = NULL, fpc = NULL, nest = FALSE,
check.strata = !nest, repweights = NULL, type,
combined.weights = FALSE, rho = NULL,
bootstrap.average = NULL, scale = NULL, rscales = NULL,
fpctype = "fraction", return.replicates = FALSE,
na.action = "na.omit", start = NULL, etastart = NULL,
mustart = NULL, offset = NULL, model1 = TRUE,
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, design = NULL, data)
zelig2normal.survey(formula, weights = NULL, ids = NULL,
probs = NULL, strata = NULL, fpc = NULL, nest = FALSE,
check.strata = !nest, repweights = NULL, type,
combined.weights = FALSE, rho = NULL,
bootstrap.average = NULL, scale = NULL, rscales = NULL,
fpctype = "fraction", return.replicates = FALSE,
na.action = "na.omit", start = NULL, etastart = NULL,
mustart = NULL, offset = NULL, model1 = TRUE,
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, design = NULL, data)
zelig2poisson.survey(formula, weights = NULL, ids = NULL,
probs = NULL, strata = NULL, fpc = NULL, nest = FALSE,
check.strata = !nest, repweights = NULL, type,
combined.weights = FALSE, rho = NULL,
bootstrap.average = NULL, scale = NULL, rscales = NULL,
fpctype = "fraction", return.replicates = FALSE,
na.action = "na.omit", start = NULL, etastart = NULL,
mustart = NULL, offset = NULL, model1 = TRUE,
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, design = NULL, data)
zelig2probit.survey(formula, weights = NULL, ids = NULL,
probs = NULL, strata = NULL, fpc = NULL, nest = FALSE,
check.strata = !nest, repweights = NULL, type,
combined.weights = FALSE, rho = NULL,
bootstrap.average = NULL, scale = NULL, rscales = NULL,
fpctype = "fraction", return.replicates = FALSE,
na.action = "na.omit", start = NULL, etastart = NULL,
mustart = NULL, offset = NULL, model1 = TRUE,
method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, design = NULL, data)
|
formula |
a |
weights |
... |
ids |
... |
probs |
... |
strata |
... |
fpc |
... |
nest |
... |
check.strata |
... |
repweights |
... |
type |
... |
combined.weights |
... |
rho |
... |
bootstrap.average |
... |
scale |
... |
rscales |
... |
fpctype |
... |
return.replicates |
... |
na.action |
... |
start |
... |
etastart |
... |
mustart |
... |
offset |
... |
model1 |
... |
method |
... |
x |
... |
y |
... |
contrasts |
... |
design |
... |
link |
an object specifying a link function between the predictor and response variables |
data |
a |
... |
Additional parameters passed to teh “gamma.survey” model fitting function |
a list used to construct parameters for the
svyglm function
This manual file is largely incomplete, and needs a significant amount of filling out. This, in itself, might be motivation to divide this package into more models with more specific function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.