Christian Jones <[EMAIL PROTECTED]> writes: > Hello R team, > I´m looking for a way to standardize (z transformation= standard deviation 1 > and mean 0) a row of x y coordinates in order to conduct a trend analysis. > Does anyone know the command in R? > many thanks for help in advance > Christian
What do you mean be "a row of x y coordinates"?? An N x 2 matrix? scale() could well be the answer. -- O__ ---- Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
