constructConstant {ivmte}R Documentation

Construct constant function

Description

This function constructs another function that returns a constant. It is used for constructing weight/knot functions.

Usage

constructConstant(x)

Arguments

x

scalar, the constant the function evaluates to.

Value

a function.


[Package ivmte version 1.4.0 Index]