Re: [R] Strange R behavior for product of two sum of integers

2011-10-20 Thread Lei Jiang
igent to do automatic coercing) or users can check the type of constants/variables as follows: > typeof(1) [1] "double" > typeof(sum(1:100)) [1] "integer" > -- > Peter Dalgaard, Professor > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3

Re: [R] Strange R behavior for product of two sum of integers

2011-10-19 Thread Lei Jiang
atisticien.eu > > __** > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide http://www.R-project.org/** > posting-guide.html

Re: [R] R on Multicore for Linux

2011-07-23 Thread Lei Jiang
ive HTML version deleted]] > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, sel