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.
One of my packages is slated to be archived from CRAN due to failures when the ATLAS BLAS is used. I am unable to replicate the error on my machine under R 3.6.1 using the atlas library from...
hi all; I want to write the density function for the doubly non-central F distribution using Rcpp. The algorithm (from Paolella's Intermediate Probability, listing 10.8) computes the weighted sum of the PDF function of the singly non...
It seems that confint.default returns an empty data.frame for objects of class mlm. For example: ``` nobs <- 20 set.seed(1234) # some fake data datf <- data.frame(x1=rnorm(nobs),x2=runif(nobs),y1=rnorm(nobs),y2=rnorm(nobs...
(Based on this Q: http://stackoverflow.com/q/36206524/164611 , and available from this gist: https://gist.github.com/shabbychef/9c2ed6b2ee92f104a8b1 ) I am trying to write some code using the parallelReduce framework from RcppParallel. Somehow I must be violating thread...
I would welcome the fixes suggested by Martin. I did not think my implementation was pretty, but didn't want to suggest a bugfix without submitting code. Regarding the idea of a `stderr` function, I am all for potential efficiency...
Can't find what you're looking for? Try searching with Google .