R/AllGenerics.R

setAs("mixpara", "vector", function(from)
		{
			value <- as.vector(c(from@pro,from@mu,from@Sigma,from@delta,from@nu))
			p <- length(from@pro)
			names(value) = c(rep("pro",p),rep("mu",p),rep("Sigma",p),rep("delta",p),rep("nu",p))
			value
		})

Try the fitmixst4 package in your browser

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

fitmixst4 documentation built on Sept. 29, 2019, 3 p.m.