NEWS
moosecounter 0.8-0
- All plots are downloadable using the download button.
moosecounter 0.7-3
- Hurdle models added as
HP
and HNB
options for the dist
argument.
- The weighted and robust options removed from the Shiny app UI.
- Hurdle model based PI calculation implemented with 0-truncated P and NB distributions.
- The new
loo
function calculates the leave-one-out error as blended Chi-square distance in $chi2
.
- The blended Chi2 based GoF metric is added to the
mc_models_total
table.
moosecounter 0.7-2
- Shiny app improvements (#21): Crosstalk-like behavior for univariate plots,
Histogram binning, Total Prediction map/summary subsets, Export data checks.
moosecounter 0.7-1
- Add option to remove intercept(s) in regression to allow regression through the origin.
moosecounter 0.7-0
- Add robust regression option.
moosecounter 0.6-3
- Bootstrap setting is now a numeric input, not a slider, to allow high numbers.
- Composition analysis can be performed by using the cell level stats and by reusing an existing PI object.
- CPI calculations do not exclude rows with unknown ages.
- CPI summaries return Mean and Median besides PI.
- Unknown age classed individuals are distributed randomly according to comp model.
- The Shiny app uses the PI object when available.
moosecounter 0.6-2
- Added Residual tab for composition analysis to show model summaries and AIC table.
- More columns are allowed to be treated as filters/subsetters with 2 levels (usually 0/1).
- Print abundance/density summaries for subsets under Summary tab.
- Added
Total_Bulls
and Bulls_per_Cow
to the composition summaries.
- Yearling cows now calculated as
min(adult_cows, yearling_bulls)
to avoid negative mature cows values.
- Total Calves / Total Cows is now part of the
mc_summarize_composition
output.
moosecounter 0.6-1
- Composition table contains BIC and coefficients.
- Composition checks fixed: don't include unknown ages.
mc_plot_univariate
has the ability to return ggplot2 objects and their interactive versions.
- New function:
mc_plot_predfit
to check model fit.
- Shiny app: predictions can now be subsetted independent of the training data.
moosecounter 0.6-0
- Composition analysis added to R package and Shiny app.
moosecounter 0.5-0
- Total moose estimation is tested and ready to be used in the field.
- Added
run_app()
function to launch a Shiny app.
moosecounter 0.4-0
- Package renamed from DeducerPlugInMoose to moosecounter,
with the intention of dropping the rJava/Deducer GUI features
in favor of a Shiny app. Version numbering is continuous.
moosecounter 0.3-3
- Composition analysis fix: vglm failed when input matrix rowsum was 0.
Now it is treated as missing and omitted.
moosecounter 0.3-1
- Added
nobs.zeroinfl
method.
moosecounter 0.3-0
- Fixing Non-ZI model summaries.
- Increment version.
moosecounter 0.2-16
- Non-ZI versions of count models (P and NB) added by introducing
a hacked version of zeroinfl: zeroinfl2.
moosecounter 0.2-15
- Global option
wscale
added to tune weighting scale.
moosecounter 0.2-14
- Dual (weighted & unweighted) prediction added to composition PI
calculations.
moosecounter 0.2-13
- Dual (weighted & unweighted) prediction is performed depending
on survey area (unsurveyed gets predicted under unweighted
model to better represent the high end of PI, surveyed area
gets predicted under weighted model because high values
are already captured within surveyed cells).
moosecounter 0.2-12
- Write down PI/CPI algorithm
- Accumulate issues and report as part of the summaries
moosecounter 0.2-11
- Error catching fixes in CPI calculation.
moosecounter 0.2-10
- Error catching fixes in PI calculation.
moosecounter 0.2-9
- Exposed optim method through options, might be a good idea to set it
to Nelder-Mead (because of weighting instability using BFGS).
moosecounter 0.2-8
- Fixed issue with
plotResiduals
and plot_predPI
:
failed when there were no outliers with error
zero-length 'labels' specified
.
moosecounter 0.2-7
- PI distribution plot is tweaked to display sensible results for the case
when the distribution has only one unique value (i.e. 0s).
moosecounter 0.2-6
- ZIP added as option beside ZINB (univariate exploration and model fitting).
- Weighted modeling option added to minimize influence on predictions.
- Histograms show % instead of density (%=100*density).
- Residual plot labels +/- 1.5*SD points and uses symmetric divergent coloring.
moosecounter 0.2-5
- Cell level stats now include Mode as well.
moosecounter 0.2-4
- ZI prediction did not use covariate coefs, only the intercept
that led to biased simulations.
- Model averaging now uses selected models from dialog instead of all
model in the ModelTab
- Explicitly imports fitted and model.frame methods from VGAM for
composition analysis to avoid scoping issues with formula
- Number of hist bins in PlotPiDistr can be set by the user.
- Added AIC weights to composition model table.
- Composition PI now has the option for model selection similar to
total Moose PI.
moosecounter 0.2-3
- Fixed alpha level: was not available for some functions from options.
- Null ZINB model in model dialogue fixed (length=0, not =="")
moosecounter 0.2-2
- Allow ZI to vary with covariates, UI and help dialog updated.
PI simulations how use the model with ZI covariates as well.
- Model averaging function tracks the fitted values and uses
the model averaged mean as the fit.
- Started adding Rd files with function documentations.
moosecounter 0.2-1
- Added multi-model averaging to PI simulation:
use weights from model table to select models to refit
and the option is added to the UI dialog.
- Checked and updated help dialogues to reflect updates.
- Added mode to total moose PI table.
- Added plot of PI distribution (PI) to UI:
called 'Plot pred. distribution' in the menu,
option to select full or subset PI data.
- pb option set to "none" (tcltk froze Mac).
moosecounter 0.2-0
- Bootstrap mean with 2 decimal places added to PiData table.
- Unknown animals are dropped from compositional analysis with a warning.
- Sightability correction can be defined up front, defaults to 1.
- Summary tables print decimal numbers instead of scientific notation.
- Total adult cows can be used as response for total models.
- Calf/cow ratio and related compositional analysis added.
moosecounter 0.1-5
Incremental production versions.
moosecounter 0.1-0
Initial release