Learn R Programming

SAMUR (version 1.1)

summary.samur: Summarizing Output of SAMUR Augmentation Function

Description

summary method for class "samur".

Usage

# S3 method for samur
summary(object, ...)
# S3 method for summary.samur
print(x, ...)

Value

A list with the following elements:

min.pval.new

A vector of length equal to number of samples (nsmp) generated by samur, each representing the minimum p-value from all univariate tests performed by the underlying function MatchBalance. It also has an attributed named min.pval.orig, containing a similar number for the original matched subset, i.e. data[matched.subset, ].

min.pval.orig

Same number as above, but for original matched subset.

coverage.new

Percent of cases from full data set covered among all stochastic, matched samples.

coverage.orig

Same as above, calculated for the original matched subset.

Arguments

object

An object of class "samur", usually the result of a call to samur.

x

An object of class "summary.samur", usually the result of a call to summary.samur.

...

Further arguments to be passed to/from other methods. Current implementation of summary.samur passes arguments to MatchBalance function from Matching package.

Author

Alireza S. Mahani, Mansour T.A. Sharabiani

See Also

samur, MatchBalance