[R] Normalization in R

Sergio Fonda sergio.fonda99 at gmail.com
Wed Feb 24 14:54:23 CET 2016


If you intend "standardization, use

scale(x, center = TRUE, scale = TRUE),

center for zero mean scale for SD=1

Best regards,

Sergio



2016-02-24 8:22 GMT+01:00 Alnazer Elbedairy <alnazer.elbedairy at gmail.com>:

> Dear all
> anyone know the function or syntax to get the Normalization for Data ?
> thanks
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list