get.anchor.points {depCensoring} | R Documentation |
Get anchor points on which to base the instrumental functions
Description
The points returned by this function can be used as corner points in the family of box functions, or as knots in the family of B-spline functions.
Usage
get.anchor.points(data, n.if.per.cov, normalized = FALSE)
Arguments
data |
Data set. |
n.if.per.cov |
Number of instrumental functions to use per continuous covariate. |
normalized |
Boolean value indicating whether the covariates in the
given data frame have been normalized. Default is |
[Package depCensoring version 0.1.7 Index]