get.anchor.points: Get anchor points on which to base the instrumental functions

View source: R/BoundingCovariateEffects.R

get.anchor.pointsR 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 normalized = FALSE.


depCensoring documentation built on April 4, 2025, 1:52 a.m.