[R] Result differences in 32-bit vs. 64-bit point.in.polygon?

2015-05-29 Thread Lensing, Shelly Y
Is anyone aware of point.in.polygon giving different results for 32-bit vs. 64-bit R? Our OS is 64-bit Windows 7 Enterprise. I'm working with someone else's extensive R program and the final results are close but not exactly matching. We're thinking it might be something with the point.in.polygo

[R] R on Windows Server

2009-06-03 Thread Lensing, Shelly Y
We are starting the process for purchasing a server with Windows Server 2008 OS. We are mainly interested in storage for multiple users, but would like to have the capability to run R simulations on the server. Are there any issues we should be aware of for installing R on the server or with hav

[R] INSUBSCRIBE

2023-01-24 Thread Lensing, Shelly Y
On Jan 24, 2023, at 5:00 AM, r-help-requ...@r-project.org wrote:  Send R-help mailing list submissions to r-help@ r-project. org To subscribe or unsubscribe via the World Wide Web, visit https: //urldefense. proofpoint.  com/v2/url?u=https-3A__stat. ethz.  ch_mailman_listinfo_r-2Dhelp&d=DwIGaQ

[R] Different results in glm() probit model using vector vs. two-column matrix response

2010-12-30 Thread Lensing, Shelly Y
Hi - I am fitting a probit model using glm(), and the deviance and residual degrees of freedom are different depending on whether I use a binary response vector of length 80 or a two-column matrix response (10 rows) with the number of success and failures in each column. I would think that these

[R] Different results in glm() probit model using vector vs. two-column matrix response

2010-12-30 Thread Lensing, Shelly Y
Hi - I am fitting a probit model using glm(), and the deviance and residual degrees of freedom are different depending on whether I use a binary response vector of length 80 or a two-column matrix response (10 rows) with the number of success and failures in each column. I would think that these