Description Usage Arguments Details Value Author(s) References See Also Examples
These utility functions rearrange data in the order of ORF names.
1 2 3 4 |
reu13.df |
a list of |
y |
a list of |
n |
a list of |
phi.Obs |
a vector of |
These utility functions take inputs and return ordered outputs. It is necessary to rearrange data in a right order of ORF names which avoids subsetting data frame within MCMC and improve performance.
The outputs are in the same format of inputs except the order of data is sorted by ORF names.
Wei-Chen Chen wccsnow@gmail.com.
https://github.com/snoweye/cubfits/
AllDataFormats,
convert.n.to.list()
,
convert.reu13.df.to.list()
, and
convert.y.to.list()
.
1 2 3 4 5 6 7 8 9 | ## Not run:
suppressMessages(library(cubfits, quietly = TRUE))
reu13.df <- rearrange.reu13.df(ex.train$reu13.df)
y <- rearrange.y(ex.train$y)
n <- rearrange.n(ex.train$n)
phi.Obs <- rearrange.phi.Obs(ex.train$phi.Obs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.