search for: s_haar

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

Did you mean: haar
2012 Jul 21
2
two questions re: the use of lattice
...ons regarding the use of lattice. First some code: ## begin code z <- cbind(rep(c("BIC", "ICL", "s_v", "Q_v", "sig-q", "s_lsk", "s_lML", "s_mlsk", "s_mlML", "s_la8", "s_haar"), each = 250), rep(c(5, 10, 20, 30, 50), each = 50)) z <- rbind(cbind(z, 0), cbind(z, 20), cbind(z, 40)) z <- cbind(z, rnorm(n = nrow(z))) z <- as.data.frame(z) names(z) <- c("Method", "sigma", "INU", "Error") sigma <- as.numeric(levels(z...