uscereal.html
来自「本程序是基于linux系统下c++代码」· HTML 代码 · 共 78 行
HTML
78 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Nutritional and Marketing Information on US Cereals</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for UScereal {MASS}"><tr><td>UScereal {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Nutritional and Marketing Information on US Cereals</h2>
<h3>Description</h3>
<p>
The <code>UScereal</code> data frame has 65 rows and 11 columns.
The data come from the 1993 ASA Statistical Graphics Exposition,
and are taken from the mandatory F&DA food label. The data have been
normalized here to a portion of one American cup.
</p>
<h3>Usage</h3>
<pre>
UScereal
</pre>
<h3>Format</h3>
<p>
This data frame contains the following columns:
<dl>
<dt><code>mfr</code></dt><dd>Manufacturer, represented by its first initial: G=General Mills,
K=Kelloggs, N=Nabisco, P=Post, Q=Quaker Oats, R=Ralston Purina.
</dd>
<dt><code>calories</code></dt><dd>number of calories in one portion
</dd>
<dt><code>protein</code></dt><dd>grams of protein in one portion
</dd>
<dt><code>fat</code></dt><dd>grams of fat in one portion
</dd>
<dt><code>sodium</code></dt><dd>milligrams of sodium in one portion
</dd>
<dt><code>fibre</code></dt><dd>grams of dietary fibre in one portion
</dd>
<dt><code>carbo</code></dt><dd>grams of complex carbohydrates in one portion
</dd>
<dt><code>sugars</code></dt><dd>grams of sugars in one portion
</dd>
<dt><code>shelf</code></dt><dd>display shelf (1, 2, or 3, counting from the floor)
</dd>
<dt><code>potassium</code></dt><dd>grams of potassium
</dd>
<dt><code>vitamins</code></dt><dd>vitamins and minerals (none, enriched, or 100%)
</dd></dl>
<h3>Source</h3>
<p>
The original data are available at
<a href="http://lib.stat.cmu.edu/datasets/1993.expo/">http://lib.stat.cmu.edu/datasets/1993.expo/</a>.
</p>
<h3>References</h3>
<p>
Venables, W. N. and Ripley, B. D. (1999)
<EM>Modern Applied Statistics with S-PLUS.</EM> Third
Edition. Springer.
</p>
<hr><div align="center">[Package <em>MASS</em> version 7.2-44 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?