Calculate the censored standard deviation
sd_tobit.RdSince the standard deviation is almost always desired with the mean, it is
more efficient to use as_sd_tobit() on the mean object instead of
calculating the standard deviation separately.
Arguments
- ...
Arguments passed on to
mean_tobitxA numeric vector
lower,upperThe lower and upper bounds for censoring
xinclude_equal,include_equal_lower,include_equal_upperShould the bounds consider
x <= lowerandx >= upper(ifTRUE) orx < lowerandx > upper(ifFALSE) to be censored? (include_equalis overridden by settinginclude_equal_lowerorinclude_equal_upper.)distributionWhat distribution (Student "t" or "normal") should be used. If "t", the degrees of freedom are the number of non-
NAvalues inx.na.rmA logical value indicating whether
NAvalues should be stripped fromxbefore the computation proceeds.
See also
Other Censored Descriptive Statistics:
geomean_tobit(),
mean_tobit()