str.emmGrid {emmeans}R Documentation

Miscellaneous methods for emmGrid objects

Description

Miscellaneous methods for emmGrid objects

Usage

## S3 method for class 'emmGrid'
str(object, ...)

## S3 method for class 'emmGrid'
print(x, ...)

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

Arguments

object

An emmGrid object

...

(required but not used)

x

An emmGrid object

Value

The vcov method returns a ymmetric matrix of variances and covariances for predict.emmGrid(object, type = "lp")


[Package emmeans version 1.2.3 Index]