calc_likelihood_score | R Documentation |
Calculate Gaussian Likelihood score.
calc_likelihood_score(x, group_labels)
x |
A n by p matrix. |
group_labels |
A vector of length n, indicating the group of rows. |
The sum of log likelihood score of each group on each column.
calc_likelihood_score(x = matrix(rnorm(5*10),5,10), group_labels = c(rep(1,2),rep(2,3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.