From: <li...@us...> - 2007-09-13 16:47:52
|
Revision: 47 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=47&view=rev Author: ligges Date: 2007-09-13 09:47:55 -0700 (Thu, 13 Sep 2007) Log Message: ----------- too many braces! Modified Paths: -------------- trunk/BRugs/man/bgr.point.Rd trunk/BRugs/man/model.check.Rd trunk/BRugs/man/plot.bgr.Rd Modified: trunk/BRugs/man/bgr.point.Rd =================================================================== --- trunk/BRugs/man/bgr.point.Rd 2007-09-12 17:46:47 UTC (rev 46) +++ trunk/BRugs/man/bgr.point.Rd 2007-09-13 16:47:55 UTC (rev 47) @@ -3,7 +3,7 @@ \alias{bgrPoint} \title{Internal functions (to support plotting the Gelman-Rubin convergence statistic)} \description{These functions are for internal use only. - They support \code{\link{samplesBgr}} and \code{\link{plotBgr}}.} + They support \code{\link{samplesBgr}} and \code{\link{plotBgr}}. } \usage{ bgrGrid(node, bins = 50) Modified: trunk/BRugs/man/model.check.Rd =================================================================== --- trunk/BRugs/man/model.check.Rd 2007-09-12 17:46:47 UTC (rev 46) +++ trunk/BRugs/man/model.check.Rd 2007-09-13 16:47:55 UTC (rev 47) @@ -10,7 +10,7 @@ } \value{ If a syntax error is detected the position of the error and a description of the error is printed, -otherwise the \sQuote{model is syntaxicaly correct} message is displayed.} +otherwise the \sQuote{model is syntaxicaly correct} message is displayed. } \note{ If an attempt is made to execute this function in an inappropriate context the generic error message Modified: trunk/BRugs/man/plot.bgr.Rd =================================================================== --- trunk/BRugs/man/plot.bgr.Rd 2007-09-12 17:46:47 UTC (rev 46) +++ trunk/BRugs/man/plot.bgr.Rd 2007-09-13 16:47:55 UTC (rev 47) @@ -2,7 +2,7 @@ \alias{plotBgr} \title{Plot the Gelman-Rubin convergence statistic for a scalar variable} \description{This function calculates and plots the Gelman-Rubin convergence statistic for a scalar variable, - as modified by Brooks and Gelman (1998).} + as modified by Brooks and Gelman (1998). } \usage{ plotBgr(node, plot = TRUE, main = NULL, xlab = "iteration", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |