Skip to content

Minor doc bug (PR#843)

1 message · Bob Wheeler

#
In the doc for split, the factor g is unordered,
so the illustrative code

x <- rnorm(n * nn) + sqrt(codes(g))

should be

x <- rnorm(n * nn) + sqrt(as.numeric(g))