@@ -23,7 +23,7 @@ generate_basis_data <- function(num_knots, mu_value, sig_value, nonc_value, tail
)
B_mat <- round(as.matrix(B),2)
df <- as.data.frame(B_mat)
df$x <- grid
df$x <- round(grid,2)
df_long <- pivot_longer(df,
cols = -x,
names_to = "b",
The note is not visible to the blocked user.