createITPSplineResult | R Documentation |
creates an fdatest::ITP2 class object
createITPSplineResult(
graph,
model1,
model2,
muParam = 0,
orderParam = 4,
nKnots = 7,
BParam = 10000,
isPaired = TRUE
)
graph |
The output of prepGraph. |
model1 |
The Mean output of the robinRobust function (or the Mean1 output of the comparison function). |
model2 |
The MeanRandom output of the robinRobust function (or the Mean2 output of the comparison function). |
muParam |
the mu parameter for ITP2bspline (default 0). |
orderParam |
the order parameter for ITP2bspline (default 4). |
nKnots |
the nknots parameter for ITP2bspline (default 7). |
BParam |
the B parameter for ITP2bspline (default 10000). |
isPaired |
the paired parameter for ITP2bspline (default TRUE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.