normalize_cont_y {LoTTA}R Documentation

normalize continuous outcome function

Description

normalize continuous outcome function

Usage

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

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

Value

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


[Package LoTTA version 0.1.1 Index]