menarche.html

来自「本程序是基于linux系统下c++代码」· HTML 代码 · 共 75 行

HTML
75
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Age of Menarche 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 menarche {MASS}"><tr><td>menarche {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>Age of Menarche data</h2>


<h3>Description</h3>

<p>
Proportions of female children at various ages during adolescence
who have reached menarche.
</p>


<h3>Usage</h3>

<pre>
menarche
</pre>


<h3>Format</h3>

<p>
This data frame contains the following columns:
<dl>
<dt><code>Age</code></dt><dd>Average age of the group.  (The groups are reasonably age homogeneous.)
</dd>
<dt><code>Total</code></dt><dd>Total number of children in the group.
</dd>
<dt><code>Menarche</code></dt><dd>Number who have reached menarche.
</dd></dl>

<h3>Source</h3>

<p>
Milicer, H. and Szczotka, F. (1966) Age at Menarche in Warsaw girls in
1965.
<EM>Human Biology</EM>
<B>38</B>, 199&ndash;203.
</p>
<p>
The data are also given in<br>
Aranda-Ordaz, F.J. (1981)
On two families of transformations to additivity for binary response data.
<EM>Biometrika</EM>
<B>68</B>, 357&ndash;363.
</p>


<h3>References</h3>

<p>
Venables, W. N. and Ripley, B. D. (2002)
<EM>Modern Applied Statistics with S.</EM> Fourth edition.  Springer.
</p>


<h3>Examples</h3>

<pre>
mprob &lt;- glm(cbind(Menarche, Total - Menarche) ~ Age,
             binomial(link = probit), data = menarche)
</pre>



<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 + -
显示快捷键?