Sample Data: Guinea Pig Tooth Growth

Source Notebook

Guinea pigs' tooth growth

Originator: C. I. Bliss

(3 columns, 60 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Sample Data: Guinea Pig Tooth Growth"]
Out[1]=

View the data:

In[2]:=
ResourceData["Sample Data: Guinea Pig Tooth Growth"]
Out[2]=

Visualization

Compare distributions of tooth length in guinea pigs given supplements of orange juice or vitamin C:

In[3]:=
With[{data = ResourceData["Sample Data: Guinea Pig Tooth Growth"]},
 PairedHistogram[
  Normal@data[Select[#"Supplement" === "OrangeJuice" &]][All, "Length"], Normal@data[Select[#"Supplement" === "VitaminC" &]][All, "Length"]]
 ]
Out[3]=

Wolfram Research, "Sample Data: Guinea Pig Tooth Growth" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.23108.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information