【问题标题】:Dataset Example Non Parametric Statistics数据集示例非参数统计
【发布时间】:2020-05-06 04:31:41
【问题描述】:

我需要找到一组数据集来应用一些非参数测试。有谁知道我在哪里可以找到示例数据集以下载它们并应用这些方法?

谢谢大家:)

【问题讨论】:

    标签: statistics dataset


    【解决方案1】:

    不太清楚你需要什么,试试 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.
    

    【讨论】:

      猜你喜欢
      • 2012-12-12
      • 2020-04-01
      • 2012-10-15
      • 1970-01-01
      • 2013-01-26
      • 2012-05-18
      • 1970-01-01
      • 2020-07-30
      • 1970-01-01
      相关资源
      最近更新 更多