【发布时间】:2018-02-20 01:12:37
【问题描述】:
我不断收到此错误"Error in seq.int(from, to, length.out = n) : 'from' must be a finite number." 我在下面发布了我的代码。
p <- seq(0, 1, .01)
qnorm(p, mean=0, sd=1)
qcauchy(p, location = 0, scale = 1)
plot(qnorm, qcauchy, main = "Normal-Cauchy", xlab="normal", ylab = "cauchy")
【问题讨论】:
-
urFum.png。好吧。您的代码甚至没有提及错误状态,所以我们应该做什么而不知道“来自”是什么
-
欢迎来到 SO!你能发布你的代码吗?
标签: r