Skip to content
Prev 268547 / 398502 Next

predict() function on a list made up of a system of equations

On Sun, Aug 14, 2011 at 7:55 PM, Darius H <xenon99 at hotmail.com> wrote:
The above whitespace comes about from posting to this list (which
converts emails to plaintext) in HTML.  Please set future emails to
plain text (its under text formatting or something like that in
hotmail).
Can you give an (R) example of what this system of equations in a list
is like?  Is it a list of model objects?  Or formulae?  Or character
strings of equations? Or....?  On the offchance that it is a list of
model objects, something likeish:

lapply(thelist, predict, newdata = data.frame_of_your_desired_future_values)

Cheers,

Josh

cannot find anything on the help archives. I have also tried unlist()
as to no avail. Many thanks, Darius.