Calculate out of sample linear fit predictions.
xlin_fits_V(x, y, w)
Arguments
| x |
NumericVector, x-coords of values to group (length>=2). |
| y |
NumericVector, values to group in order. |
| w |
NumericVector, weights (positive). |
Value
vector of predictions.
Examples
#> [1] 2.666715 1.285715 1.285712 2.666668