Utility Functions {intRegGOF} | R Documentation |
Utility functions for Integrated Regression Goodness of Fit
Description
Functions that are basic or/and useful for the computation of the Integrated Regression Goodness of Fit
Usage
getLessThan(x, d)
mvCumSum(x, ord)
mvPartOrd(x1, x2)
getContVar(df, vars = NULL)
getModelCovars(obj)
getModelWeights(obj)
rWildBoot(n)
Arguments
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. |
Details
...TODO: Each of them computes what in which way
Note
getLessThan
can be ceitainly better implemented.
Author(s)
Jorge Luis Ojeda Cabrera (jojeda@unizar.es).
[Package intRegGOF version 0.85-5 Index]