Skip to content
Prev 7439 / 12125 Next

[R-pkg-devel] [External] Formula modeling

I don't work with models like this, but I would find it more natural to 
express the multiple formulas in a list:

   list(d ~ p + x + y, s ~ p + w + y, p ~ z + y)

I'd really have no idea how either of the proposals below should be parsed.

Of course, if people working with models like this are used to working 
with notation like yours, that would be a strong argument to use your 
notation.

Duncan Murdoch
On 07/10/2021 5:51 p.m., Richard M. Heiberger wrote: