Showing content from http://cran.rstudio.com/web/packages/Rcpp/../SparseICA/../Rcpp/../raster/../fuzzySim/news/news.html below:
NEWS
Version 4.33 (Committed 2025-03-21) -> CRAN Modified functions:
- Fav
- added âinvâ argument to compute instead probability from favourability
Other modified files:
- NEWS
- reformatted and converted to .md to work with news()
Version 4.32 (Committed 2025-02-24) New functions:
Modified functions:
- cleanCoords
- fixed bug when input data is SpatVector
- âcoord.colsâ ignored with warning if provided and input is SpatVector
Version 4.31 (Committed 2024-12-27) Modified functions:
- partialResp
- fixed bug when only one variable in model
- polygon instead of lines for confidence interval
- new argument se.mult, default 1.96 for the 95% confidence interval, but can be changed e.g. to 1 (for just the SE) or 0 (for no CI)
- initial plot with type=ânâ and points added if plot.points=TRUE, removing boilerplate code
- added args âreset.parâ and ââ¦â for plot()
- selectAbsences
- moved âAbsences not enoughâ¦â section upwards, avoiding unnecessary remaining computations
- distPres
- removed double loop to increase efficiency
- new default method âautoâ
- option to use faster methods like haversine and cosine distance if packageVersion(âterraâ) >= â1.8.7â
Version 4.30 (Committed 2024-12-16) New functions:
Version 4.29 (Committed 2024-12-12) -> CRAN Modified functions:
- getRegion
- added âdist_matâ argument
- changed default âweightâ to FALSE, as it looked too restrictive
Version 4.28 (Committed 2024-12-05) Modified functions:
- cleanCoords
- added âextendâ argument, default 0.1 to increase the output plot extent by 10% of the input coordinates range
Version 4.27 (Committed 2024-11-22) Modified functions:
- fuzzyOverlay
- fixed bug for raster inputs with NA pixels (reported by Jakub Nowosad: https://github.com/AMBarbosa/fuzzySim/issues/2#issue-2679366909)
Other modified files:
- getRegion.Rd
- selectAbsences.Rd
- added example with bias layer
Version 4.26 (Committed 2024-10-29) -> CRAN Modified functions:
- gridRecords
- output is SpatVector only if input is too
- selectAbsences
- added data.frame() to fix error when input SpatVector
Version 4.25 (Committed 2024-10-24) Modified functions:
- selectAbsences
- âbiasâ can now be a raster layer
- modelTrim
- implement categorical variables in phylolm models
Version 4.24 (Committed 2024-10-03) Modified functions:
- fuzSim, simMat, fuzzyOverlay, modOverlap, fuzzyRangeChange
- simMat
- added âplotâ argument
Other modified files:
- fuzzyOverlay.Rd
- âopâ argument itemized list of options
- NAMESPACE
- removed import of utils::installed.packages() [now using .packages(all.available = TRUE) instead]
Version 4.23 (Committed 2024-09-27) Modified functions:
- getRegion
- labels now appear for all clusters in plot
- gridRecords, selectAbsences
- output plot SpatVector when âterraâ available
Version 4.22 (Committed 2024-09-26) Modified functions:
- getRegion
- hclust() now with method = âsingleâ
- cutree() with h = clust_dist (new argument)
- fixed bug in âweightâ, which wasnât correctly ordered (replaced merge with match)
- âweightâ argument now also applies to type=âwidthâ
Version 4.21 (Committed 2024-09-25) Modified functions:
- distPres, selectAbsences
- add âCRSâ argument; if provided, terra::distance() is used
- distPres
- add âverbosityâ argument
- getRegion
- fix plotting error, now specifying âterra::â before plot() and text()
Version 4.20 (Committed 2024-09-24) New functions:
Version 4.13 (Committed 2024-09-17) Modified functions:
- modelTrim
- implemented for âphylolmâ models
- added âphyâ and âverbosityâ arguments
- changed âif (class(model) %in% c(âglmâ, âlmâ))â to âif (all(class(model) %in% c(âglmâ, âlmâ)))â, otherwise CRAN check error
Other modified files:
Version 4.12 (Committed 2024-06-03) New functions:
Version 4.11.1 (Committed 2024-03-07) Modified functions:
- FDR, multGLM, corSelect
- added argument âtestâ (default âChisqâ for back-compatibility; future default probably âRaoâ score as in SPSS)
- stepByStep
- message and NA outputs if model has no variables
Version 4.11 (Committed 2024-03-06) Modified functions:
- stepByStep
- added option select=âp.valueâ and associated arguments
Other modified files:
- stepwise.Rd
- changed âsp.colâ in Examples, for a model where a variable is included and then dropped
Version 4.10.8 (Committed 2024-03-05) Modified functions:
- appendData
- âdata1â and âdata2â coerced to data.frame (to work e.g. for SpatVectors)
- stepByStep
- âdataâ can now be a âglmâ model object, from which the order of the variables will be taken
Version 4.10.7 (Committed 2024-01-24) -> CRAN Modified functions:
- selectAbsences
- added âdist.matâ argument for âdistPresâ
- updated help file to reflect this
Other modified files:
- distPres.Rd
- corrected typo âeuclidianâ -> âeuclideanâ
- mention that (external) spherical distance is recommended for large extents
- mention that âmethodâ is only used if âdist.matâ is not provided
Version 4.10.6 (Committed 2023-11-02) Modified functions:
- corSelect
- fixed incorrect use of all.equal() to compare results between different âselectâ criteria (thanks to bug report by Jose Carlos Guerrero)
Other modified files:
- corSelect.Rd
- mention {collinear} pkg under âSee alsoâ
- mention that method âpearsonâ is recommended for >30 rows, âspearmanâ for >10 rows (as in ?collinear::collinear)
- fuzSim.Rd
- mention fuzzy Jaccard = weighted Jaccard (Ioffe 2010), overlap, coincidence, consistence (Real et al. 2010)
Version 4.10.5 (Committed 2023-10-04) -> CRAN Modified functions:
- corSelect
- added âcorâ to âselectâ criteria
- getPreds
- replaced ârequireNamespace(raster)â with âraster %in% rownames(installed.packages())â, to avoid loading the pkg if unnecessary
== # Version 4.10.4 ### (Committed 2023-09-28) ==
Modified functions:
- cleanCoords
- added âyear.minâ and âyear.na.passâ arguments
== # Version 4.10.3 ### (Committed 2023-09-25) ==
Modified functions:
- appendData
- added âadd.sourceâ argument
- x and y arguments renamed to data1 and data2
- warning when no matching columns
- out data frame created empty, instead of taking data1 values and then converting to NA
- gridRecords
- replaced ârequireNamespace(raster)â with âraster %in% rownames(installed.packages())â, to avoid loading âspâ and triggering all the deprecation warnings
Other modified files:
- cleanCoords.Rd
- now states that row names are carried from input dataframe
== # Version 4.10.2 ### (Committed 2023-09-23) ==
New functions:
== # Version 4.10.1 ### (Committed 2023-07-04) ==
Modified functions:
- cleanCoords
- added âterra::â before plot() on SpatVector objects, to prevent newly appeared error
Other modified files:
- Fav.Rd
- now states that âmodelâ or âpredâ must have been obtained with weights=NULL
- corSelect.Rd
- added âhoweverâ references against dropping correlated variables
== # Version 4.10 ### (Committed 2023-05-24) ==
Modified functions:
- multGLM
- added âcoeffâ argument to pass to âcorSelectâ, and changed âcor.threshâ default accordingly
- precluded error when no variables pass corSelect
== # Version 4.9.13 ### (Committed 2023-05-22) ==
Modified functions:
- corSelect
- fixed bug that didnât allow correctly reporting the selected variables when coeff=FALSE
== # Version 4.9.12 ### (Committed 2023-05-21) ==
Modified functions:
- corSelect
- added âcoeffâ argument; if FALSE, high correlations are identified based on p-value (not coefficient) of correlation
- âp.valueâ column added to âhigh.correlationsâ output table
- fixed bug when thereâs >1 categorical variable to exclude a priori
== # Version 4.9.11 ### (Committed 2023-05-17) ==
Modified functions:
- multGLM
- warning emitted if select=âp.valueâ and trim=TRUE
- started implementation of âblock.colsâ argument (still not useable)
== # Version 4.9.10 ### (Committed 2023-04-21) ==
Modified functions:
- corSelect
- âselectâ default now VIF if âsp.colsâ is null
- âselectâ can now be null
- message displayed saying what âselectâ criterion was used
- help file updated accordingly
== # Version 4.9.9 ### (Committed 2023-04-14) -> CRAN ==
Modified functions:
- cleanCoords
- added arguments ârm.absâ and âabs.colâ
- when all records are removed, return âdataâ with zero rows instead of error
- input âdataâ can also be a SpatVector of points, in which case output is too
- âcoord.colsâ default now NULL, can be taken from âdataâ if class âSpatVectorâ
- âcoord.colsâ can be NULL, in which case only the other removal criteria (absences, coordinate uncertainty) are applied
- gridRecords
- input âpres.coordsâ and âabs.coordsâ can also be SpatVector of points
== # Version 4.9.8 ### (Committed 2023-03-06) -> CRAN ==
Modified files:
- CITATION
- removed old-style personList(), and replaced citEntry() with bibentry(), as per new CRAN requirements
Version 4.9.8 (Committed 2023-02-22) Modified functions:
- selectAbsences
- added âdfâ argument
- output df now ordered by as.integer(rownames) rather than character rownames (1, 10, 100, 2, â¦)
- points now plotted in this order: unselected absences, selected absences, presences on top
- gridRecords
- points now plotted in this order: absences, presences on top
Version 4.9.7 (Committed 2023-01-25) Modified functions:
- cleanCoords
- added âplotâ argument
- changed default âuncert.limitâ from Inf to 50000
Version 4.9.6 (Committed 2023-01-24) New functions:
Modified functions:
- cleanCoords
- fixed bug in ârm.impreciseâ
Version 4.9.5 (Committed 2023-01-20) New functions:
Modified functions:
- fuzzyRangeChange
- added argument âplot.typeâ
- default âplot.typeâ now âlollipopâ
- entropy
- added argument âplot.typeâ
- default âplot.typeâ now âlollipopâ
Version 4.9.4 (Committed 2023-01-12) Modified functions:
- pairwiseRangemaps
- replaced âPBSmappingâ (and consequently âspâ and âmaptoolsâ) with âterraâ (future-proof and much faster)
Other modified files:
- DESCRIPTION
- packages âPBSmappingâ, âspâ and âmaptoolsâ removed from âSuggestsâ
Version 4.9.3 (Committed 2023-01-09) Modified functions:
- gridRecords
- added âplotâ argument
- corSelect
- non-numeric variables excluded with warning (instead of causing error)
- multGLM
- corrected bug that miscounted the variables excluded by FDR when FDR.first=FALSE (affecting only console messages)
- total N variables now reported when TSA=TRUE (i.e. â⦠46 with the spatial trend variableâ instead of just ââ¦plus the spatial trend variableâ)
- modelTrim
- added family <- family(model) when method = âsummaryâ, as per bug report by J.C.Guerrero email 30/12/2022
Version 4.9.2 (Committed 2022-10-27) Modified functions:
- multGLM
- added âFDR.firstâ argument
Other modified files:
- multGLM.Rd
- added recommendation to set trim=FALSE when select=âp.valueâ
- added JCG funding acknowledgment to Note
- fuzSim.Rd
- help file now mentions Jaccard and Sorensen also as recommended metrics for model evaluation
Version 4.9.1 (Committed 2022-10-13) Modified functions:
- corSelect
- added âverbosityâ argument
- message emitted saying how many vars selected and excluded (like in âFDRâ) if verbosity > 0
- message emitted saying which vars selected and excluded if verbosity > 1
- FDR
- argument âverboseâ replaced with âverbosityâ (with warnings)
- message emitted saying which vars selected and excluded if verbosity > 1
- multGLM
- argument âverboseâ for âFDRâ replaced with âverbosityâ (as per âFDRâ change above)
- argument âselectâ now accepts additional criterion âp.valueâ, in which case âstepwiseâ used instead of âstepâ
- added arguments test.in, test.out, p.in and p.out to pass to âstepwiseâ
- trim=TRUE reverts back to using âmodelTrimâ (rather than âstepwiseâ with direcction=âbackwardâ as in previous experimental versions)
- argument trim.fun (added in previous experimental versions) removed
Version 4.9 (Committed 2022-10-11) Modified functions:
- summaryWald
- fixed bug when model has no variables
- stepwise
- break loop when a variable simultanously meets the criteria for inclusion and exclusion
Other modified files:
- stepwise
- help file with new references (two against AIC, and one more against stepwise)
Version 4.8.1 (Committed 2022-08-01) Modified functions:
- gridRecords
- moved if(na.rm) uppward to go back to using 5:ncol(result) instead of names(result), which was causing problems with some raster names (bug report by Alba Estrada)
- ordered result by âcellâ and removed (confusing) row names
- help file Examples now includes mapping multi-species gridded presences
Other modified files:
- multGLM
- help file notes that âTSAâ uses âtype=âYâ and is included in FDR, corSelect, etc.
Version 4.8 (Committed 2022-07-21) Modified functions:
- gridRecords
- warning if âspeciesâ (not character or) has leading/trailing spaces
- added check.names=FALSE to data.frame call, so that output column names are exactly as the unique values of âspeciesâ (even if they are numbers), and the first species name doesnât come out different from the rest
- added last argument in abs.coords <- terra::crds(rst, df=TRUE, na.rm=FALSE), otherwise some rows with missing data in some variables would be missing from the result (bug report by Alba Estrada)
Other modified files:
- multGLM
- help file notes that âmodelTrimâ and âstepwiseâ have different default significance thresholds, to explain why âstepwiseâ may leave more variables in the model
Version 4.7 (Committed 2022-07-07) Modified functions:
- multGLM
- fixed message about N variables excluded by âmodelTrimâ (now by trim.fun)
- set trace=0 for âstepwiseâ
- fuzzyConsensus
- changed default biplot to FALSE, as it makes function much slower
- fuzzyRangeChange
- changed âStable presenceâ and âStable absenceâ to âStable positiveâ and âStable negativeâ to avoid erroneous interpretations
- added y axis label
Version 4.6 (Committed 2022-07-05) New functions:
Modified functions:
- fuzzyRangeChange
- added âx.lab=TRUEâ argument, so user can set to FALSE and add labels differently
- stepByStep
- added warning(ââFavourabilityâ is only applicable when family=binomial(link=âlogitâ), so it was automatically set to FALSE.â)
- multGLM
- added argument trim.fun=âmodelTrimâ, which can be changed to âstepwiseâ
Version 4.5 (Committed 2022-06-15) Modified functions:
- stepByStep
- added âkâ argument to pass to âstepâ (allows approaching p<0.05; https://www.researchgate.net/post/Why-stepAIC-gives-a-model-with-insignificant-variables-in-the-summarymodel)
- added âdirectionâ argument to pass to âstepâ (implementation by Alba Estrada)
Version 4.4 (Committed 2022-06-14) Modified functions:
- fuzzyConsensus
- âcatâ message now mentions the number of input vectors
- multGLM
- added âcor.methodâ argument (for âcorâ via âcorSelectâ; default âpearsonâ)
- stepByStep
- âsp.colâ and âvar.colsâ can now be column names, not just index numbers
Version 4.3 (Committed 2022-06-01) -> CRAN Modified functions:
- fuzzyConsensus
- âdataâ can also be SpatRaster
- removed unnecessary argument âfav.colsâ (as no other â*.colsâ argument exists)
Version 4.2 (Committed 2022-05-31) New functions:
Modified functions:
- Fav
- stops with error if any âpredâ is outside the [0,1] interval (matching âfuzzyConsensusâ)
Other modified files:
- DESCRIPTION
- added reference about the method, as suggested by Uwe Ligges after previous CRAN submission
Version 4.1 (Committed 2022-05-15) Modified functions:
- modOverlap
- improved help file and removed reference to requiring GLM predictions
Version 4.0 (Committed 2022-05-02) -> CRAN New functions:
- prevalence (copied from âmodEvAâ pkg)
Modified functions:
- bioThreat
- âwhiteâ changed to âgreyâ for 0-values to be visible on the map
- corSelect, FDR, fuzzyOverlay, integerCols, multConvert, multGLM, multicol, multTSA, simMat, splist2presabs, stepByStep, transpose
- added data=as.data.frame(data), to avoid errors when input is tibble
- bioThreat, Fav, favClass, fuzSim, fuzzyRangeChange, modOverlap, sharedFav, spCodes
- added âunlistâ to avoid obscure error when input is one-column tibble instead of vector
Version 3.96 (Committed 2022-03-22) Modified functions:
- sharedFav
- improved help file and corrected a mistake (bug report by Alba Estrada)
- replaced âmainâ argument with ââ¦â for barplot (to accept also âlasâ)
- plot now produced in phases as computations are made, to have something plotted even in case of error
- âconfâ can be set to NA, to avoid error and still get values and plot (without CIs)
- returned value now includes âFOvIâ and âbins_tableâ
Version 3.95 (Committed 2022-03-22) New functions:
-
rarity
-
vulnerability
-
entropy
Modified functions:
- spCodes
- added âverbosityâ argument
- âcatâ now used instead of red âmessageâ when OK no dupl codes
- corSelect
- replaced ââ¦â with arguments âuseâ and âmethodâ, the former defaulting to âpairwise.complete.obsâ
- simMat
- added âna.omitâ to âdataâ in âstopifnotâ, to avoid error when NAs
- sharedFav
- added âbin_intervalâ argument, currently accepting â0.1â (the default, for back-compatibility) or âquantilesâ
- added Note to help file about possible error when overly small bins
Version 3.9 (Committed 2022-03-13) Modified functions:
- gridRecords
- result now ordered by âcellsâ column, instead of presences then absences
- help file âExamplesâ changed to âelevâ raster for more clarity
- included also example with multiple species
- corSelect
- added âfamilyâ argument (to pass to FDR when âsp.colâ is not NULL)
- fixed NA âexcluded.varsâ output when input âvar.colsâ is character
- FDR
- added âGammaâ for positive non-integer responses when family=âautoâ
Version 3.8 (Committed 2022-02-05) Modified functions:
- gridRecords
- added âspeciesâ argument for multi-species gridding
- âpres.coordsâ (and âabs.coordsâ if not NULL) automatically converted with âas.data.frameâ
- changed ârasterâ to âterraâ in help file âExamplesâ
- fixed bug that did not grid abs.coords (if not NULL)
Version 3.7 (Committed 2022-01-21) -> CRAN Modified functions:
- corSelect
- fixed new CRAN check error (with âall.equalâ in âcorSelectâ) on r-devel-linux-x86_64-fedora-clang and r-devel-linux-x86_64-fedora-gcc (by manually setting the âtoleranceâ argument for âall.equalâ)
- Fav
- added import modEvA::mod2obspred
Other modified files:
- fuzsim.Rd
- updated Sorensen wikipedia link with âhttpsâ
Version 3.6 (Committed 2021-09-29) Modified functions:
- Fav
- âmodelâ argument can now be of class âglmâ, âgamâ, âgbmâ, ârandomForestâ or âbartâ
- âpredâ can now also be a âSpatRasterâ (âterraâ pkg) object
- gridRecords
- ârstâ can now also be a âSpatRasterâ (âterraâ pkg) object
- Raster* ârstâ coerced to SpatRaster if âterraâ pkg is installed
Version 3.5 (Committed 2021-09-04) Modified functions:
- FDR
- fixed bug when using âpvaluesâ as input (following bug report by Stephen via modTools contact form)
Version 3.4 (Committed 2021-09-02) Modified functions:
- gridRecords
- fixed bug when only one raster layer [ , drop = FALSE]
Version 3.3 (Committed 2021-04-24) Modified functions:
- simMat
- added âverbosityâ argument
- replaced â25%-50%-75% doneâ with âutils::txtProgressBarâ
- multTSA
- added âverbosityâ argument
- getPreds
- added âverbosityâ argument
- âdataâ can now also be a RasterBrick (not only dataframe or a RasterStack)
- Fav
- added âverbosityâ argument
- âpredâ can now also be a RasterLayer (not only a numeric vector)
Version 3.2 (Committed 2020-12-12) Modified functions:
- favClass (benefitting also bioThreat)
- added âis.na(fav) |â to âstopifnotâ to avoid NA fail
Other changes:
- added Linero et al. (2020) to references of papers using fuzzySim
Version 3.1 (Committed 2020-09-18) Modified functions:
- gridRecords
- added âabsencesâ logical argument
Version 3.0 (Committed 2020-02-03) -> CRAN Modified functions:
- gridRecords
- added âna.rmâ argument (default TRUE)
- fixed bug when no gridded absences (i.e. no absence AND not presence)
Other changes:
- clarifications and typo/format corrections in the manual
Version 2.5 (Committed 2020-01-31) Modified files:
Version 2.2.4 (Committed 2020-01-30) New functions:
Modified functions:
- getPreds:
- replaced âif(ârasterâ %in% class(data))â (no longer working) with âif (is(data, âRasterStackâ))â
- added âImports: methodsâ to DESCRIPTION and âimportFrom(âmethodsâ, âisâ)â to NAMESPACE
- if âdataâ are raster, added âraster::â before âstackâ
Version 2.2.3 (Committed 2020-01-06) Modified functions:
- multGLM:
- fixed id.col name in âpredictionsâ when id.col input as character
Other changes:
- added âinstâ folder with article citation information
- removed âonAttachâ function with citation message on load
- added package URLs to DESCRIPTION file
Version 2.2.2 (Committed 2020-01-03) Modified functions:
- multGLM:
- output now includes list of selected variables per model
- sp.cols, var.cols and id.col can now optionally be input as column names rather than index numbers
Other changes:
- fixed length of some lines along the PDF manual
Version 2.2.1 (Committed 2019-10-18) Modified functions:
- modOverlap:
- corrected typo in na.rm closing parentheses (reported by Heidi K. Mod)
- Fav:
- slightly reduced probabilities of exactly 1, which would cause division by zero (resulting Fav is still 1)
Version 2.2 (Committed 2019-03-10) New functions:
Version 2.1 (Committed 2019-03-07) New functions:
Modified functions:
- multGLM:
- spatial_trend variable in models (when TSA=TRUE and the spatial trend is selected) now named after the response variable (e.g. âsptrend_giraffeâ)
- getPreds:
- fixed new bug by replacing âif (class(data) == âRasterStackâ)â with âif (âRasterStackâ %in% class(data))â
Modified .Rd files:
- multGLM:
- added example with TSA=TRUE
Other changes:
- updated maintainer e-mail address
Version 2.0 (Committed 2018-12-05) -> CRAN Modified functions:
- multTSA:
- resulting model object now named âmodelsâ rather than âTSA.modelsâ
- corrected bug in coordinate polynomial names (if save.models = TRUE)
Version 1.9 (Committed 2018-11-20) Modified functions:
- distPres
- âinvâ now subtracts from 1 (after standardizing) rather than dividing by 1
- multTSA:
- added âcriterionâ argument, which can be âAICâ (to use âstepâ) or âsignificanceâ (to use âmodelTrimâ)
- added ââ¦â argument to pass to modelTrim
- introduced more informative coordinate polynomial names (visible if âsave.models = TRUEâ)
- added âsimple = TRUEâ to âpolyâ for speedup
- modelTrim:
- added âdataâ argument to âupdateâ, to avoid âattachâ
- multGLM:
- added arguments âverbosityâ, âTSAâ and âcoord.colsâ
- added âdata = train.dataâ to âstepâ, and âwith(train.dataâ to âmodel.formulaâ, so finally got rid of âattachâ
- âBuilding model 1â¦â âmessageâ instances replaced with âcatâ so that they are saved if âsinkâ is used
Version 1.8.3 (Committed 2018-07-06) Modified functions:
- multTSA:
- added argument âtypeâ which can be âYâ, âPâ (the default, for back-compatibility) or âFâ (which substitutes the deprecated argument below)
- deprecated argument âFavourability = FALSEâ
Modified .Rd files:
- multTSA:
- documented argument changes described above
- pairwiseRangemaps:
- updated literature reference
webpage:
- added additional article citing fuzzySim
Version 1.8.2 (Committed 2018-05-23) Modified functions:
- getPreds:
- âdataâ can now be a RasterStack
Version 1.8.1 (Committed 2018-05-15) Modified functions:
- multTSA:
- fixed bug when only one species was used
webpage:
- added articles citing fuzzySim
Version 1.8.0 (Committed 2017-07-07) Modified functions:
- corSelect:
- included âVIFâ criterion
Version 1.7.9 (Committed 2017-03-27) Modified functions:
- multGLM:
- fixed bug when only one variabe passed to corSelect
- corSelect:
- added check that âdataâ is not missing and is a data frame
- help file now states that corSelect is included as option in multGLM
- added âuse = âpairwise.complete.obsââ to examples
- PDF manual:
- reduced several code line lengths to avoid overboard
Version 1.7.8 (Committed 2016-09-15) Removed empty sections from .Rd files Modified functions:
- fuzzyRangeChange:
- underscore replaced with space in measure names
- x axis labels plotted instead of legend
- âcolâ no longer supplied by default
Version 1.7.7 (Committed 2016-08-01) Modified functions:
- pairwiseRangemaps:
- argument âchunksâ replaced with ânchunksâ for operative reasons
- added âsubchunksâ argument for continuing interrupted runs
Version 1.7.6 (Committed 2016-05-05) Modified functions:
- corSelect:
- removed error when no corrs above threshold
- sp.cols now NULL by default (to avoid error when missing)
- multGLM:
- FDR correction reverted to âfdrâ by default
Version 1.7.5 (Committed 2016-04-26) Modified functions:
- FDR:
- corSelect:
- BIC now included as selection criterion
- multGLM:
- added âselectâ argument (for âstepâ) - AIC or BIC
Version 1.7.4 (Committed 2016-04-15) Modified functions:
- multGLM:
- FDR correction now âBYâ by default
Version 1.7.3 (Committed 2016-04-12) Modified functions:
- corSelect:
- error message when length(sp.cols) > 1
- message about excluded missing data
- added option sp.cols=NULL to get only high.cor.mat
- multGLM:
- added âcorrectionâ argument to pass to âFDRâ
Version 1.7.2 (Committed 2016-03-22) Modified functions:
- fuzzyRangeChange:
- user can now choose which measures to calculate
- âlossâ now reported as originally negative
- results provided also as a barplot
Version 1.7.1 (Committed 2016-03-17) Modified functions:
- multTSA:
- eliminated call to âattachâ
Version 1.7 (Committed 2016-02-12) New functions:
Version 1.6.3 (Committed 2015-12-02) Modified functions:
- FDR:
- now uses only finite sp.col values
Version 1.6.2 (Committed 2015-11-23) Modified functions:
- fuzzyRangeChange:
- corrected proportional changes to be relative to reference range size, not total study area
- replaced âstableâ with âstable presenceâ and added (fuzzy equivalent of) âstable absenceâ
- replaced âchangeâ with âbalanceâ (overall loss/gain, not amount of changed cells)
- result is now data frame, not named vector
- distPres:
Version 1.6.1 (Committed 2015-11-13) Modified functions:
- fuzzyOverlay:
- added arguments âprop = TRUEâ and âoverlay.cols = 1:ncol(data)â
- result now includes 4 (not 8) values, either sum or proportion
- result is now a named vector instead of a list
- âna.rmâ now TRUE by default
- fuzSim:
- added argument âna.rm = TRUEâ
- multGLM:
- bug corrected in corSelect (was reporting but not really eliminating variables)
- suppressMessages in corSelect
Modified help files:
-
fuzzyOverlay: modifications reflecting function changes
-
modOverlap: example now provided
-
fuzzyOverlay, fuzzyRangeChange, modOverlap:
- examples containing âjitterâ corrected to avoid values outside the [0, 1] interval
-
fuzSim:
- examples now provided also for similarity between fuzzy data
- tables of significance for Jaccard and Baroniâs indices now referred
Version 1.6 (Committed 2015-11-03) New functions:
-
fuzzyOverlay (calculate row-wise intersection, union, expansion, contraction or consensus among continuous model predictions)
-
fuzzyRangeChange (calculate overal loss, gain, and maintenance of favourability between models)
Version 1.5 (Committed 2015-10-29) New functions:
Modified functions:
- multGLM:
- âcorSelectâ now included as additional option for variable selection
- FDR:
- AIC now also calculated
- âmodel.typeâ deprecated
- âfamily = âautoââ by default
- âsimplifâ argument added
Version 1.4 ⦠and previous (edits I can remember) Modified functions:
- multicol:
- âmodelâ argument added (user can provide a model object instead of a set of variables)
- variables in output are now ordered according to VIF
- simFromSetOps:
- the similarity index used is now mentioned in a message
- FDR:
- data input format changed, with former parameters âresponseâ and âpredictorsâ replaced with âdataâ, âsp.colsâ and âvar.colsâ (for coherence and compatibility with âmultGLMâ function)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4