vcov.metaSDTreg {metaSDTreg}R Documentation

Variance-covariance method for metaSDTreg

Description

Variance-covariance method for metaSDTreg

Usage

## S3 method for class 'metaSDTreg'
vcov(object, ...)

Arguments

object

An object of class metaSDTreg.

...

For future methods.

Value

A matrix of variances and covariances.

Examples

## Declare simulated data as metaSDTdata
metadata <- metaSDTdata(simMetaData, type1='resp', type2='conf', signal='S')

## Fit model to subset of data
fit <- metaSDTreg(A ~ signal,
            data=metadata,
            subset = m <= 20)

## Standard errors
sqrt(diag(vcov(fit)))



[Package metaSDTreg version 0.2.2 Index]