Description Usage Arguments Value Author(s) See Also Examples
The input is assumed to be a CoupledMWCAParams object.
1 | CoupledMWCA(params)
|
params |
CoupledMWCAParams object |
CoupledMWCAResult object.
Koki Tsuyuzaki
CoupledMWCAParams-class
and CoupledMWCAResult-class
.
1 2 3 4 5 6 7 | if(interactive()){
# Test data (multiple arrays)
Xs <- toyModel("coupled_CP_Easy")
params <- new("CoupledMWCAParams", Xs=Xs)
out <- CoupledMWCA(params)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.