Generate a script according to user in-app inputs
code_r_ssd(
data,
distributions,
censored = FALSE,
logscale = TRUE,
unit = "arbitrary unit",
names = FALSE,
groups = FALSE,
CI.level = 0.95
)A character string containing a R script.
If censored = TRUE, a data.frame with columns left
and right. If censored = FALSE, a data.frame with a column
conc.
A list of the names of the distributions to apply (e.g.,
'lnorm', 'llogis')
A Boolean, whether the given data is to be interpreted as censored
A logical
A character string
A logical
A logical
A numerical