【问题标题】:Unable to import dataset Ionosphere in Rstudio无法在 Rstudio 中导入数据集 Ionosphere
【发布时间】:2020-03-04 09:06:06
【问题描述】:

我正在 Rstudio 中加载数据集 Ionosphere

你能帮我解决错误object 'Ionosphere' not found吗?

这很奇怪,因为代码在Rdocumentation中运行良好

【问题讨论】:

  • 需要先加载包含数据集的包,即library(mlbench)
  • 一切都好 - 其他人已经逐步发布。随意接受。

标签: r import dataset


【解决方案1】:

您好,您需要在该包中下载一个名为“mlbench”的包,您会发现该数据。

尝试执行以下操作:

install.packages("mlbench") #to install the package (use if not already installed)
library(mlbench) #to import the library 
data(Ionosphere) #to import the data 

【讨论】:

    猜你喜欢
    • 2022-01-23
    • 1970-01-01
    • 2019-09-05
    • 2018-09-27
    • 2017-01-09
    • 2012-11-16
    • 2020-08-15
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多