Hello R Users!
I have a list called "tabs" that I would like to have the same structure as
my list "eqSystem." The two look like they have the same structure but they
are different because when I look at their attributes, class(eqSystem[[1]])
is "call" but class(tabs[[1]]) is "formula". I want to have class(tabs[[1]])
as a call too.
So what does "call" mean?
And how do I make an object of class "formula" be of class "call"?
Thank you so much!!!--Rita