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