Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Dear members, just a technical question: Is there a canonical way of citing this R help list? I'm aware that a help list comment is probably not quotable in peer-reviewed statistical journals, but it might be of interest...
Dear members, assume given a function of type test<-function(formula, data , w){ ...... glm1<-glm(formula, family=poisson, data=data, weights=w) ...... } and a simple example data frame as test.frame<-data.frame(x=1:10,y=(1:10)*2...
Thanks. It is now working as I wanted, if I use (simplified) test<-function(formula, data, w){ wname <- deparse(substitute(w)) w <- if(wname %in% names(data)) data[[wname]] else get(wname, .GlobalEnv) data$w<-w glm1<-glm(formula=formula...
Can't find what you're looking for? Try searching with Google .