plot-methods(stats4)
plot-methods()所属R语言包:stats4
Methods for Function plot in Package stats4
功能小区方法在包装stats4
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot profile likelihoods for "mle" objects.
"mle"对象的图轮廓似然性。
用法----------Usage----------
## S4 method for signature 'profile.mle,missing'
plot(x, levels, conf = c(99, 95, 90, 80, 50)/100, nseg = 50,
absVal = TRUE, ...)
参数----------Arguments----------
参数:x
an object of class "profile.mle"
一个对象类"profile.mle"
参数:levels
levels, on the scale of the absolute value of a t statistic, at which to interpolate intervals. Usually conf is used instead of giving levels explicitly.
水平,上规模的绝对值在统计,在插值间隔。通常是conf使用,而不是给levels明确。
参数:conf
a numeric vector of confidence levels for profile-based confidence intervals on the parameters.
数值向量的参数配置基于置信区间的置信水平。
参数:nseg
an integer value giving the number of segments to use in the spline interpolation of the profile t curves.
一个整型值给使用中的个人资料t曲线的样条插值段数。
参数:absVal
a logical value indicating whether or not the plots should be on the scale of the absolute value of the profile t. Defaults to TRUE.
一个逻辑值,指明与否图应该是上规模的绝对值资料T。 TRUE默认。
参数:...
other arguments to the plot function can be passed here.
plot函数的其他参数可以通过这里。
方法----------Methods----------
signature(x = "ANY", y = "ANY") Generic function: see
signature(x = "ANY", y = "ANY")通用功能:
signature(x = "profile.mle", y = "missing") Plot
signature(x = "profile.mle", y = "missing")剧情
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|