I'm trying to manipulate/change a formula prior to passing it to another
function.  A simplified example:

User passes formula to my function: y~x
My function does: lm(transform(y)~x)

Here, transform() is added to the model's response.

What is the best way to accomplish this?

______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to