demo/multimix.R

data("cancer.df")
D = data_organise(cancer.df, numClusters = 2)
stage = scan(system.file("extdata", "Stage.txt", package = "multimix")) - 2
Z <- make_Z_discrete(stage)
P <- initParamList(D, Z) 
zpr <- mmain(D, Z, P)
zpr

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.