Learn R Programming

misreport (version 0.1.0)

summary.listExperiment: Object summary of the listExperiment class

Description

Summarizes results from a list experiment regression fit using listExperiment or bootListExperiment.

Usage

"summary"(object, digits = 4, ...)

Arguments

object
Object of class "listExperiment".
digits
Number of significant digits to print.
...
Additional arguments.

Details

summary.listExperiment summarizes the information contained in a listExperiment object for each list experiment regression sub-model.

References

Eady, Gregory. 2016 "The Statistical Analysis of Misreporting on Sensitive Survey Questions."

Examples

Run this code
data(gender)

## Not run: 
# # Note: substantial computation time
# model.gender <- listExperiment(y ~ gender + ageGroup + education +
#                                    motherTongue + region + selfPlacement,
#                                data = gender, J = 4,
#                                treatment = "treatment", direct = "direct",
#                                control.constraint = "none",
#                                sensitive.response = 0,
#                                misreport.treatment = TRUE)
# summary(model.gender)
# ## End(Not run)

Run the code above in your browser using DataLab