Displaying 1 result from an estimated 1 matches for "tp2305559p2305732".
2010 Jul 28
2
pass list of args to function call
I was wondering how i can get a list of arguments to evaluate within function
call. I'd like to be able do something like this:
#mod <- glm(y~1,data=df,family="binomial")
opt <- list(family="binomial")
mod <- glm(y~1,data=df,opt)
Any idea how this can be done properly? TIA
--
View this message in context: