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.

34 results for “from:Anirban”

rnorm.halton
Anirban Mukherjee · Sep 14, 2009 · r-sig-mac

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20090914/45e7c57a/attachment.pl>

lm: order of dropped columns
Anirban Mukherjee · Jul 21, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100721/317b62d9/attachment.pl>

[Caution: Message contains Suspicious URL content] R 3.0.1 build from sources: Wrong library paths
Anirban Mukherjee · Sep 12, 2013 · r-sig-mac

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20130913/5047cb2c/attachment.pl>

GCC v. LLVM
Anirban Mukherjee · Mar 9, 2011 · r-sig-mac

Folks, I was wondering what the forward plans are for R on Mac vis-a-vis apple-gcc/Clang. Xcode 4 was just released with LLVM 2.x. From what I can tell, Apple will in the future only support...

[Rcpp-devel] Copying a NumericVector from a list within a list
Anirban Mukherjee · Apr 14, 2014 · rcpp-devel

This works: #include <Rcpp.h> using namespace Rcpp; // [[Rcpp::export]] NumericVector fromList(List outer, std::string name) { return (as <List> (outer[0]) [name]); } /*** R x <- c(0.2855202, 0.6731716, 0.8497825, 0.7445254, 0.2382722) innL <- list(p=x...

[R-pkg-devel] Help with a note
Anirban · Sep 2, 2020 · r-package-devel

Hi, I've one note in my package which I can't seem to resolve while submitting to CRAN: New submission Flavor: r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64 Check: R code for possible...

[R-pkg-devel] Help with a note
Anirban · Sep 3, 2020 · r-package-devel

Thank you for the helpful replies! I got it now, I overlooked the return on the ifelse() before. Thanks a lot again! - Anirban On Thu, Sep 3, 2020, 11:18 AM Anirban <bloodraven166 at gmail.com> wrote: > Hi, I've...

predict.lm with new regressor names
Anirban Mukherjee · Dec 15, 2010 · r-help

Hi all, Suppose: y<-rnorm(100) x1<-rnorm(100) lm.yx<-lm(y~x1) To predict from a new data source, one can use: # works as expected dum<-data.frame(x1=rnorm(200)) predict(lm.yx, newdata=dum) Suppose lm...

rnorm.halton
Anirban Mukherjee · Sep 15, 2009 · r-sig-mac

Thanks everyone for your replies. Particularly David. The numbers are pseudo-random. Repeated calls should/would give the same output. Currently, Halton works fine when used to just get the Halton sequence, but the random deviates call is not working...

predict.lm with new regressor names
Anirban Mukherjee · Dec 15, 2010 · r-help

Hi all, Suppose: y<-rnorm(100) x1<-rnorm(100) lm.yx<-lm(y~x1) To predict from a new data source, one can use: # works as expected dum<-data.frame(x1=rnorm(200)) predict(lm.yx, newdata=dum) Suppose lm...

lme4 under 64 bit (Snow Leopard)
Anirban Mukherjee · Sep 15, 2009 · r-sig-mac

lme4 (x86_64) compiled fine on Snow Leopard for me. I have the xcode that came with my Snow Leopard installation kit. Best, A On Tue, Sep 15, 2009 at 12:01 AM, Steve Lianoglou <mailinglist.honeypot at gmail.com...

R error in make check
Anirban Jana · Jan 11, 2012 · r-help

Hi, After building R 2.14.1 on a Linux system (SUSE Linux Enterprise Server 11 (x86_64) ), I ran "make check" but it halted with the foll error: Testing examples for package ?base? Error: testing 'base' failed Execution halted...

Unable to use vecLib BLAS and LAPACK in Mac OS 11.0.1
Anirban Mukherjee · Nov 22, 2020 · r-sig-mac

Hi, I am having trouble configuring R to use the vecLib BLAS and LAPACK libraries. I am on Mac OS 11.0.1 and Xcode 12.2. I tried the following options: 1. I downloaded the R binary from CRAN...

problem loading ggplot2 package
Anirban Mukherjee · Mar 4, 2011 · r-sig-mac

I would suggest updating R to 2.12.2. That should be fairly seamless/painless. A -- Anirban Mukherjee | Assistant Professor, Marketing LKCSB, Singapore Management University 5056 School of Business, 50 Stamford Road Singapore 178899 | +65-6828-1932 On Mar 5...

rnorm.halton
Anirban Mukherjee · Sep 14, 2009 · r-sig-mac

To add: If I try to install using the mac.binary, it tells me (on opening the 64 bit app) that the package is not installed for x64. And does not let me load the library when using 64 bit...

[Rcpp-devel] Seamless Rcpp gives errors with RcppArmadillo
Anirban Mukherjee · Jun 26, 2013 · rcpp-devel

library(inline); library(RcppArmadillo) rowSumsRA <- cxxfunction(signature(x = "numeric"), plugin="RcppArmadillo", body='return Rcpp::wrap(arma::sum(as<arma::mat>(x),0));') colSumsRA <- cxxfunction(signature(x = "numeric"), plugin="RcppArmadillo", body='return Rcpp::wrap(arma::sum(as<arma::mat>(x),1...

Lion 10.7.1. Bug with Eigen. 64 bit.
Anirban Mukherjee · Sep 3, 2011 · r-sig-mac

Shoot. Sorry. Just saw Yan Zhou's post from a few days earlier. Apologize. As far as I can tell, this is a problem only for a matrix larger than 500 * 500. A On Sat, Sep 3, 2011 at 8...

Lion 10.7.1. Bug with Eigen. 64 bit.
Anirban Mukherjee · Sep 3, 2011 · r-sig-mac

Hi all, I upgraded the OS to Mac OS Lion (10.7.1). Using a Mac Pro, dual hexacore processors. In R (64 bit), the following computes very quickly. # --- CODE --- require(Matrix)??? ??? # Optimized matrix operations require(SuppDists)??? # Optimized random number...

rnorm.halton
Anirban Mukherjee · Sep 15, 2009 · r-sig-mac

Sorry, what I should have said was Halton numbers are quasi-random, and not pseudo-random. Quasi-random is the technically appropriate terminology. Halton sequences are low discrepancy: the subsequence looks/smells random. Hence, they are often used in quasi...

[Rcpp-devel] Seamless Rcpp gives errors with RcppArmadillo
Anirban Mukherjee · Jun 26, 2013 · rcpp-devel

inline + RcppArmadillo work on Mac. I tested the code in a Mac (Mountain Lion 10.8.4) before posting. Install gfortran from: http://r.research.att.com/gfortran-lion-5666-3.pkg. You can look here for more information: http...

Can't find what you're looking for? Try searching with Google .