score(XX;M;Z)
Returns the result of scoring data points according to a continuous model.
Syntax
score(XX;M;Z)
Input
Argument | Type | Description |
---|---|---|
XX |
integer or decimal | A space- or
comma-separated list of column names This denotes the data for scoring. |
M |
model | The name of a column that contains a model as returned by a continuous modeling
function such as g_lsq() |
Z |
integer or decimal | A list of values representing scoring parameters Note: Scoring parameters, if specified, are dependent on the type of model.
|
Return Value
For every row of XX
, score
returns a decimal number that
is the result of evaluating the model M
for that row.
Note: The scoring of N/A points is dependent on the type of the model. See the descriptions
of the individual modeling functions for more information.