sigma_est: Computes the Variance-Covariance-Matrix of the relative...

View source: R/utils.R

sigma_estR Documentation

Computes the Variance-Covariance-Matrix of the relative effects

Description

Computes the Variance-Covariance-Matrix of the relative effects

Usage

sigma_est(data, theta = NULL, psi = NULL, type = NULL)

Arguments

data

The data, provided as a list of lists

theta

A vector containing the group weights, defaults to unweighted estimator

psi

A list of vector weights for the clusters, defaults to unweighted estimator

type

A string indicating whether weighted or unweighted estimator should be used. Only if psi is not provided

Value

A Variance-Covariance-Matrix


spruenke/rankCluster documentation built on June 16, 2022, 9:47 a.m.