normalize_dis_x: normalize discrete score function

View source: R/normalize.R

normalize_dis_xR Documentation

normalize discrete score function

Description

normalize discrete score function

Usage

normalize_dis_x(x, trimmed = NULL, normalize = TRUE)

Arguments

x

score data

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

normalize
  • TRUE by default, whether data is to be normalized

Value

list with x - normalized score, s - parameter used to scale the score


LoTTA documentation built on Aug. 8, 2025, 6:27 p.m.

Related to normalize_dis_x in LoTTA...