test.plot {SIMle} | R Documentation |
Visulization of Simultaneous Confidence Region(SCR) for test result
Description
Visulization of Simultaneous Confidence Region(SCR) for test result
Usage
test.plot(df, type, ops = "", title = "", lower = -1.3, upper = 1.3)
Arguments
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 |
Value
the plot shows test estimated function and simultaneous confidence region (SCR)
[Package SIMle version 0.1.0 Index]