Description Usage Arguments Details Value Author(s) References Examples
Parameterizes the cumulative occupancy distribution.
1 |
anno |
2-column matrix of annotation |
clone |
vector |
TR |
Report a trace |
b0 |
Starting value b0 |
b1 |
Starting value b1 |
b2 |
Starting value b2 |
Fits various parametric functions to the occupancy distribution for a multinomial. Using the starting values of b0=0, b1=0, and b2=0 forces the function to find starting values for you.
Returns a object.
Oliver Will owill4@yahoo.com
See the book chapter O. Will (**) in **
1 2 3 4 5 6 | data(sampleAnnotation)
data(sampleInsertions)
anno <- cbind(sampleAnnotation$first,sampleAnnotation$last)
clone <- sampleInsertions$position
TR <- TRUE
fm <- fFit(anno,clone,TR)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.