Inference
Vcov.cluster — Methodcluster(names::Symbol...)Estimate variance-covariance matrix with a cluster-robust estimator.
Arguments
names::Symbol...: column names of variables that represent the clusters.
Vcov.names — Methodnames(vce::ClusterCovariance)Return column names of variables used to form clusters for vce.
Vcov.nclusters — Methodnclusters(vce::ClusterCovariance)Return the number of clusters for each dimension/way of clustering.
Vcov.robust — Methodrobust()Estimate variance-covariance matrix with a heteroskedasticity-robust estimator.
Vcov.simple — Methodsimple()Estimate variance-covariance matrix with a simple estimator.