Learn R Programming

LoTTA (version 0.1.0)

CONT_outcome_function_sample: Function that evaluates the continuous outcome function in a domain x, given the coefficients

Description

Function that evaluates the continuous outcome function in a domain x, given the coefficients

Usage

CONT_outcome_function_sample(coef_s, x, d_x, s_x, mu_y, sd_y)

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

mu_y
  • shifting parameter that was used to normalize y

sd_y
  • scaling parameter that was used to normalize y