| genList {yhat} | R Documentation |
Generate List R^2 Values
Description
Use the bitmap matrix to generate the list of R^2 values needed.
Usage
genList(ivlist, value)
Arguments
ivlist |
List of independent variables in dataset |
value |
Number of variables |
Details
Returns the number of R^2 values that will be calculated in output tables.
Value
Returns newlist from generate list function call.
Note
This function is internal to commonalityCoefficients,
called during runtime and passed the appropriate parameters. This
is not an end-user function.
Author(s)
Kim Nimon <kim.nimon@gmail.com>
[Package yhat version 2.0-4 Index]