| coef.drmeta | R Documentation |
S3 methods for drmeta objects
## 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, ...)
object, x |
A fitted |
... |
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.