shine_scd {scdhlm} | R Documentation |
A shiny interface for the scdhlm package
Description
An interactive shiny interface for estimating design-comparable standardized mean difference effect sizes from single-case designs. Estimation methods for multiple baseline and treatment reversal designs are available.
Usage
shine_scd(dataset = NULL, ...)
Arguments
dataset |
Optionally, a data.frame or path to a file from which to read
data. If specified, the app will open with the data loaded. Default is
NULL. If |
... |
Further arguments passed to |
Examples
## Not run:
shine_scd()
data(Laski)
shine_scd(dataset = Laski)
shine_scd(dataset = "SCD_data.xlsx", sheet = "Laski")
shine_scd(dataset = "Laski.csv")
## End(Not run)
[Package scdhlm version 0.7.3 Index]