summation.estimator
summation.estimator.Rdcompute an estimate of the respondents' degrees using the summation method
Arguments
- survey.data
the dataframe with the survey results
- sum.q
if not NULL, a vector whose entries are the variable names in the dataset corresponding to each summation question. if NULL, then assume that the survey.data dataframe has an attribute called 'sum.qs' containing this vector.
- missing
if "ignore", then proceed with the analysis without doing anything about missing values. other options are not yet implemented.