The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85977
Line 26... Line 26...
26
}
26
}
27
\details{
27
\details{
28
  \code{format.pval} is mainly an auxiliary function for
28
  \code{format.pval} is mainly an auxiliary function for
29
  \code{\link{print.summary.lm}} etc., and does separate formatting for
29
  \code{\link{print.summary.lm}} etc., and does separate formatting for
30
  fixed, floating point and very small values; those less than
30
  fixed, floating point and very small values; those less than
31
  \code{eps} are formatted as \code{"< [eps]"} (where \sQuote{[eps]}
31
  \code{eps} are formatted as \code{"< [eps]"} (where \sQuote{\I{[eps]}}
32
  stands for \code{format(eps, digits)}).
32
  stands for \code{format(eps, digits)}).
33
}
33
}
34
\examples{
34
\examples{
35
format.pval(c(stats::runif(5), pi^-100, NA))
35
format.pval(c(stats::runif(5), pi^-100, NA))
36
format.pval(c(0.1, 0.0001, 1e-27))
36
format.pval(c(0.1, 0.0001, 1e-27))