% Generated by roxygen2: do not edit by hand % Please edit documentation in R/stats.R \name{get.mean} \alias{get.mean} \title{Construct a string to report mean and SD} \usage{ get.mean(v, nD = 0) } \arguments{ \item{v}{a vector of values} \item{nD}{number of decimals to print} } \value{ a combined string } \description{ Construct a string to report mean and SD }