Last chance! 50% off unlimited learning
Sale ends in
options(na.detail.response=TRUE)
.
This na.action
is primarily for use with describe.formula
.na.keep(mf)
"na.action"
attributena.omit
, na.delete
, model.frame.default
, na.detail.response
,
naresid
, naprint
, describe
options(na.action="na.keep", na.detail.response=TRUE)
x1 <- runif(20)
x2 <- runif(20)
x2[1:4] <- NA
y <- rnorm(20)
describe(y ~ x1*x2)
Run the code above in your browser using DataLab