
Differential Activity between groups
differential.activity.estimates(
rds.data,
outcome.variable,
weight.type = "Gile's SS",
N = NULL,
subset = NULL,
...
)
An rds.data.frame object
A character string of column names representing categorical variables.
A string giving the type of estimator to use. The options
are "Gile's SS"
, "RDS-I"
, "RDS-II"
, "RDS-I/DS"
,
and "Arithemic Mean"
. It defaults to "Gile's
SS"
.
The population size.
An expression defining a subset of rds.data.
Additional parameters passed to compute.weights.
This function estimates the ratio of the average degree of one population group divided by the average degree of those in another population group.
data(faux)
differential.activity.estimates(faux,"X",weight.type="RDS-II")
Run the code above in your browser using DataLab