| validation | R Documentation |
validation checks that the slope heuristics can be applied confidently.
validation(x,data2,...)
x |
|
data2 |
|
... |
|
The validation function plots the additional and more complex models data2
to check that the linear relation between the penalty shape values and the contrast
values (which is recorded in x) is valid for the more complex models.
Brault Vincent
Article: Baudry, J.-P., Maugis, C. and Michel, B. (2011) Slope heuristics: overview and implementation. Statistics and Computing, to appear. doi: 10.1007/s11222-011-9236-1
capushe for a more general model selection function including
AIC, BIC, the DDSE
algorithm and the Djump algorithm.
data(datapartialcapushe)
capushepartial=capushe(datapartialcapushe)
data(datavalidcapushe)
validation(capushepartial,datavalidcapushe,newwindow=FALSE) ## The slope heuristics should not
## be applied for datapartialcapushe.
data(datacapushe)
plot(capushe(datacapushe),newwindow=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.