fit_var | R Documentation |
Calculates the variance (sigma^2) estimate from the sum of the squared errors from the fit model.
fit_var(sse, n)
sse |
is the minimum SSE (sum of the squared errors) from the slsqp() fitting |
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 the sigma squared estimate
fit_var(1,128)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.