⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 petrol.html

📁 本程序是基于linux系统下c++代码
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: N. L. Prater's Petrol Refinery 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 petrol {MASS}"><tr><td>petrol {MASS}</td><td align="right">R Documentation</td></tr></table>
<h2>N. L. Prater's Petrol Refinery Data</h2>


<h3>Description</h3>

<p>
The yield of a petroleum refining process with four covariates.
The crude oil appears to come from only 10 distinct samples.
</p>
<p>
These data were originally used by Prater (1956) to
build an estimation equation for the yield of the refining
process of crude oil to gasoline.
</p>


<h3>Usage</h3>

<pre>
petrol
</pre>


<h3>Format</h3>

<p>
The variables are as follows
<dl>
<dt><code>No</code></dt><dd>Crude oil sample identification label. (factor)
</dd>
<dt><code>SG</code></dt><dd>Specific gravity, degrees API.  (Constant within sample.)
</dd>
<dt><code>VP</code></dt><dd>Vapour pressure in psi. (Constant within sample.)
</dd>
<dt><code>V10</code></dt><dd>Volatility of crude; ASTM 10% point. (Constant within sample.)
</dd>
<dt><code>EP</code></dt><dd>Desired volatility of gasoline. (The end point.  Varies within sample.)
</dd>
<dt><code>Y</code></dt><dd>Yield as a percentage of crude.
</dd></dl>

<h3>Source</h3>

<p>
N. H. Prater (1956)
Estimate gasoline yields from crudes.
<EM>Petroleum Refiner</EM>
<B>35</B>, 236&ndash;238.
</p>
<p>
This dataset is also given in
D. J. Hand, F. Daly, K. McConway, D. Lunn and E. Ostrowski (eds) (1994)
<EM>A Handbook of Small Data Sets.</EM>
Chapman &amp; Hall.
</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>
library(nlme)
Petrol &lt;- petrol
Petrol[, 2:5] &lt;- scale(as.matrix(Petrol[, 2:5]), scale = FALSE)
pet3.lme &lt;- lme(Y ~ SG + VP + V10 + EP,
                random = ~ 1 | No, data = Petrol)
pet3.lme &lt;- update(pet3.lme, method = "ML")
pet4.lme &lt;- update(pet3.lme, fixed = Y ~ V10 + EP)
anova(pet4.lme, pet3.lme)
</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -