Re: [Rd] documentation patch for as.formula → reformulate

2022-01-10 Thread Martin Maechler
> Ben Bolker on Sun, 9 Jan 2022 16:39:43 -0500 writes: >There was some discussion on twitter about the fact > that the manual page for as.formula() doesn't mention > reformulate(), and indeed the last example is > ## Create a formula for a model with a large number of > variables: xnam

[Rd] documentation patch for as.formula → reformulate

2022-01-09 Thread Ben Bolker
There was some discussion on twitter about the fact that the manual page for as.formula() doesn't mention reformulate(), and indeed the last example is ## Create a formula for a model with a large number of variables: xnam <- paste0("x", 1:25) (fmla <- as.formula(paste("y ~ ", paste