Skip to contents

sd() with NA removal

Usage

sd_na(x)

Arguments

x

<numeric> vector

Examples

sd_na(c(1, 2, NA))
#> [1] 0.7071068