簡體   English   中英

Rstan for R版本3.1.3?

[英]Rstan for R versions 3.1.3?

我無法獲得Rstan,因為我的R版本太新了。

    > install.packages("rstan")
Warning in install.packages :
  package ‘rstan’ is not available (as a binary package for R version 3.1.3)

無論如何,有沒有下載該版本的rstan? 我是否需要降級R版本才能使用rstan?

正如@Dason指出的那樣,rstan不在CRAN上。 安裝rstan的行在入門頁面上 這是一行:

    source('http://mc-stan.org/rstan/install.R', echo = TRUE, max.deparse.length = 2000)
install_rstan()

對此我深表歉意。

重新安裝rstan也可以解決問題!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM