Rdocumentation
powered by
Learn R Programming
robustreg (version 0.1-8)
fit_rcpp: Predict y from X and b
Description
Predict y vector from X design matrix and b vector
Usage
fit_rcpp(X,b)
Arguments
X
Design matrix
b
Estimates of beta
Examples
Run this code
fit_rcpp(X,b)
Run the code above in your browser using
DataLab