1

我正在尝试绘制指数分布的分位数图,但我不明白某些部分。

这是我进入 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
4

0 回答 0