snails.html
来自「本程序是基于linux系统下c++代码」· HTML 代码 · 共 75 行
HTML
75 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Snail Mortality Data</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 snails {MASS}"><tr><td>snails {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Snail Mortality Data</h2>
<h3>Description</h3>
<p>
Groups of 20 snails were held for periods of 1, 2, 3 or 4 weeks
in carefully controlled conditions of temperature and relative
humidity. There were two species of snail, A and B, and the
experiment was designed as a 4 by 3 by 4 by 2 completely randomized
design. At the end of the exposure time the snails were tested to see if
they had survived; the process itself is fatal for the animals. The
object of the exercise was to model the probability of survival in terms of
the stimulus variables, and in particular to test for differences between
species.
</p>
<p>
The data are unusual in that in most cases fatalities during the experiment
were fairly small.
</p>
<h3>Usage</h3>
<pre>
snails
</pre>
<h3>Format</h3>
<p>
The data frame contains the following components:
<dl>
<dt><code>Species</code></dt><dd>Snail species A (1) or B (2)
</dd>
<dt><code>Exposure</code></dt><dd>Exposure in weeks
</dd>
<dt><code>Rel.Hum</code></dt><dd>Relative humidity (4 levels)
</dd>
<dt><code>Temp</code></dt><dd>Temperature, in degrees Celsius (3 levels)
</dd>
<dt><code>Deaths</code></dt><dd>Number of deaths
</dd>
<dt><code>N</code></dt><dd>Number of snails exposed
</dd></dl>
<h3>Source</h3>
<p>
Zoology Department, The University of Adelaide.
</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 + -
显示快捷键?