test.plot | R Documentation |
Visulization of Simultaneous Confidence Region(SCR) for test result
test.plot(df, type, ops = "", title = "", lower = -1.3, upper = 1.3)
df |
the result of test (estimated function under null and Simultaneous Confidence Region (SCR) ) |
type |
specify type of test, "homot" represents time-homogeneity test. "separa" is separability test |
ops |
select type of estimation."nfix" refers to no fix estimation. "fixt" indicates fix time t estimation. "fixx" represents fix variate estimation |
title |
give the title for plot |
lower |
give the lower bound for scale limits, the default is -1.3 |
upper |
give the upper bound for scale limits, the default is 1.3 |
the plot shows test estimated function and simultaneous confidence region (SCR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.