Skip to content

Commit 1778744

Browse files
committed
Remove coefficients.
1 parent c2ef6fb commit 1778744

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
S3method(as.data.frame,dfm)
44
S3method(as.data.frame,dfm_forecast)
55
S3method(coef,dfm)
6-
S3method(coefficients,dfm)
76
S3method(fitted,dfm)
87
S3method(logLik,dfm)
98
S3method(plot,ICr)

R/methods.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ print.dfm <- function(x, digits = 4L, ...) {
7676
#' @export
7777
coef.dfm <- function(object, ...) list(A = object$A, C = object$C)
7878

79-
#' @export
80-
coefficients.dfm <- coef.dfm
81-
8279
#' @export
8380
logLik.dfm <- function(object, ...) object$loglik[length(object$loglik)]
8481

0 commit comments

Comments
 (0)