Re: [Rd] (PR#12742) Different result with different order of binding

2008-09-08 Thread kyunseop . bae
Thank you for the prompt reply. Do you know why does MS-Excel give result that I expected? Thanks, Kyun-Seop BAE Email: [EMAIL PROTECTED] -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 1:53 AM To: [EMAIL PROTECTED] Cc: [EMAIL PRO

[Rd] Different result with different order of binding (PR#12742)

2008-09-08 Thread kyunseop . bae
Full_Name: Kyun-Seop Bae Version: 2.7.2 OS: MS-Windows XP SP2 Submission from: (NULL) (148.168.40.4) # Script that I used rm(list=objects()) objects() WT <- 91 AGE <- 41 SCR <- 1.3 CCL1 <- (140-AGE) * WT / (72 * SCR) CCL2 <- (140-AGE) * WT / 72 / SCR CCL1 CCL2 identical(CCL1, CCL2) identical