[R] pass list of args to function call

darckeen darckeen at hotmail.com
Thu Jul 29 00:30:31 CEST 2010


Thanks for your helpful response.

I have a related question, i would like to further generalize the function
by having the call arg of do.call function being referenced.  Like this:


model.fun <- glm
model.opt <- list(y1~1,data=df,family="binomial")
rslt <- do.call(model.fun,model.opt)


This works but the model.fun object shows the code for glm.  This is
cumbersome in output, is there anyway to avoid this by having the model.fun
be a reference/pointer to the glm function?

TIA
-- 
View this message in context: http://r.789695.n4.nabble.com/pass-list-of-args-to-function-call-tp2305559p2305732.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list