| summary.regweight | R Documentation |
This provides a simple table of summary statistics for the implicit sample defined by Aronow and Samii (2015) doi: 10.1111/ajps.12185.
## S3 method for class 'regweight' summary(object, df, output = "tibble", ...)
object |
Weighting model object |
df |
dataframe with one column for each covariate to include in the resulting table of summary statistics. |
output |
Desired output type. Default is to return a tibble, but can also select from "latex" and "html" to return a formatted table for inclusion in a paper or report. |
... |
unused |
One of three outputs depending on the requested type:
tibble: Returns a tibble object (see tibble::tibble()).
latex: Returns a knit_asis object (see knitr::asis_output()).
html: Returns an html object (see htmltools::HTML()).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.