summary.psc | R Documentation |
A generic function to provide a summary of a 'psc' object obtained from pscfit.R
## S3 method for class 'psc'
summary(object, ...)
object |
an object of class 'psc' |
... |
not used |
A summary of a psc object obtained using pscSumm and a copy of the pscfit object
library(psc)
e4_data <-psc::e4_data
gemCFM <- psc::gemCFM
psc <- pscfit(gemCFM,e4_data)
summary(psc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.