LkbConfidenceSupportP {FKBL} | R Documentation |
Creates a set of parameters for LkbConfidenceSupportL. It is a wrapper for the "list" function, which creates the appropriate list with the appropriate codes.
LkbConfidenceSupportP(P,weight)
Takes the partitions and the weight.
P |
The partitions. |
weight |
The weight of the method. |
Returns a list.
list(p=P,we=weight)
p is for Partitions and we is for weight.
begin{itemize}
data(P) LkbConfidenceSupportP(P,0)