vsn.newpars {docval} | R Documentation |
Taking scale determining profile likelihood estimates mu
and
c
this function determines the parameters to transform a new
chip.
vsn.newpars(y, mu, c, pstart = NULL)
y |
Vector of expression values |
mu |
Vecotor of estimated mean expression values |
c |
Estimated variance |
pstart |
Starting point for optimization |
Optimization is performed using optim
.
A list with components
pars |
The transformation parameters |
conv |
Convergence, as returned by optim |
~~who you are~~
~put references to the literature/web site here ~