R Studio指数分布

时间:2015-05-20 15:04:55

标签: r statistics quantile exponential-distribution

我试图绘制指数分布的分位数图,我不理解某些部分。

这是我进入R

的内容
N=(1:10)
P=(N-0.5)/10
data=c(2,4,5,7,8,10,14,17,27,35)
m = mean(data)
expquantiles = qexp(P, 1/m)
plot(expquantiles,data)

然而,当我将数据更改为其他内容时(见下文),它说

    Error in xy.coords(x, y, xlabel, ylabel, log) : 
  'x' and 'y' lengths differ

我正在使用的数据:

[1]   83  51  87  60  28  95   8  27  15  10  18  16  29  54  91   8  17  55  10
[20]  35  47  77  36  17  21  36  18  40  10   7  34  27  28  56   8  25  68 146
[39]  89  18  73  69   9  37  10  82  29   8  60  61  61  18 169  25   8  26  11
[58]  83  11  42  17  14   9  12

0 个答案:

没有答案