pscCFM | R Documentation |
Standard R model objects contain within them the datasets used to create the model and as such care is needed when sharing these objects for research. The psc.cfm function creates an object with all identifiable information retracted and includes only the information required to use the models within the psc package
pscCFM(cfm, dataSumm = T, dataVis = T)
cfm |
a 'glm' or 'flexsurvreg' model object |
dataSumm |
a logical indicator specifying whether a summary of the data should be provided, defaults to TRUE. |
dataVis |
a logical indicator specifying whether a visualisations of the data should be provided, defaults to TRUE. |
a list containing objects which specifiy the required exported components of the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.