Recent Releases of aldvmm

aldvmm - 0.8.8: Updates

  • The optimizer package was changed from "optimr" to "optimx". The functionality remains identical.

- HTML
Published by pletschm over 2 years ago

aldvmm - 0.8.7: Updates

  • The package "aldvmm" now uses analytical gradients instead of numerical approximations during optimization and in methods used for estimators from the "sandwich" package.
  • New methods for generic functions stats::formula(), stats::residuals() and stats::update(). Objects of class "aldvmm" can now be supplied to sandwich::sandwich(), sandwich::vcovCL(), sandwich::vcovPL(), sandwich::vcovHAC() and sandwich::vcovBS(). sandwich::vcovBS() allows re-estimating the covariance matrix using bootstrapping with and without clustering.
  • Objects of class "aldvmm" now include predicted probabilities of component membership for all observations in the estimation data.
  • New html vignette.

- HTML
Published by pletschm over 2 years ago

aldvmm - 0.8.6: Updates

  • Default optimzation method was changed to "BFGS".
  • New methods for generic functions print(), summary(), stats::predict(), stats::coef(), stats::nobs(), stats::vcov(), stats::model.matrix() and sandwich::estfun() are available. Objects of class "aldvmm" can now be supplied to sandwich::sandwich(), sandwich::vcovCL(), lmtest::coeftest(), lmtest::coefci() and other functions.
  • New workflow using the function Formula::formula() to handle models with two right-hand sides.
  • Objects of class "aldvmm" include new elements:
    • n: The number of complete observations.
    • df.null: Degrees of freedom of null model.
    • df.residual: Degrees of freedom of fitted model.
    • iter: The number of iterations during optimization.
    • convergence: An indicator of successful completion of optimization.
    • call: A character value of the model call.
    • terms: A list of terms objects for the models.
    • data: A data frame of the estimation data.
    • contrasts: A nested list of character values of contrasts.
    • na.action: An object indicating the na.action used in stats::model.frame()

- HTML
Published by pletschm over 2 years ago

aldvmm - 0.8.5: Updates

  • Update in validate_aldvmm(): Checking for class type of model formula using base::inherits() instead of if(class(obj) == "formula").
  • Update in vignette: Include figures as .eps files to avoid loading ggplot objects from previous versions of ggplot2.

- HTML
Published by pletschm over 3 years ago

aldvmm - 0.8.4: Important bugfixes

- HTML
Published by pletschm over 4 years ago

aldvmm - 0.8.3: Initial CRAN release

- HTML
Published by pletschm over 4 years ago

aldvmm -

Bug Fixes

  • Solves compatibility issues with R 3.6.3
  • Corrected error in calculation of p-values of parameter estimates

- HTML
Published by pletschm almost 5 years ago

aldvmm -

Improvements

  • Faster implementation of calculation of standard errors of fitted and predicted values

Other Changes

  • Updated vignette: The vignette now includes a comparison of aldvmm results to the STATA package's results in four reference cases.

- HTML
Published by pletschm almost 5 years ago

aldvmm -

- HTML
Published by pletschm almost 5 years ago