Skip to content

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.

5 results for “from:steven pav”

how to check as CRAN with alternative BLAS?
steven pav · Dec 29, 2019 · r-devel

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...

[Rcpp-devel] Is it possible to call an R internal C function from Rcpp?
steven pav · Mar 2, 2015 · rcpp-devel

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...

Should there be a confint.mlm ?
steven pav · Jul 19, 2018 · r-devel

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...

[Rcpp-devel] Minimal Working Example for RcppParallel gives nonsensical results
steven pav · Mar 25, 2016 · rcpp-devel

(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...

Should there be a confint.mlm ?
steven pav · Jul 21, 2018 · r-devel

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 .