compareSRT | R Documentation |
Summarize metrics for reference data and synthetic data
compareSRT(simsrt)
simsrt |
A SRTsim object |
Returns an object with summarized metrics
## Create a simSRT object
toySRT <- createSRT(count_in=toyData$toyCount,loc_in = toyData$toyInfo)
set.seed(1)
## Estimate model parameters for data generation
toySRT <- srtsim_fit(toySRT,sim_schem="tissue")
## Generate synthetic data with estimated parameters
toySRT <- srtsim_count(toySRT)
## Compute metrics
toySRT <- compareSRT(toySRT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.