FD.estimation(data, normalize = F, iter.initial.SEM = 50,
iter.final.EM = 100, verbose = T)normalize must be set TRUE.TRUE, each row of data will be divided by its own total to become a point of the simplex. Values in data must be positive.TRUE, the progression of the elaboration and the results will be printed on screen.alphaptaulogLdataFD.generate, FD.stddev, FD.aicbic, FD.barycenters, FD.ternaryplot, FD.rightplot, FD.marginalplotdata <- FD.generate(n=20,a=c(12,7,15),p=c(0.3,0.4,0.3),t=8)
data
results <- FD.estimation(data, normalize=TRUE,iter.initial.SEM = 5,iter.final.EM = 10)
results
summary(results)
Run the code above in your browser using DataLab