allToTest | R Documentation |
autoGPoMoTest
.List of 6 models available for tests (by autoGPoMoTest
).
Each model ($mToTest1
, $mToTest2
, etc.) is provided as a matrix
of dimension 10 * 3. Each column corresponds to one equation.
The order of the coefficients follows the conventions defined
by poLabs(nVar = 3, dMax = 2)
.
allToTest
An object of class list
of length 6.
Sylvain Mangiarotti, Mireille Huc
###########
# example #
###########
data("allToTest")
# 6 models are available in this list:
names(allToTest)
# The parameter of their formulation (nVar and dMax)
# can be retrieved:
nVar <- dim(allToTest$mToTest6)[2]
dMax <- p2dMax(nVar = 3, pMaxKnown = dim(allToTest$mToTest6)[1])
# Their equation can be edited as follows:
visuEq(allToTest$mToTest6, nVar, dMax, approx = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.