powered by
Miscellaneous specialized plots.
plotPairedResids(data,qeOut) plotClassesUMAP(data,classVar) qeFreqParcoord(dataName,k=25,opts=NULL)
A data frame or equivalent.
An object returned from one of the qe-series predictive functions..
Name of the column containing class information.
Quoted name of a data frame.
Number of nearest neighbors.
Options to be passed to discparcoord.
discparcoord
Norm Matloff
The plotPairedResids function plots model residuals against pairs of features, for example for model validation. Pairs are chosen randomly.
plotPairedResids
The function qeFreqParcoord is a qeML interface to the cdparcoord package.
qeFreqParcoord
qeML
cdparcoord
if (FALSE) { data(pef) linout <- qeLin(pef,'wageinc') plotPairedResids(pef,linout) }
Run the code above in your browser using DataLab