File: test_largeN.R

package info (click to toggle)
r-cran-classint 0.4-11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: fortran: 65; ansic: 13; sh: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
library(classInt)
# issue 44
set.seed(101)
large_n <- 1000
x <- 1:(large_n + 1)
expect_warning(classInt::classIntervals(x, n = 10, style = "fisher", 
  largeN = large_n, samp_prop = 0.05))