get.mean.Rd 366 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/stats.R
  3. \name{get.mean}
  4. \alias{get.mean}
  5. \title{Construct a string to report mean and SD}
  6. \usage{
  7. get.mean(v, nD = 0)
  8. }
  9. \arguments{
  10. \item{v}{a vector of values}
  11. \item{nD}{number of decimals to print}
  12. }
  13. \value{
  14. a combined string
  15. }
  16. \description{
  17. Construct a string to report mean and SD
  18. }