Learn R Programming

ivmte (version 1.0.1)

constructConstant: 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.