Learn R Programming

LoTTA (version 0.1.0)

treatment_function_sample: Function that evaluates the treatment probability function in a domain x, given the coefficients

Description

Function that evaluates the treatment probability function in a domain x, given the coefficients

Usage

treatment_function_sample(coef_s, x, d_x, s_x)

Value

list with the values of the function

Arguments

coef_s
  • list with the function coefficients

x
  • points at which the function is evaluated

d_x
  • shifting parameter that was used to normalize x

s_x
  • scaling parameter that was used to normalize x