R/make_Z_groups_out.r

# # grout <- read.table('groups.out', header = FALSE) head(grout) n <- dim(grout)[1] nc <- dim(grout)[2]
# gr_asgd <- grout[, 1] log_dens <- grout[, nc] Z <- as.matrix(grout[, -c(1, nc)]) colnames(Z) <- NULL
# head(Z) plot(log_dens)

Try the multimix package in your browser

Any scripts or data that you put into this service are public.

multimix documentation built on Jan. 22, 2023, 1:13 a.m.