log_lik | R Documentation |
Calculates the log likelihood value from the sum of the squared errors, sigma2, and the total number of data points.
log_lik(x, y, n)
x |
is the minimum SSE from the slsqp() fitting |
y |
is sigma2 cooresponding to the minimum SSE |
n |
is the total number of observations of a single gene (e.g., 8 time points X 4 replicates X 4 treatments/genotypes = 128) |
returns Log Likelihood
log_lik(1,1/128,128)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.