Utility Functions {intRegGOF} | R Documentation |
Functions that are basic or/and useful for the computation of the Integrated Regression Goodness of Fit
getLessThan(x, d) mvCumSum(x, ord) mvPartOrd(x1, x2) getContVar(df, vars = NULL) getModelCovars(obj) getModelWeights(obj) rWildBoot(n)
x, d |
matrix like structure. |
x1, x2 |
vectors with the same length. |
df |
a data frame. |
ord |
list of list structure with the ordering to add data points according to a given covariates. |
obj |
|
vars |
vector with variable names in observations data frame . |
n |
integer, sample size. |
...TODO: Each of them computes what in which way
getLessThan
can be ceitainly better implemented.
Jorge Luis Ojeda Cabrera (jojeda@unizar.es).