drmeta-methods: S3 methods for drmeta objects

coef.drmetaR Documentation

S3 methods for drmeta objects

Description

S3 methods for drmeta objects

Usage

## S3 method for class 'drmeta'
coef(object, ...)

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

## S3 method for class 'drmeta'
fitted(object, ...)

## S3 method for class 'drmeta'
residuals(object, ...)

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

## S3 method for class 'drmeta'
summary(object, ...)

## S3 method for class 'summary.drmeta'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'drmeta'
confint(object, parm = NULL, level = 0.95, ...)

## S3 method for class 'drmeta'
logLik(object, REML = NULL, ...)

Arguments

object, x

A fitted drmeta object.

...

Ignored.

digits

Number of significant digits.

parm

Character or numeric selection of location parameters.

level

Confidence level.

REML

If TRUE, report the restricted log-likelihood.

Value

coef and fitted and residuals return numeric vectors; vcov returns the location covariance matrix; confint returns a matrix of confidence limits; logLik returns an object of class logLik carrying df and nobs attributes; summary returns an object of class summary.drmeta; the print methods return their argument invisibly.


drmeta documentation built on Aug. 25, 2026, 1:08 a.m.