我尝试了以下代码:
library(quantreg) # to load the package
library(foreign) # to load the package
.Fortran("rqfn", PACKAGE = "quantreg")
但是我收到以下错误:
Error in .Fortran("rqfn", PACKAGE = "quantreg") :
"rqfn" not available for .Fortran() for package "quantreg"
我安装了Rtools。但它并没有解决问题。 我还检查了有关系统路径的问题(如本网站:https://github.com/stan-dev/rstan/wiki/Install-Rtools-for-Windows),但没有问题。 有人能帮我一把吗?非常感谢你。
答案 0 :(得分:1)
您可以建立自己的库:
Item RequestedQty Price Total
------------------------- ------------ ----------- -----------
Bottle 2 25 55
Mouse 10 150 1500
Mouse Pad 5 70 355
Glass 6 100 602
Cup 6 50 303
(5 rows affected)
和rqfn.f
。 rqfnb.f
方法需要后者。stepy
使用如下函数:
R CMD SHLIB rqfn.f rqfnb.f