@tillutony wrote:
HI Experts ,
PLease help me understanding the following code.
maxs <- apply(data, 2, max)
mins <- apply(data, 2, min)scaled <- as.data.frame(scale(data, center = mins, scale = maxs - mins))
Regards,
tony
Posts: 1
Participants: 1