summary.ps.cont: Displays a useful description of a 'ps.cont' object.

Description Usage Arguments Value See Also Examples

View source: R/summary.ps.cont.R

Description

Computes a short summary table describing the size of the dataset and the quality of the propensity score weights about a stored 'ps.cont' object.

Usage

1
2
## S3 method for class 'ps.cont'
summary(object, ...)

Arguments

object

A 'ps.cont' object

...

Additional arguments.

Value

*'n' The number of subjects. *'ess' The effective sample size. *'max.wcor' The largest weighted correlation across the covariates. *'mean.wcor' The average weighted correlation across the covariates. *'rms.wcor' The root mean square of the absolute weighted correlations across the covariates. *'iter' The estimated optimal number of [gbm] iterations to optimize the loss function.

See Also

[ps.cont]

Examples

1
   ## Not run: summary(test.mod)

twangContinuous documentation built on Feb. 26, 2021, 5:09 p.m.