mu<-c(5.682,88.22)
Sigma<-symMatrix(c(3.770,-5.495,13.53),2)
datum<-dataindI(50,mu,Sigma,2)
# Removing the observation 43 from the data set "datum" and creating a new one:
datum<-removeind(datum,43)
Run the code above in your browser using DataLab