powered by
is.empty.model()
is.empty.model(x)
terms
TRUE
lm
glm
y <- rnorm(20) is.empty.model(y ~ 0) is.empty.model(y ~ -1) is.empty.model(lm(y ~ 0))
Run the code above in your browser using DataLab