Trimmed Spearman-Karber method.

版本 1.5.0.0 (6.5 KB) 作者: Brenton Stone
This function analyzes a dose-response curve using the Trimmed Spearman-Karber method.
2.2K 次下载
更新时间 2011/3/25

查看许可证

The MATLAB function in TSK.m analyzes a dose-response curve and calculates the median dose (for instance, the lethal dose for 50% of the population (LD50)) using the Trimmed Spearman-Karber method. This is an alternative to dose-response analysis methods such as probit and logit methods. It does not require glmfit or the stats toolbox.

All calculations in this code are based on the method from Hamilton, M.A.; Russo, R.C.; Thurston, R.V. Trimmed Spearman-Karber Method for Estimating Median Lethal Concentrations in Toxicity Bioassays. Enviro. Sci. Tech. 1977, 11 (7), 714-719: http://dx.doi.org/10.1021/es60130a004. See also ibid, 1978, 12 (4), 417: http://dx.doi.org/10.1021/es60140a017.

This code was validated using the data given in Hamilton et al. (1977) and the example given in the documentation for the EPA's DOS program to perform the Spearman-Karber method. (Note that the confidence intervals given in Hamilton et al. (1977) are incorrect, as per Hamilton et al. (1978).) This code replicates the EPA program's results. Hamilton's test cases are provided in TSKTest.m.

引用格式

Brenton Stone (2024). Trimmed Spearman-Karber method. (https://www.mathworks.com/matlabcentral/fileexchange/28479-trimmed-spearman-karber-method), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Environmental Science 的更多信息
致谢

参考作品: HERRORBAR

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.5.0.0

bug fixes

1.4.0.0

adding BSD organization clause

1.3.0.0

text editing, adding URLs: no changes to code

1.0.0.0