Skip to content
Prev 318581 / 398503 Next

Multiple left hand side variables in a formula

On Fri, 1 Mar 2013, Frank Harrell wrote:

            
That's what the "Formula" package provides. It allows for multiple parts 
and multiple responses on both side of the ~. Internally, the formula is 
decomposed and separate terms are produced. And using an auxiliary formula 
it is assured that a single model frame (with unified NA processing). And 
all of this is hidden from the user by providing methods that are as 
standard as possible, see:

vignette("Formula", package = "Formula")

hth,
Z