Skip to content

CRAN Update v 0.6.0

Latest
Compare
Choose a tag to compare
@lebebr01 lebebr01 released this 24 Jul 20:27

simglm 0.6.0

  • Shiny Application works again!
    • Can now simulate and run power.
    • Able to download simulation and power tables (I think).
  • Fixed basic functionality of Shiny application
    • This includes simulation and power
      • Needs more testing at this stage.
  • Addition of count outcome from sim_glm.
    • This added an additional argument that must be specified:
      • outcome_type = 'logistic' = 0/1 dichotomous simulation
      • outcome_type = 'poisson' = count outcomes.
  • Bug fix for sim_glm when using fact_vars generation options.