search for: x4_target_names0

Displaying 1 result from an estimated 1 matches for "x4_target_names0".

Did you mean: x1_target_names0
2013 Aug 09
1
a fast table() for the 1D case
...get_data0, excludes) f3_target_names0 <- c(6.82, x1_target_names0, -7.66) f3_target_data0 <- c(0L, 1L, 2L, 1L, 0L, 0L, 0L) f3 <- factor(x3, levels=f3_target_names0, exclude=NULL) .do_exclude_tests(f3, "f3", f3_target_names0, f3_target_data0, excludes) x4_target_names0 <- c(6.82, -9, 5.3, 4, -7.66) x4_target_data0 <- c(0L, 1L, 1L, 2L, 0L) f4 <- factor(x3, levels=x4_target_names0, exclude=NULL) .do_exclude_tests(f4, "f4", x4_target_names0, x4_target_data0, excludes) ## Test on a character vector. c0 <- character(0)...