Skip to content

Commit 6a3cedf

Browse files
committed
Also export coefficients.dfm.
1 parent 30cc1ce commit 6a3cedf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
S3method(as.data.frame,dfm)
44
S3method(as.data.frame,dfm_forecast)
55
S3method(coef,dfm)
6+
S3method(coefficients,dfm)
67
S3method(fitted,dfm)
78
S3method(logLik,dfm)
89
S3method(plot,ICr)

R/methods.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ print.dfm <- function(x, digits = 4L, ...) {
7575

7676
#' @export
7777
coef.dfm <- function(object, ...) list(A = object$A, C = object$C)
78+
79+
#' @export
7880
coefficients.dfm <- coef.dfm
7981

8082
#' @export

0 commit comments

Comments
 (0)