InterviewSolution
Saved Bookmarks
| 1. |
_________ searches for significant clusters in genetic data.(a) BayesCount(b) BayesComm(c) bayesclust(d) BayescolcountI have been asked this question in a job interview.My doubt stems from Packages in section Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» RIGHT answer is (c) bayesclust Explanation: Bayesclust is an R package for testing and SEARCHING for significant clusters. BAYESCOUNT is used for power calculations and Bayesian analysis of count distributions and FECRT data using MCMC. |
|