Learn R Programming

hmi (version 0.9.16)

stand: Standardizing function

Description

Function to standardize variables that are numeric (continuous and count variables) but no rounded continuous, semicontinuous, intercepts or categorical variables.

Usage

stand(X)

Arguments

X

A n times p data.frame with p fixed (or random) effects variables.

Value

A n times p data.frame with the standardized versions of the numeric variables.