[Rd] lower.tail for plnorm (PR#9520)

2007-02-22 Thread candrews
Full_Name: Chris Andrews Version: 2.4.1 OS: Windows XP Submission from: (NULL) (128.205.90.25) # CDF works as expected (=0) pnorm(-Inf) # 0 plnorm(0) # 0 # specifying lower.tail=FALSE should give survival function (=1) pnorm(-Inf, lower.tail=FALSE) # 1 plnorm(0, lower.tail=FALSE) # 0 != 1 ___

[Rd] Bug in placement of legend with title when xlim is decreasing (PR#12019)

2008-08-07 Thread candrews
Full_Name: Chris Andrews Version: 2.7.1 OS: Windows Submission from: (NULL) (74.92.48.53) The following code shows that the legend is misplaced when a title is included AND xlim specifies a decreasing x axis. -- matplot(1:5, matrix(rnorm(5*3), nrow=5), type="l", col=1:3, lty=1, lwd=

[Rd] uniroot warning (lack of) (PR#8750)

2006-04-05 Thread candrews
Full_Name: Chris Andrews Version: 2.2.1 OS: Windows Submission from: (NULL) (128.205.94.95) The function page for uniroot indicates If the algorithm does not converge in 'maxiter' steps, a warning is printed and the current approximation is returned. I have not been able to get a warni

[Rd] mcnemar.test helpfile (PR#9220)

2006-09-12 Thread candrews
Full_Name: Chris Andrews Version: 2.3.1 OS: Windows Submission from: (NULL) (128.205.253.147) ?mcnemar.test ends with an example: ## Agresti (1990), p. 350. ## Presidential Approval Ratings. ## Approval of the President's performance in office in two surveys, ## one month