i try to get skewness for every row datafarme with
library(moments)
install.packages("FactoMineR")
data <-read.csv("data.csv",header=TRUE,sep=";",dec="."=)
My dataframe:
df <- structure(list(Marque = c("x1", "x2", "x3", "x4", "x5", "x6",
"x7", "x8", "x9"), V1 = c("2", "3", "1,5", "1,2", "1,9", "3,5",
"3,3", "4", "3,6"), V2 = c("2,4", "4", "3,4", "3,6", "1,6", "4,8",
"4,1", "3,5", "4,5"), V3 = c("1,7", "4,4", "3,8", "3,9", "3,4",
"4,5", "3,9", "4,3", "2,1"), V4 = c("2,3", "4,9", "4,7", "4,3",
"4", "4,6", "4,9", "2", "3,6"), V5 = c("3,3", "3,9", "2,3", "1,3",
"1,2", "3,9", "3,6", "3,3", "4")), class = "data.frame", row.names = c(NA,
-9L))