Learn R Programming

psc (version 2.0.0)

summary.psc: Personalised Synthetic Controls - summary

Description

A generic function to provide a summary of a 'psc' object obtained from pscfit.R

Usage

# S3 method for psc
summary(object, ...)

Value

A summary of a psc object obtained using pscSumm and a copy of the pscfit object

Arguments

object

an object of class 'psc'

...

not used

Examples

Run this code
e4_data <- psc::e4_data
gemCFM <- psc::gemCFM
psc <- pscfit(gemCFM,e4_data,nsim=1500,nchain=1)
summary(psc)

Run the code above in your browser using DataLab