Learn R Programming

psc (version 1.2.0)

pscSumm: Personalised Synthetic Controls - summary

Description

A function which provides a summary of a DC_clean object. To be used either in conjunction with dataComb.R or summary.psc.R

Usage

pscSumm(DC_clean)

Value

psc summary results including an estimate of the linear predictor combing the data and the model, an estimate of patient level response and summary statistics of the average responses for the sythenthic and observed populations

Arguments

DC_clean

a cleaned dataset ontained using dataComb().

Examples

Run this code
library(psc)
library(survival)
data("surv.mod")
data("data")
dc <- dataComb(surv.mod,data)
pscSumm(dc)

Run the code above in your browser using DataLab