Displaying 3 results from an estimated 3 matches for "jdougherti".
Did you mean:
jdougherty
2006 Jun 18
2
Books
Dears,
I saw in the R-project site some R-books. However, I'm new in this
community and I didn't figure out what are the best books.
Can you suggest me some "reference" books? My intentions with R is
concerned to Artificial Intelligence simulations, Classification and
general Statistics (e.g., regression, multivariate regression, etc).
Thanks for any help, Anderson
2017 Jul 18
6
A problem with order() function in R
Hello r-help
I am learning R and use R-studio.
I create vector x <- c(19,17,23,11) and use function order(x).
The result show [1] 4 2 1 3. Why it doesn't show [1] 3 2 4 1.
Follow picture that i attach.
Thank you for you answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot (5).png
Type: image/png
Size: 68434 bytes
Desc: not available
URL:
2009 Apr 22
5
large factorials
I am working on a project that requires me to do very large factorial
evaluations. On R the built in factorial function and the one I created
both are not able to do factorials over 170. The first gives an error and
mine return Inf.
Is there a way to have R do these larger calculations (the calculator in
accessories can do 10000 factorial and Maple can do even larger)
--
View this message in