dpm 1.2.0

Enhancement

dpm 1.1.2

Bug fixes:

Feature updates:

dpm 1.1.1

Bug fixes:

Feature updates:

dpm 1.1.0

This release contains several important updates and a 1.1.x release is likely to be the one submitted to CRAN.

Bug fixes:

Feature updates:

As a side note, there is now a testing suite in place to check models for accuracy/consistency with xtdpdml. That doesn’t mean there will be no bugs, but it should help prevent any regressions.

dpm 1.0.0 — major release

This is a major release with several breaking changes compared to the initial development release.

Most noticeably, the name of the package has been changed from clfe to dpm. This was done to better reflect the scope of the package — the cross-lagged fixed effects specification (CFLE) is a special case of the larger group of dynamic panel model (DPM) specifications availed to users of the package.

Accordingly, what was once the clfe function is now called dpm.

Internally, the dpm class is now an S4 object that contains the lavaan class. This means that any method implemented for lavaan objects that isn’t explicitly defined by this package should simply treat dpm objects as if they were lavaan objects.

The summary method now has more options and is more similar to lavaan’s summary in that regard. Of course, the summary output is much cleaner and more succinct.

The following arguments have been added to dpm():

clfe 0.3.0

The panelr package was added as a dependency, which has some downstream effects.