Displaying 1 result from an estimated 1 matches for "item_item_fit".
2009 Jul 22
1
How to dynamically generate lm() function arguments?
...quot;ii")
item_cat_fit<-lm(as.numeric(item_item_table$i1) ~
as.numeric(item_item_table$i2) )
item_cat_fit<-lm(as.numeric(item_item_table[item_item_dependent_var_counter])
~ as.numeric(item_item_table[item_item_independent_var_counter ] ) )
#print(summary(item_item_fit))
}
}
How can the lm() arguments be generated dynamically.?Would be grateful if
anyone can come up with a solution for my problem.
--
Thanks
Moumita
[[alternative HTML version deleted]]