Core Functions {intRegGOF} | R Documentation |
Core functions for the computation of the Integrated Regression Goodness of Fit
compIntRegProc(y, xord, weig = rep(1, length(y)))
compBootSamp(obj, datLT, B = 999, LINMOD = FALSE)
plotIntRegProc(y, x, weig = rep(1, length(y)), ADD = FALSE, ...)
getModelFrame(obj)
getResiduals(obj,type)
y |
vector, values to add to compute the Integrated Regression. |
xord |
list of list with the index of covariate points that are less than covariate data. This tells how to cumulate according to covariates, |
weig |
vector of weights, specifically used to fit and compute test statistics when data is selection biased. |
obj |
|
datLT |
structure as |
B |
Bootstrap resampling size. |
LINMOD |
When |
x |
vector with covarates to plot |
ADD |
If |
type |
Type of residual. |
... |
Further parameters to plot. |
...TODO: Each of them computes what in which way
Surely they can better implemented.
Jorge Luis Ojeda Cabrera (jojeda@unizar.es).