powered by
Calculate Si using linear method
si_linear(x, avg_type = "simple")
A data frame
A Dataframe
Choosing average type. So far "simple", "geometric" and "harmonic" average are availableç
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20)) si_linear(x,avg_type = "simple")
Run the code above in your browser using DataLab