search for: c_termsform

Displaying 1 result from an estimated 1 matches for "c_termsform".

Did you mean: do_termsform
2018 Jan 30
1
variable names in lm formula ~.
Well... ?terms.formula says: "data: a data frame from which the meaning of the special symbol . can be inferred. It is unused if there is no . in the formula." So this seems to me to be an obscure bug, as I have found no warning against this admittedly confusing but still, I think, legal syntax. Note: > d <- data.frame(log = runif(10), x = 1:10) > y <- rnorm(10,5) >