Description Usage Arguments Value Examples
NPI lower and upper probabilities for the event that at least one of the next future observations from groups S is greater than all future observations from the other groups.
| 1 | 
| data | a list of numeric data vectors | 
| S | a vector of indices of the groups in the data list to be considered as the subset of groups that includes the best group. | 
NPI lower and upper probabilities for the event that at least one of the next future observations from groups S is greater than all future observations from the other groups.
| 1 2 3 4 5 6 7 8 | # NPI lower and upper probabilities for the event that  at least one
# of the next future observations from groups S is greater than all
# future observations from the other groups.
data(FourSources)
# Convert the dataframe to a list of groups
data2<-split(FourSources$value,FourSources$source)
select.include.best(data2,S=c(1,3))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.