Parameter Descriptions for ssdtools Functions
A flag specifying whether to also return transformed parameters.
A flag specifying whether a model with one or more parameters at the boundary should be considered to have converged (default = FALSE).
The object.
The object.
A list of control parameters passed to stats::optim()
.
A flag specifying whether to check the arguments.
A data frame.
A data frame of the predictions.
A string of the x-axis label.
A string of the x-axis label.
The x-axis breaks as one of:
NULL
for no breaks
waiver()
for the default breaks
A numeric vector of positions
A character vector
A named non-negative numeric vector of the left and right bounds for uncensored missing (0 and Inf) data in terms of the orders of magnitude relative to the extremes for non-missing values.
A numeric vector of concentrations.
A whole number specifying the number of significant figures
A numeric vector of percentages.
A flag specifying whether to return p-values or the statistics (default) for the various tests.
A flag specifying whether to perform parametric as opposed to non-parametric bootstrapping.
A number between 0 and 0.5 specifying the minimum proportion in mixture models.
A non-negative number specifying the maximum absolute Akaike Information-theoretic Criterion difference cutoff. Distributions with an absolute difference from the best model greater than the cutoff are excluded.
A flag specifying whether to model average the estimates.
A flag specifying whether to estimate confidence intervals (by parametric bootstrapping).
A count of the number of bootstrap samples to use to estimate the se and confidence limits. A value of 10000 is recommended for official guidelines.
A number of the minimum proportion of bootstrap samples that must successfully fit in the sense of returning a likelihood.
A number between 0 and 1 of the confidence level.
Unused.
vector of quantiles.
vector of probabilities.
number of observations.
logical; if TRUE, probabilities p are given as log(p).
logical; if TRUE, probabilities p are given as log(p).
logical; if TRUE (default), probabilities are P[X <= x]
,otherwise, P[X > x]
.
location parameter.
location parameter on the log scale.
scale parameter.
scale parameter on the log scale.
shape1 parameter.
shape2 parameter.
A numeric vector of length two of the lower and upper bounds for the shape1 parameter.
shape2 parameter.
locationlog1 parameter.
scalelog1 parameter.
locationlog2 parameter.
scalelog2 parameter.
Proportion mixture parameter.
mean on log scale parameter.
mean on log scale parameter.
mean on log scale parameter.
location on log scale parameter.
standard deviation on log scale parameter.
standard deviation on log scale parameter.
standard deviation on log scale parameter.
scale on log scale parameter.
shape parameter on the log scale.
shape1 parameter on the log scale.
shape2 parameter on the log scale.
The x-value for the intersect
The y-value for the intersect.
A character vector of the distributions to select.
A flag specifying whether to rescale concentration values by dividing by the largest finite value.
A flag specifying whether to reweight weights by dividing by the largest weight.
A string of the column in data with the concentrations.
A string of the column in data with the right concentration values.
A string of the column in data with the labels.
A string of the column in data for the shape aesthetic.
A string of the column in data for the color aesthetic.
A number for the size of the labels.
A flag indicating whether to plot the confidence interval as a grey ribbon as opposed to green solid lines.
The value to multiply the label x values by.
A count between 1 and 99 indicating the percent hazard concentration (or NULL).
A string of the numeric column in data with positive weights less than or equal to 1,000 or NULL.
A character vector of the distribution names.
A flag specifying whether to only return fits with numerically computable standard errors.
A flag indicating whether fits should fail silently.
A flag specifying whether to silently remove missing values or remove them with a warning.
A positive whole number of the minimum number of non-missing rows.
A positive whole number of the number of simulations to generate.
A string of the column in pred to use for the linetype.
A string of the column in pred to use for the line color.