I was wonder why when I use the function ave I get the average value N(number of data-points in my set) in my vector?
Comments: This is not an R.NET issue. Please read the documentation for the ave function in R. ``` ?ave ave(rnorm(100)) ```
Comments: This is not an R.NET issue. Please read the documentation for the ave function in R. ``` ?ave ave(rnorm(100)) ```