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.
On Sun, 9 Mar 2003, Michael Mader wrote: > Hi Laurent, > > what about something like > > setMethod("f", signature("B"), > definition=function(obj){ > f(as(obj, "A") > }, > where=where) > > > > Cheers > > Michael > May not be what you want if the method for "A...
I have a simple question, but I couldn't find the answer in R manuals. Assume I have a list: > foo <- list() > foo[[1]] <- c(1, 2, 3) > foo[[2]] <- c(11,22,33) > foo[[3]] <- c(111,222,333...
Dear Experts, In metafor's multivariate specification (which gives control over the `struct` argument), apparently there is a requirement for the variable appearing on the left-side of `|` to only be a categorical factor. First, why is this required conceptually...
Your dates are for 2016 :-) in your email and developer.r-project.com Best, luke On Fri, 17 Mar 2017, Peter Dalgaard wrote: > R 3.4.0 "You Stupid Darkness" is now scheduled for April 21 > > The detailed schedule can...
On Mon, 10 Mar 2003, Fernando Henrique Ferraz Pereira da Rosa wrote: > Has anyone got vim to have syntax highlighting with R function codes? I > know there's something similar that works with emacs (ESS or something like > that), but...
On Tue, 29 Apr 2003, Thomas W Blackwell wrote: > I'm surprised that no one has yet mentioned "Sweave". > I've never used it, but it seems to solve exactly the > general problem of R-to-postscript formatting that > Jonathan...
I was wondering if anyone had some sample time series dgp code. I am particularly interested in examples of autoregressive processes and error correction model DGPs. I have attached a more specific example of what I mean. I have tried...
Version 0.99-0 of the proftools package for analyzing and visualizing R profiling data has been uploaded to CRAN. This is a major update that adds new summary functions, new and improved visualizations, and tools for subsetting and filtering...
Hello All, A quick question. I have some labs that have conducted multiple studies each targeting several outcomes, like: labID studyID outcomeID 1 1 1 1 1 2 1 2 1 1 2 2 2 1 2 2 1 3...
On Tue, 2 Sep 2003, Richard A. O'Keefe wrote: > > By the way, is anyone else worried about this code: > > static SEXP applydefine(SEXP call, SEXP op, SEXP args, SEXP rho) > { > ... > =======>char buf[32]; > ... > while (isLanguage(CADR(expr))) { > ===========>sprintf(buf...
The package snow available from CRAN is one possibility. Best, luke On Mon, 11 Jun 2007, Markus Schmidberger wrote: > Hello, > > which possibilities are available in R for simultaneous or parallel > computing? > I only could find biopara > (http://cran.r-project...
Dear Meta Experts, (A) My understanding has been that the sandwich estimators are only relevant to rma.mv() models where the structure of `V=` and/or `random=` is suspected to be misspecified (hence SE of fixed effects may be inaccurate...
Dear Colleagues, Imagine I have two models. Model 1: random = ~1 | study / row_id Model 2: random = ~ row_id | study, struct = "CS" I understand that the diagonal elements of the variance-covariance matrix of a study with two effect size...
Dear R users, My input is a matrix. The matrx rows are sample; the matrix columns are features. I need an output matrix which include the original features and some kinds of transformed features. For example, there are only three...
Dear R Users, When I used svmlight, I got below error: my command is: foo <- svmlight(y~., data= myData) the results: Error in file(con, "r") : unable to open connection In addition: Warning messages: 1: svm_learn not found 2...
On Fri, 2002-10-25 at 17:46, Richard Rowe wrote: > Not an R question directly, but has anyone got a method for placing a > moderately large number of (near) equi-spaced points on a sphere? I have a > nasty...
Version 0.99-0 of the proftools package for analyzing and visualizing R profiling data has been uploaded to CRAN. This is a major update that adds new summary functions, new and improved visualizations, and tools for subsetting and filtering...
Hello All, Imagine a single-group experiment (same group pre- and post-tested) has been replicated ten times with independent groups of participants by the same lab: R O X O ==> 10 times In each experiment, participants answer a multiple...
We have been asked to write a paper on the snow package for parallel computing in R for a parallel computing journal and would like to include some references to examples of the use of snow in practice beyond our...
Use tryCatch; try behaves the way it does with respect to interrupts for historical compatibility. luke On Sun, 8 Jan 2006, hadley wickham wrote: > On a related note, does anyone know how to exit: > > repeat { try( readline() ) } > > The try block...
Can't find what you're looking for? Try searching with Google .