I would like to increase the precision/accuracy of R. That is, I'm
dealing with numbers exceedingly close to 1, and I would like to
increase the number of significant digits used in computation. In
matlab, you can use vpa() to accomplish this. I'm wondering if there's
an equivalent or a workaround in R.
Greg
______________________________________________
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, self-contained, reproducible code.