if (FALSE) {
example(sdreport)
## Estimates as a parameter list:
as.list(rep, "Est")
## Std Errors in the same list format:
as.list(rep, "Std")
## p-values in the same list format:
as.list(rep, "Pr", p.value=TRUE)
## AD reported variables as a list:
as.list(rep, "Estimate", report=TRUE)
## Bias corrected AD reported variables as a list:
as.list(rep, "Est. (bias.correct)", report=TRUE)
}
Run the code above in your browser using DataLab