predict10: Predict responses for a matrix of data and a vector of...

Description Usage Arguments Value Examples

Description

For a matrix of data and a vector of coefficients generated by topten calculates the predictions

Usage

1
predict10(X, b)

Arguments

X

an n x 10 matrix of data to predict for

b

a vector of ten coefficients returned from topten

Value

A numeric vector of predictions

Examples

1
predictions <- predict10(X, b)

escuccim/topten documentation built on May 16, 2019, 7:10 p.m.