powered by
Internal, auxiliary functions
aux_deleteNA_df(data)
a data.frame object with the same structure as data and no observation with missing (NA) values
is a data.frame object
df=data.frame(x=c(rnorm(10),NA,NA),y=c(NA,NA,rnorm(10))) SLEMI:::aux_deleteNA_df(df)
Run the code above in your browser using DataLab