Extract the H-decomposition of the GPC estimator.
iid(object, endpoint = NULL, normalize = TRUE, type = "all",
cluster = NULL)# S4 method for BuyseRes
iid(object, endpoint = NULL, normalize = TRUE,
type = "all", cluster = NULL)
an R object of class '>BuyseRes
, i.e., output of BuyseTest
[character] for which endpoint(s) the H-decomposition should be output?
If NULL
returns the sum of the H-decomposition over all endpoints.
[logical] if TRUE
the iid is centered and multiplied by the sample size.
Otherwise not.
[character] type of iid to be output.
Can be only for the nuisance parameters ("nuisance"
),
or for the u-statistic given the nuisance parameters ("u-statistic"
),
or both.
[numeric vector] return the H-decomposition aggregated by cluster.
BuyseTest
for performing a generalized pairwise comparison.
BuyseRes-summary
for a more detailed presentation of the BuyseRes
object.