# NOT RUN {
data(iris)
iris<-data.matrix(iris)#returns the matrix obtained by converting the data frame to numeric mode
Cum4(iris[,1:4], 1, "square") # returns a matrix containing the fourth cumulants of the given data
# }
Run the code above in your browser using DataLab