Update nonc input
This commit is contained in:
2
test.R
2
test.R
@@ -42,7 +42,7 @@ generate_basis_data <- function(num_knots, mu_value, sig_value, nonc_value, tail
|
||||
knot_values <- c(10)
|
||||
mu_values <- seq(0.1, 0.9, by = 0.2)
|
||||
sig_values <- 2^(-2:2)
|
||||
nonc_values <- c(-4,2,0,2,4)
|
||||
nonc_values <- c(-4,-2,0,2,4)
|
||||
tailw_values <- 2^(-2:2)
|
||||
|
||||
# Create an empty list to store all combinations
|
||||
|
||||
Reference in New Issue
Block a user