Description Usage Arguments Details Value Author(s) References See Also Examples
Fit Intercept to Vector of Gamma Distributed Variates
1 | fitGammaIntercept(y,offset=0,maxit=1000)
|
y |
numeric vector of positive response values. |
offset |
numeric vector giving known part of the expected value of |
maxit |
maximum number of Newton iterations to be done. |
The values y
are assumed to follow a gamma distribution with common shape parameter and with expected values given by x+offset
.
The function implements a globally convergent Newton iteration to estimate x
.
Numeric value giving intercept.
Gordon Smyth and Belinda Phipson
Phipson, B. (2013). Empirical Bayes modelling of expression profiles and their associations. PhD Thesis. University of Melbourne, Australia.
This function is called by genas
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.