range_to_sd: range_to_sd

View source: R/transformStats.R

range_to_sdR Documentation

range_to_sd

Description

Converts a range to a standard deviation

Usage

range_to_sd(min, max, n)

Arguments

min

Minimum value

max

Maximum value

n

Sample size

Value

Returns vector of standard deviation

Author(s)

Joel Pick

Examples

range_to_sd(min = 3, max = 8, n = 40)

daniel1noble/metaDigitise documentation built on June 19, 2024, 11:33 a.m.