Learn R Programming

BuyseTest (version 2.1.3)

getIid: Extract the H-decomposition of the Estimator

Description

Extract the H-decomposition of the GPC estimator.

Usage

getIid(object, endpoint = NULL, normalize = TRUE, type = "all", cluster = NULL)

# S4 method for S4BuyseTest getIid(object, endpoint = NULL, normalize = TRUE, type = "all", cluster = NULL)

Arguments

object

an R object of class '>S4BuyseTest, i.e., output of BuyseTest

endpoint

[character] for which endpoint(s) the H-decomposition should be output? If NULL returns the sum of the H-decomposition over all endpoints.

normalize

[logical] if TRUE the iid is centered and multiplied by the sample size. Otherwise not.

type

[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.

cluster

[numeric vector] return the H-decomposition aggregated by cluster.

See Also

BuyseTest for performing a generalized pairwise comparison. S4BuyseTest-summary for a more detailed presentation of the S4BuyseTest object.