trypanos(SMIR)
trypanos()所属R语言包:SMIR
The trypanosome data
锥虫数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Follman and Lambert (1989) gave an example of a logistic regression with a varying intercept term. The data consist of numbers $y$ of trypanosomes killed out of $n$ treated at a treatment dose $x$.
Logistic回归Follman和Lambert(1989)举了一个例子,与一个不同的截距项。这些数据包括数字$ Y $杀死锥虫$ n $的治疗,在治疗剂量$ X $。
用法----------Usage----------
data(trypanos)
格式----------Format----------
A data frame with 8 observations on the following 3 variables.
一个数据框有8下面的3个变量的观察。
xa numeric vector
x一个数值向量
na numeric vector
n一个数值向量
ya numeric vector
y一个数值向量
注意----------Note----------
See p.500 in SMIR
请参阅p.500在SMIR
源----------Source----------
Follman, D.A. and Lambert, D. (1989). Generalizing logistic regression by nonparametric mixing. Journal of the American Statistical Association, 84, 295–300.
Follman,D.A.兰伯特,D.(1989)。一般logistic回归分析,非参数混合。 [美国统计协会,84,295-300。
实例----------Examples----------
data(trypanos)
library(npmlreg)
(trypanos.np1 <- alldist(cbind(y, (n - y)) ~ log(x),
random = ~1, data = trypanos, family = binomial,
plot.opt = 0, verbose = FALSE,k=1))
(trypanos.np2 <- update(trypanos.np1,k=2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|