- manage levels in
plot.pltree()
- adds cassava consumer testing data and new vignette
- Implements the function
resample()
to re-sample Plackett-Luce coefficients - Adds standard errors in
regret()
- Adds
pairwise_probs()
to compare worth parameters following the Luce's Axiom
- Fix the computation of maximized regret in
regret()
. Usingsum(x^2)
instead ofsum(x)^2
- Implement
anova()
method for PlackettLuce models - Implement likelihood-ratio test for PlackettLuce models. Function
likelihood_ratio()
kendallTau()
returns Z-value and p-values
- Functions
rank_binomial()
andrank_paircomp()
are renamed asset_binomialfreq()
andset_paircomp()
, respectively
- Adds argument
validate.rankings
torank_tricot()
to help in identifying possible issues in input tricot ranking likeNA
, ties or letters different than A, B or C - Adds argument
average
tokendallTau()
to allow returning the kendall correlation for each entry in a matrix and PlackettLuce ranking - Adds argument
na.omit
tokendallTau()
to remove entries withNA
- Code is written using
=
instead of<-
to avoid typing stress
- Fixes an issue in
plot.pltree()
when multi-comparison is required but multicompView is not loaded.
- Fix issues in CRAN cmd checks
- Add new functions
reliability()
,btpermute()
,pseudo_rank()
,kendallW()
- Split
plot.pltree()
to build branches and panels independently
First version on CRAN
- add argument qve to skip quasi-variance to plot coefficients in
plot_tree()
rank_numeric()
deals with ids of class characters- argument
ref
can be used inmulticompPL()
to select the reference item - adjust scale in the
plot()
method forsummarise_agreement()
using the argument scales, wherescales = 100
is to set the scale from 0-100 andscales = 1
for a scale from 0-1 - plot method for
multcompPL()
- Fix an issue in
rank_binomial()
in assigning the ids when argumentdisaggregate = TRUE
- Fix an issue in setting up the permuted formulas in
btpermute()
, with the fix n.formula = n.vars + 1
- forward selection is added with
forward()
btpermute()
is added for model selection with BTm()- abbreviation method in plot methods of summarise_* functions
- No user visible improvements
- Functions
rainfall()
,temperature()
,ETo()
andGDD()
migrates to climatrends - Change license to MIT
- Change logo
- Write documentation in good practice. Avoid calling the entire package but specific functions.
- argument "ascending" in
rank_numeric()
in restricted to floating point numbers. Integer values are ranked as provided by input.
- Classify main functions into families
rainfall()
andtemperature()
now allows for time series indices
-
Rename functions
agreement()
,dominance()
,favourite()
, andvictories()
with the tagsummarise
and add it into summarise functions. No warking message provided. New functions aresummarise_agreement()
,summarise_dominance()
,summarise_favourite()
, andsummarise_victories()
-
Argument 'index' is removed from
rainfall()
andtemperature()
, all indices are given by default
.get_timeseries()
now implements the Euclidean method to search for its nearest neighbour in the nasapower output. This optmises the function and reduce dependencies- ranking functions now implements internal processess to decode ranks and reduce dependencies
pseudoR2()
as a S3 method for objects of class "glm", "gnm", "bttree" and "pltree"kendallTau()
as S3 method for objects of class "numeric", "matrix", "data.frame", "rankings", "grouped_rankings"
- Function to summarise results from pairwise comparisons,
agreement()
,dominance()
,favourite()
andvictories()
- Increased test coverage
- Successfull migration from ClimMobTools to gosset
- Migrating functions from ClimMobTools to gosset
predict()
method for crossvalidation andrank_decimal()
deprecatedrank_numeric()
andrank_tricot()
replacesrank_PL()
. NO warning message added
predict()
method for crossvalidation objectspseudoR2()
for object of class "pltree" extracts null loglik from PlackettLuce- replace
to_rankings()
byrank_PL()
. Warning message added - replace
num2rank()
byrank_decimal()
. No warning message added - replace
to_paircomp()
byrank_paircomp()
. No warning message added
- GitHub-only release of prototype package.