View source: R/EstimationPlots.R
plotSccsEstimates | R Documentation |
Creates nice self controlled case series plots
plotSccsEstimates(sccsData, sccsMeta = NULL, targetName, selectedAnalysisId)
sccsData |
The self controlled case series data |
sccsMeta |
(optional) The self controlled case seriesd evidence synthesis data |
targetName |
A friendly name for the target cohort |
selectedAnalysisId |
The analysis ID of interest to plot |
Input the self controlled case series data
Returns a ggplot with the estimates
Other Estimation:
getCMEstimation()
,
getCmDiagnosticsData()
,
getCmMetaEstimation()
,
getSccsDiagnosticsData()
,
getSccsEstimation()
,
getSccsMetaEstimation()
,
plotCmEstimates()
conDet <- getExampleConnectionDetails()
connectionHandler <- ResultModelManager::ConnectionHandler$new(conDet)
sccsEst <- getSccsEstimation(
connectionHandler = connectionHandler,
schema = 'main',
targetIds = 1,
outcomeIds = 3
)
plotSccsEstimates(
sccsData = sccsEst,
sccsMeta = NULL,
targetName = 'target',
selectedAnalysisId = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.