summary.PSRWE_DTA_MAT: Summarize PS estimation and matching results

View source: R/psrwe_ps_match.R

summary.PSRWE_DTA_MATR Documentation

Summarize PS estimation and matching results

Description

Get number of subjects for each PS stratum.

Usage

## S3 method for class 'PSRWE_DTA_MAT'
summary(object, ...)

Arguments

object

A list of class PSRWE_DTA_MAT that is generated using the psrwe_match function.

...

Additional parameters.

Value

A list with columns:

  • SummaryA data frame with Stratum (defined by covariates), number of subjects in RWD, current study, number of subjects in control and treatment arms for RCT studies.

  • OverallA data frame with overall number of not-trimmed subjects in RWD, number of patients in current study, number of subjects in control and treatment arms for RCT studies.

  • NVector of total number of total RWD patients, number of trimmed RWD patients, total number of current study patients, number of current control patients with less than ratio matched RWD subjects.

  • ps_fmlPS model.

  • N_MatchNumber of current control subjects matched with ratio, 0 and other number of RWD subjects.

  • ratioMatching ratio.


psrwe documentation built on March 18, 2022, 5:33 p.m.