View source: R/summary.mosaSTRS.R
| summary.mosaSTRS | R Documentation |
Summary-function for class mosaSTRS
## S3 method for class 'mosaSTRS'
summary(object, ...)
object |
an object inheriting from class |
... |
some methods for this generic require additional arguments. None are used in this method. |
Either a summary.mosaSTRS object for a mosaSTRS
object or a list of summary.mosaSTRS objects for a list of
mosaSTRS objects. A summary.mosaSTRS object is a list
containing the following components:
$vname Name of object.
$sense
Sense of optimization; max precision or min_cost.
$method
The method used weighted sum scalarization (WSS) or weighted Chebyshev
minimization (WCM).
$objout
A data frame corresponding to the objectives, including the values, the
sensitivity, the weights and the RSE.
$precision
A data frame corresponding to the precision constraints.
$cost
A data frame corresponding to the cost constraints.
$n_opt
A vector of optimal sample sizes w.r.t the weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.