validate.report: LMS quantile regression stats on test data

Description Usage Arguments Value

View source: R/all.R

Description

report on fit of quantile regression model to arbitrary data

Usage

1
validate.report(qreg, y.val, t.val, rule=2, xcuts=quantile(t.val, c(0.2, 0.4, 0.6, 0.8)))

Arguments

qreg

an lmsqreg.fit object

y.val

values of dependent variable

t.val

values of independent variable

rule

interpolation rule parameter

xcuts

levels of independent variable within which goodness of fit should be assessed

Value

prints out goodness of fit appraisal for data (y,t) which were presumably not used in the fit that produced qreg.


lmsqreg documentation built on May 2, 2019, 6:47 p.m.