means.table: Extract table of means from an mnps object

Description Usage Arguments Details Value See Also

View source: R/means.table.R

Description

Extracts table of means from an mnps object.

Usage

1
2
3
means.table(mnps,
			stop.method = 1,
            includeSD = FALSE, digits = NULL)

Arguments

mnps

An mnps object.

stop.method

Indicates which set of weights to retrieve from the ps object. Either the name of the stop.method used, or a natural number with 1, for example, indicating the first stop.method specified.

includeSD

Indicates whether standard deviations as well as means are to be displayed. By default, they are not displayed.

digits

If not NULL, results will be rounded to the specified number of digits.

Details

Displays a table with weighted and unweighted means and standardized effect sizes, and – if requested – standard deviations.

Value

A table of means, standardized effect sizes, and perhaps standard deviations, by treatment group.

See Also

mnps


twang documentation built on May 2, 2019, 6:53 p.m.

Related to means.table in twang...