Learn R Programming

LoTTA (version 0.1.0)

normalize_cont_y: normalize continuous outcome function

Description

normalize continuous outcome function

Usage

normalize_cont_y(y, x, trimmed = NULL, normalize = TRUE)

Value

list with y - normalized outcome, mu - shift parameter, sd - scaling parameter

Arguments

y
  • outcome data

x
  • score data

trimmed
  • NULL by default, provide vector of values to trim the data

normalize
  • whether data is to be normalized