Extract the H-decomposition of the GPC estimator.
getIid(object, endpoint = NULL, normalize = TRUE, type = "all", cluster = NULL)# S4 method for S4BuyseTest
getIid(object, endpoint = NULL, normalize = TRUE, type = "all", cluster = NULL)
an R object of class '>S4BuyseTest
, 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.
S4BuyseTest-summary
for a more detailed presentation of the S4BuyseTest
object.