Convert coefficient of variation (percent) to between-subject variance
Source:R/bsv_cv.R
cvToBsv.Rd`cvToBsv()` converts a log-normal coefficient of variation (expressed as a percent) to the variance on the log scale, `omega^2 = log((CV/100)^2 + 1)`. `bsvToCv()` is the inverse transform.