📄 summary.mvr.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Summary and Print Methods for PLSR and PCR objects</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 summary.mvr {pls}"><tr><td>summary.mvr {pls}</td><td align="right">R Documentation</td></tr></table>
<h2>Summary and Print Methods for PLSR and PCR objects</h2>
<h3>Description</h3>
<p>
Summary and print methods for <code>mvr</code> and <code>mvrVal</code> objects.
</p>
<h3>Usage</h3>
<pre>
## S3 method for class 'mvr':
summary(object, what = c("all", "validation", "training"),
digits = 4, print.gap = 2, ...)
## S3 method for class 'mvr':
print(x, ...)
## S3 method for class 'mvrVal':
print(x, digits = 4, print.gap = 2, ...)
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>x, object</code></td>
<td>
an <code>mvr</code> object</td></tr>
<tr valign="top"><td><code>what</code></td>
<td>
one of <code>"all"</code>, <code>"validation"</code> or <code>"training"</code></td></tr>
<tr valign="top"><td><code>digits</code></td>
<td>
integer. Minimum number of significant digits in the
output. Default is 4.</td></tr>
<tr valign="top"><td><code>print.gap</code></td>
<td>
Integer. Gap between coloumns of the printed tables.</td></tr>
<tr valign="top"><td><code>...</code></td>
<td>
Other arguments sent to underlying methods.</td></tr>
</table>
<h3>Details</h3>
<p>
If <code>what</code> is <code>"training"</code>, the explained variances are
given; if it is <code>"validation"</code>, the cross-validated RMSEPs (if
available) are given; if it is <code>"all"</code>, both are given.
</p>
<h3>Value</h3>
<p>
<code>print.mvr</code> and <code>print.mvrVal</code> return the object invisibly.</p>
<h3>Author(s)</h3>
<p>
Ron Wehrens and Bj鴕n-Helge Mevik
</p>
<h3>See Also</h3>
<p>
<code><a href="mvr.html">mvr</a></code>, <code><a href="mvr.html">pcr</a></code>,
<code><a href="mvr.html">plsr</a></code>, <code><a href="MSEP.html">RMSEP</a></code>, <code><a href="MSEP.html">MSEP</a></code>
</p>
<h3>Examples</h3>
<pre>
data(yarn)
nir.mvr <- mvr(density ~ NIR, ncomp = 8, validation = "LOO", data = yarn)
nir.mvr
summary(nir.mvr)
RMSEP(nir.mvr)
</pre>
<hr><div align="center">[Package <em>pls</em> version 2.0-1 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -