Thanks Martin! Good to know that you have made this important
change, And, regarding
Maybe we should additionally say that this is *not* round()ing,
and give a link to the help for signif() ?
I think that also would be most useful. In fact, ?signif
leads to a whole survey of "Rounding of Number
> Ted Harding
> on Thu, 31 May 2018 07:10:32 +0100 writes:
> Well pointed out, Jim!
> It is infortunate that the documentation for options(digits=...)
> does not mention that these are *significant digits*
> and not *decimal places* (which is what Joshua seems to wan
Well pointed out, Jim!
It is infortunate that the documentation for options(digits=...)
does not mention that these are *significant digits* and not
*decimal places* (which is what Joshua seems to want):
"‘digits’: controls the number of digits to print when
printing numeric values."
On the fa
On Thu, May 31, 2018 at 03:30:42PM +1000, Jim Lemon wrote:
> Because there are no values in column ddd less than 1.
Whoa!
Thank you for pointing that out.
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman
Hi Joshua,
Because there are no values in column ddd less than 1.
itemInfo[3,"ddd"]<-0.3645372
itemInfo
aaa bbb ccc dddeee
skill 1.396 6.225 0.517 5.775 2.497
predict 1.326 5.230 0.462 5.116 -2.673
waiting 1.117 4.948NA 0.365 NA
complex 1.237 4.170 0.220 4.
R version 3.5.0 (2018-04-23) -- "Joy in Playing"
Platform: x86_64-pc-linux-gnu (64-bit)
options(digits=3)
itemInfo <- structure(list("aaa" = c(1.39633732316667, 1.32598263816667,
1.1165832407, 1.23651072616667, 1.0536867998, 1.0310073738,
0.9630728395, 0.7483865045, 0.620086646166
6 matches
Mail list logo