| plotInit | R Documentation |
Plot initialization
plotInit(init, alpha = NULL, trueValue = NULL)
init |
outputs from |
alpha |
named list of named vector " |
trueValue |
(for simulation purpose) named vector containing the true value of regularization parameter. |
log-likelihood value for all groups of genes tested.
initStrat.
## Not run:
project <- getMLXdir()
ObsModel.transfo = list(S=list(AB=log10),
linkS="yAB",
R=rep(list(S=function(x){x}),5),
linkR = paste0("yG",1:5))
alpha=list(alpha0=NULL,
alpha1=setNames(paste0("alpha_1",1:5),paste0("yG",1:5)))
init <- initStrat(project,alpha,ObsModel.transfo,seed=1710)
plotInit(init)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.