【发布时间】:2020-05-06 04:31:41
【问题描述】:
我需要找到一组数据集来应用一些非参数测试。有谁知道我在哪里可以找到示例数据集以下载它们并应用这些方法?
谢谢大家:)
【问题讨论】:
标签: statistics dataset
我需要找到一组数据集来应用一些非参数测试。有谁知道我在哪里可以找到示例数据集以下载它们并应用这些方法?
谢谢大家:)
【问题讨论】:
标签: statistics dataset
不太清楚你需要什么,试试 R 包序数中的 wine 数据集:
library(ordinal)
data(wine)
以及有关数据集的信息:
The ‘wine’ data set is adopted from Randall(1989) and from a factorial experiment on factors determining the bitterness of wine. Two treatment factors (temperature and contact) each have two levels. Temperature and contact between juice and skins can be controlled when cruching grapes during wine production. Nine judges each assessed wine from two bottles from each of the four treatment conditions, hence there are 72 observations in all.
【讨论】: