Title: Inference of Species Associations from Co-Occurrence Data
Diff between netassoc versions 0.4.1 dated 2015-01-31 and 0.4.3 dated 2015-03-13
Description: Infers species associations from local and regional-scale co-occurrence data (species x site matrices).
Author: Benjamin Blonder, Naia Morueta-Holme
Maintainer: Benjamin Blonder
netassoc-0.4.1/netassoc/data |only
netassoc-0.4.1/netassoc/man/fia.Rd |only
netassoc-0.4.3/netassoc/DESCRIPTION | 12
netassoc-0.4.3/netassoc/MD5 | 12
netassoc-0.4.3/netassoc/R/netassoc.R | 297 ++++++++++---------
netassoc-0.4.3/netassoc/man/makenetwork.Rd | 29 -
netassoc-0.4.3/netassoc/man/netassoc-package.Rd | 9
netassoc-0.4.3/netassoc/man/plot_netassoc_network.Rd | 18 -
8 files changed, 195 insertions(+), 182 deletions(-)
Title: R Client for the Lagotto Altmetrics Platform
Diff between alm versions 0.3.1 dated 2014-10-29 and 0.4.0 dated 2015-03-13
Description: An R interface to the open source article level metrics platform
Author: Scott Chamberlain [aut, cre],
Carl Boettiger [aut],
Karthik Ram [aut],
Fenner Martin [aut]
Maintainer: Scott Chamberlain
DESCRIPTION | 25
LICENSE | 4
MD5 | 110 ++-
NAMESPACE | 3
NEWS | 32 +
R/alerts.R | 33 -
R/alm-package.R | 18
R/alm_datepub.R | 14
R/alm_events.R | 249 ++++----
R/alm_ids.R | 82 +-
R/alm_plot.R | 80 --
R/alm_requests.R |only
R/alm_signposts.R | 39 -
R/alm_sources.R | 27
R/alm_status.R | 10
R/alm_title.R | 14
R/globals.R | 2
R/plot_density.R | 32 -
R/plot_signposts.R | 78 --
R/zzz.R | 12
README.md | 691 +++++++++++-----------
build/vignette.rds |binary
inst/doc/alm_vignette.Rmd | 996 ++++++++++++++++----------------
inst/doc/alm_vignette.html | 990 ++++++++++++++++---------------
inst/vign/alm_vignette.Rmd | 227 ++++---
inst/vign/alm_vignette.md | 996 ++++++++++++++++----------------
inst/vign/figure/unnamed-chunk-16-1.png |only
inst/vign/figure/unnamed-chunk-17-1.png |only
inst/vign/figure/unnamed-chunk-21-1.png |only
inst/vign/figure/unnamed-chunk-22-1.png |only
inst/vign/figure/unnamed-chunk-23-1.png |only
inst/vign/figure/unnamed-chunk-24-1.png |only
inst/vign/figure/unnamed-chunk-25-1.png |only
man/addmissing.Rd | 3
man/alert_classes.Rd | 3
man/alm-defunct.Rd | 3
man/alm-package.Rd | 21
man/alm_alerts.Rd | 28
man/alm_capwords.Rd | 3
man/alm_datepub.Rd | 17
man/alm_events.Rd | 61 +
man/alm_ids.Rd | 99 ++-
man/alm_plot.Rd | 23
man/alm_requests.Rd |only
man/alm_signposts.Rd | 24
man/alm_sources.Rd | 22
man/alm_status.Rd | 6
man/alm_title.Rd | 16
man/almcompact.Rd | 3
man/concat_todf.Rd | 3
man/getkey.Rd | 3
man/plot_density.Rd | 31
man/plot_signposts.Rd | 48 -
tests/testthat/test-alm_events.R | 6
tests/testthat/test-alm_signposts.R | 2
tests/testthat/test-alm_title.R | 12
vignettes/alm_vignette.Rmd | 996 ++++++++++++++++----------------
vignettes/figure/unnamed-chunk-16-1.png |only
vignettes/figure/unnamed-chunk-17-1.png |only
vignettes/figure/unnamed-chunk-21-1.png |only
vignettes/figure/unnamed-chunk-22-1.png |only
vignettes/figure/unnamed-chunk-23-1.png |only
vignettes/figure/unnamed-chunk-24-1.png |only
vignettes/figure/unnamed-chunk-25-1.png |only
64 files changed, 3250 insertions(+), 2947 deletions(-)
Title: Dirichlet Process Bayesian Clustering, Profile Regression
Diff between PReMiuM versions 3.0.32 dated 2014-12-29 and 3.1.0 dated 2015-03-13
Description: Bayesian clustering using a Dirichlet process mixture model. This model is an alternative to regression models, non-parametrically linking a response vector to covariate data through cluster membership. The package allows Bernoulli, Binomial, Poisson, Normal, survival and categorical response, as well as Normal and discrete covariates. It also allows for fixed effects in the response model, where a spatial CAR (conditional autoregressive) term can be also included. Additionally, predictions may be made for the response, and missing values for the covariates are handled. Several samplers and label switching moves are implemented along with diagnostic tools to assess convergence. A number of R functions for post-processing of the output are also provided. In addition to fitting mixtures, it may additionally be of interest to determine which covariates actively drive the mixture components. This is implemented in the package as variable selection.
Author: David I. Hastie
Maintainer: Silvia Liverani
PReMiuM-3.0.32/PReMiuM/inst/CITATION |only
PReMiuM-3.1.0/PReMiuM/ChangeLog | 10 ++
PReMiuM-3.1.0/PReMiuM/DESCRIPTION | 8 +-
PReMiuM-3.1.0/PReMiuM/MD5 | 48 ++++++------
PReMiuM-3.1.0/PReMiuM/R/postProcess.R | 54 ++++++++------
PReMiuM-3.1.0/PReMiuM/inst/citation |only
PReMiuM-3.1.0/PReMiuM/man/PReMiuM-package.Rd | 11 +-
PReMiuM-3.1.0/PReMiuM/man/calcAvgRiskAndProfile.Rd | 6 +
PReMiuM-3.1.0/PReMiuM/man/calcOptimalClustering.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/calcPredictions.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/clusSummaryBernoulliDiscrete.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/computeRatioOfVariance.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/generateSampleDataFile.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/globalParsTrace.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/heatDissMat.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/is.wholenumber.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/mapforGeneratedData.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/margModelPosterior.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/plotPredictions.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/plotRiskProfile.Rd | 4 -
PReMiuM-3.1.0/PReMiuM/man/profRegr.Rd | 4 -
PReMiuM-3.1.0/PReMiuM/man/setHyperparams.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/summariseVarSelectRho.Rd | 2
PReMiuM-3.1.0/PReMiuM/man/vec2mat.Rd | 2
PReMiuM-3.1.0/PReMiuM/src/include/PReMiuMModel.h | 1
PReMiuM-3.1.0/PReMiuM/src/include/PReMiuMProposals.h | 8 --
26 files changed, 101 insertions(+), 81 deletions(-)
Title: Joint Modeling of Longitudinal and Time-to-Event Data under a
Bayesian Approach
Diff between JMbayes versions 0.6-1 dated 2014-06-11 and 0.7-0 dated 2015-03-13
Description: Shared parameter models for the joint modeling of longitudinal and time-to-event data using MCMC.
Author: Dimitris Rizopoulos
Maintainer: Dimitris Rizopoulos
DESCRIPTION | 12
MD5 | 83 ++--
NAMESPACE | 14
R/MCMCfit.R | 820 +++++++++++++++++++++++++++++++----------------
R/NextVisit.R | 18 -
R/adjustScaleRW.R | 6
R/bdiag.R | 1
R/check_td.R |only
R/cvDCL.R |only
R/dmvnorm.R | 11
R/dropAttr.R | 9
R/dynInfo.R |only
R/find_positions.R |only
R/ibs.R | 6
R/initSurvival.R | 7
R/ins.R | 6
R/jointModelBayes.R | 170 +++++++--
R/log.posterior.b.R | 2
R/logLik.JMbayes.R | 4
R/logh.b.R | 4
R/marglogLik.R | 11
R/plot.rocJM.R |only
R/plot.survfit.JMbayes.R | 10
R/predict.JMbayes.R | 17
R/print.rocJM.R |only
R/rocJM.JMbayes.R |only
R/rocJM.R |only
R/rowMedians.R |only
R/runDynPred.R |only
R/slice.shape.R | 22 -
R/survfitJM.JMbayes.R | 25 -
R/xtable.JMbayes.R | 2
data/aids.id.rda |binary
data/aids.rda |binary
data/pbc2.id.rda |binary
data/pbc2.rda |binary
data/prothro.rda |binary
data/prothros.rda |binary
demo/server.R | 115 ++++++
demo/ui.R | 5
inst/NEWS | 11
man/JMbayes.Rd | 4
man/aucJM.Rd | 14
man/bma.combine.Rd | 5
man/cvDCL.Rd |only
man/dynInfo.Rd |only
man/runDynPred.Rd |only
man/survfitJM.Rd | 9
man/xtable.Rd | 7
49 files changed, 1009 insertions(+), 421 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-03-03 0.3-3
2014-09-07 0.3-1
2014-09-07 0.3-2
2014-09-01 0.3-0
Title: Analysis of Heavy Tailed Distributions
Diff between poweRlaw versions 0.30.0 dated 2015-02-20 and 0.30.1 dated 2015-03-13
Description: An implementation of maximum likelihood estimators for a variety
of heavy tailed distributions, including both the discrete and continuous
power law distributions. Additionally, a goodness-of-fit based approach is
used to estimate the lower cut-off for the scaling region.
Author: Colin Gillespie [aut, cre]
Maintainer: Colin Gillespie
poweRlaw-0.30.0/poweRlaw/inst/doc/v61i10.Rnw |only
poweRlaw-0.30.0/poweRlaw/inst/doc/v61i10.pdf |only
poweRlaw-0.30.0/poweRlaw/vignettes/blackouts.txt |only
poweRlaw-0.30.0/poweRlaw/vignettes/v61i10.Rnw |only
poweRlaw-0.30.0/poweRlaw/vignettes/v61i10.bib |only
poweRlaw-0.30.1/poweRlaw/DESCRIPTION | 8 -
poweRlaw-0.30.1/poweRlaw/MD5 | 65 +++++------
poweRlaw-0.30.1/poweRlaw/NEWS | 5
poweRlaw-0.30.1/poweRlaw/R/def_conexp.R | 34 ++---
poweRlaw-0.30.1/poweRlaw/R/def_conlorm.R | 29 ++--
poweRlaw-0.30.1/poweRlaw/R/def_conpl.R | 19 +--
poweRlaw-0.30.1/poweRlaw/R/def_disexp.R | 23 ++-
poweRlaw-0.30.1/poweRlaw/R/def_dislnorm.R | 23 ++-
poweRlaw-0.30.1/poweRlaw/R/def_dispois.R | 25 ++--
poweRlaw-0.30.1/poweRlaw/R/plcon.R | 20 ++-
poweRlaw-0.30.1/poweRlaw/R/pldis.R | 47 ++++---
poweRlaw-0.30.1/poweRlaw/build/vignette.rds |binary
poweRlaw-0.30.1/poweRlaw/inst/doc/compare_distributions.R | 2
poweRlaw-0.30.1/poweRlaw/inst/doc/compare_distributions.Rnw | 18 ---
poweRlaw-0.30.1/poweRlaw/inst/doc/compare_distributions.pdf |binary
poweRlaw-0.30.1/poweRlaw/inst/doc/examples.R | 4
poweRlaw-0.30.1/poweRlaw/inst/doc/examples.Rnw | 27 ----
poweRlaw-0.30.1/poweRlaw/inst/doc/examples.pdf |binary
poweRlaw-0.30.1/poweRlaw/inst/doc/poweRlaw.R | 3
poweRlaw-0.30.1/poweRlaw/inst/doc/poweRlaw.Rnw | 41 ------
poweRlaw-0.30.1/poweRlaw/inst/doc/poweRlaw.pdf |binary
poweRlaw-0.30.1/poweRlaw/inst/doc/v64i02.Rnw |only
poweRlaw-0.30.1/poweRlaw/inst/doc/v64i02.pdf |only
poweRlaw-0.30.1/poweRlaw/vignettes/compare_distributions.Rnw | 18 ---
poweRlaw-0.30.1/poweRlaw/vignettes/examples.Rnw | 27 ----
poweRlaw-0.30.1/poweRlaw/vignettes/figure1.pdf |binary
poweRlaw-0.30.1/poweRlaw/vignettes/figure2.pdf |binary
poweRlaw-0.30.1/poweRlaw/vignettes/figure3.pdf |binary
poweRlaw-0.30.1/poweRlaw/vignettes/figure4.pdf |binary
poweRlaw-0.30.1/poweRlaw/vignettes/figure5.pdf |binary
poweRlaw-0.30.1/poweRlaw/vignettes/poweRlaw.Rnw | 41 ------
poweRlaw-0.30.1/poweRlaw/vignettes/v64i02.Rnw |only
poweRlaw-0.30.1/poweRlaw/vignettes/v64i02.bib |only
38 files changed, 176 insertions(+), 303 deletions(-)
Title: Person Fit
Diff between PerFit versions 1.2 dated 2014-10-07 and 1.3 dated 2015-03-13
Description: Several person-fit statistics (PFSs) are offered. These statistics allow assessing whether
individual response patterns to tests or questionnaires are (im)plausible given
the other respondents in the sample or given a specified item response theory model. Some PFSs apply to
dichotomous data, such as the likelihood-based PFSs (lz, lz*) and the group-based PFSs
(personal biserial correlation, caution index, (normed) number of Guttman errors,
agreement/disagreement/dependability statistics, U3, ZU3, NCI, Ht). PFSs suitable to polytomous data include
extensions of lz, U3, and (normed) number of Guttman errors.
Author: Jorge N. Tendeiro
Maintainer: Jorge N. Tendeiro
PerFit-1.2/PerFit/R/Code.R |only
PerFit-1.3/PerFit/DESCRIPTION | 24 ++-
PerFit-1.3/PerFit/MD5 | 80 ++++++++----
PerFit-1.3/PerFit/NAMESPACE | 56 +++++---
PerFit-1.3/PerFit/R/ADE.R |only
PerFit-1.3/PerFit/R/Accessory.R |only
PerFit-1.3/PerFit/R/C.Sato.R |only
PerFit-1.3/PerFit/R/Cstar.R |only
PerFit-1.3/PerFit/R/Cutoff.R |only
PerFit-1.3/PerFit/R/Flagged.R |only
PerFit-1.3/PerFit/R/G.R |only
PerFit-1.3/PerFit/R/Gnormed.R |only
PerFit-1.3/PerFit/R/Gnormedpoly.R |only
PerFit-1.3/PerFit/R/Gpoly.R |only
PerFit-1.3/PerFit/R/Hotdeck.R |only
PerFit-1.3/PerFit/R/Ht.R |only
PerFit-1.3/PerFit/R/MissingValues.R |only
PerFit-1.3/PerFit/R/NCI.R |only
PerFit-1.3/PerFit/R/NPModel.R |only
PerFit-1.3/PerFit/R/NPModelPoly.R |only
PerFit-1.3/PerFit/R/PModel.R |only
PerFit-1.3/PerFit/R/PModelPoly.R |only
PerFit-1.3/PerFit/R/PRF.R | 165 +++++++++++++++++++-------
PerFit-1.3/PerFit/R/PerFitPFS.R |only
PerFit-1.3/PerFit/R/PerFitSE.R |only
PerFit-1.3/PerFit/R/PlotPerFit.R |only
PerFit-1.3/PerFit/R/PrintPerFit.R |only
PerFit-1.3/PerFit/R/SanityChecks.R |only
PerFit-1.3/PerFit/R/SummaryPerFit.R |only
PerFit-1.3/PerFit/R/U3.R |only
PerFit-1.3/PerFit/R/U3poly.R |only
PerFit-1.3/PerFit/R/ZU3.R |only
PerFit-1.3/PerFit/R/lz.R |only
PerFit-1.3/PerFit/R/lzpoly.R |only
PerFit-1.3/PerFit/R/lzstar.R |only
PerFit-1.3/PerFit/R/rpbis.R |only
PerFit-1.3/PerFit/data/InadequacyData.RData |binary
PerFit-1.3/PerFit/data/IntelligenceData.RData |binary
PerFit-1.3/PerFit/data/PhysFuncData.RData |binary
PerFit-1.3/PerFit/man/ADE.KB.Rd | 74 +++++++++--
PerFit-1.3/PerFit/man/C.index.Rd | 141 ++++++++++++++--------
PerFit-1.3/PerFit/man/G.Rd | 144 ++++++++++++++--------
PerFit-1.3/PerFit/man/Gpoly.Rd | 142 ++++++++++++++--------
PerFit-1.3/PerFit/man/Ht.Rd | 135 +++++++++++++--------
PerFit-1.3/PerFit/man/NCI.Rd | 119 ++++++++++++------
PerFit-1.3/PerFit/man/PRFplot.Rd | 87 ++++++++++---
PerFit-1.3/PerFit/man/PerFit-package.Rd | 55 ++++----
PerFit-1.3/PerFit/man/PerFitPFS.Rd |only
PerFit-1.3/PerFit/man/PerFitSE.Rd |only
PerFit-1.3/PerFit/man/U3.Rd | 146 ++++++++++++++---------
PerFit-1.3/PerFit/man/U3poly.Rd | 52 +++++++-
PerFit-1.3/PerFit/man/cutoff.Rd | 53 +++++---
PerFit-1.3/PerFit/man/flagged.resp.Rd | 65 ++++++----
PerFit-1.3/PerFit/man/lz.Rd | 74 ++++++++---
PerFit-1.3/PerFit/man/lzpoly.Rd | 137 ++++++++++++---------
PerFit-1.3/PerFit/man/plot.PerFit.Rd | 69 +++++++---
PerFit-1.3/PerFit/man/print.PerFit.Rd |only
PerFit-1.3/PerFit/man/r.pbis.Rd | 107 +++++++++++-----
PerFit-1.3/PerFit/man/summary.PerFit.Rd |only
59 files changed, 1296 insertions(+), 629 deletions(-)
Title: Methods for Patient-Centered Network Meta-Analysis
Diff between pcnetmeta versions 1.2 dated 2014-07-19 and 1.3 dated 2015-03-13
Description: Provides functions to conduct network meta-analysis using arm-based method, which was proposed by Zhang et al (2014); contains functions to generate summary table for effect sizes (e.g., odds ratio, population-averaged event rate), plot network comparisons, and plot credible interval for population-averaged event rate.
Author: Lifeng Lin, Jing Zhang
Maintainer: Lifeng Lin
DESCRIPTION | 15 ++++++++-------
MD5 | 8 ++++----
NAMESPACE | 3 ++-
man/nma.ab.Rd | 1 +
man/pcnetmeta-package.Rd | 2 +-
5 files changed, 16 insertions(+), 13 deletions(-)
Title: Clustering in the Discriminative Functional Subspace
Diff between funFEM versions 1.0 dated 2014-09-11 and 1.1 dated 2015-03-13
Description: The funFEM algorithm (Bouveyron et al., 2014) allows to cluster functional data by modeling the curves within a common and discriminative functional subspace.
Author: Charles Bouveyron
Maintainer: Charles Bouveyron
DESCRIPTION | 8 ++++----
MD5 | 8 +++++---
data/velib.rda |binary
data/velov.rda |only
man/velib.Rd | 4 ++--
man/velov.Rd |only
6 files changed, 11 insertions(+), 9 deletions(-)
Title: Business Days Calculations and Utilities
Diff between bizdays versions 0.2.1 dated 2015-02-01 and 0.2.2 dated 2015-03-13
Description: Business days calculations based on a list of holidays and
nonworking weekdays. Quite useful for fixed income and derivatives pricing.
Author: Wilson Freitas
Maintainer: Wilson Freitas
DESCRIPTION | 8 ++-
MD5 | 47 ++++++++++++---------
NAMESPACE | 2
NEWS | 9 ++++
R/calendar.R | 28 +++++++-----
README.md | 4 -
build |only
inst/doc |only
inst/tests/test-calendar.R | 14 +++++-
man/Calendar.Rd | 15 +++---
man/adjust.date.Rd | 3 -
man/bizdays-package.Rd | 3 -
man/bizdays.Rd | 3 -
man/bizdays.options.Rd | 3 -
man/bizdayse.Rd | 3 -
man/bizseq.Rd | 3 -
man/bizyears.Rd | 3 -
man/bizyearse.Rd | 3 -
man/holidaysANBIMA.Rd | 3 -
man/is.bizday.Rd | 3 -
man/offset.Rd | 3 -
vignettes/Setting_default_calendar_in_Rprofile.Rmd | 4 +
vignettes/Using_bizdays.Rmd | 8 ++-
23 files changed, 111 insertions(+), 61 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-02-10 1.4.7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-20 0.2.3
2010-09-16 0.2.2
2009-06-19 0.2.1
2009-06-18 0.2
2008-05-16 0.1.2
2008-05-04 0.1.1
2008-04-29 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-01-07 2.0
2012-09-26 1.8
2012-06-06 1.7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-11-13 0.4
2014-09-30 0.3
2014-09-04 0.2
2014-08-28 0.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2011-04-09 0.9-8
2007-03-23 0.9-7
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-03-01 1.1
2014-11-27 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-10-21 1.1
2013-02-24 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-11-13 0.5-0
2013-09-13 0.4-0
2013-08-07 0.3
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-10-20 1.2
2013-02-24 1.1
2012-05-06 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-06-27 0.60-2
2014-06-01 0.60-0
2014-01-01 0.50-1.1
2013-03-14 0.50-1
2012-03-06 0.40-13
2011-11-25 0.40-12
2011-10-25 0.40-11
2011-10-24 0.40-10
2011-07-30 0.40-9
2011-06-09 0.40-7
2011-06-02 0.40-6
2011-04-26 0.40-5
2011-01-21 0.40-4
2010-07-25 0.40-3
2010-06-10 0.40-2
2010-05-26 0.40-0
2010-05-18 0.30-9
Title: Separation Plots
Description: Functions to generate separation plots for evaluation of
model fit.
Author: Brian D. Greenhill, Michael D. Ward and Audrey Sacks
Maintainer: ORPHANED
Diff between separationplot versions 1.0 dated 2011-06-15 and 1.1 dated 2015-03-13
DESCRIPTION | 19 ++++++++++++------- MD5 |only NAMESPACE |only R/separationplot.R | 8 ++------ R/sp.categorical.R | 5 +---- man/separationplot-package.Rd | 4 +++- man/separationplot.Rd | 9 +++++++-- man/sp.categorical.Rd | 28 +++++++++++++++++++--------- 8 files changed, 44 insertions(+), 29 deletions(-)
More information about separationplot at CRAN
Permanent link
Title: PCIC Implementation of Climdex Routines
Diff between climdex.pcic versions 1.1-5 dated 2015-01-30 and 1.1-5.1 dated 2015-03-13
Description: PCIC's implementation of Climdex routines for computation of
extreme climate indices.
Author: David Bronaugh
Maintainer: James Hiebert
DESCRIPTION | 8 ++++----
MD5 | 4 ++--
man/climdexInput.csv.Rd | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
Title: Standardized Beta Coefficients
Diff between betas versions 0.1.0 dated 2015-01-14 and 0.1.1 dated 2015-03-13
Description: Computes standardized beta coefficients and corresponding
standard errors for the following models:
linear regression models with numerical covariates only,
linear regression models with numerical and factorial covariates,
weighted linear regression models,
all these linear regression models with interaction terms, and
robust linear regression models with numerical covariates only.
Author: Andrea Cantieni [aut, cre]
Maintainer: Andrea Cantieni
DESCRIPTION | 15 ++++++++-------
MD5 | 8 ++++----
R/betas.R | 42 +++++++++++++++++++++++++++---------------
README.md | 4 ++--
man/betas.lm.Rd | 15 +++++++++++++++
5 files changed, 56 insertions(+), 28 deletions(-)
Title: Large, Sparse Optimal Matching with Refined Covariate Balance
Diff between rcbalance versions 1.2 dated 2014-11-12 and 1.3 dated 2015-03-13
Description: Tools for large, sparse optimal matching of treated units
and control units in observational studies. Provisions are
made for refined covariate balance constraints, which include
fine and near-fine balance as special cases. Matches are
optimal in the sense that they are computed as solutions to
network optimization problems rather than greedy algorithms.
Author: Samuel D. Pimentel
Maintainer: Samuel D. Pimentel
DESCRIPTION | 8 -
LICENSE | 2
MD5 | 14 +-
R/rcbalance-internal.R | 236 +++++++++++++++++------------------------------
R/rcbalance.R | 62 +++++++-----
man/dist2net.Rd | 15 +-
man/rcbalance-package.Rd | 4
man/rcbalance.Rd | 6 -
8 files changed, 154 insertions(+), 193 deletions(-)
Title: Holiday and Half-Day Data, for Use with the 'TimeWarp' Package
Diff between Holidays versions 1.0-0 dated 2011-12-19 and 1.0-6 dated 2015-03-13
Description: Contains trading holiday and half-day data that is automatically registered when loaded.
Author: Jeffery Horner, Lars Hansen, Tony Plate
Maintainer: Tony Plate
DESCRIPTION | 15 -
MD5 | 13 -
NEWS |only
R/holidays.R | 397 ++++++++++++++++++++++++++++++++++++++++++++++--
inst |only
man/Holidays-package.Rd | 4
tests/Makefile | 22 +-
tests/holidays.Rt | 9 -
8 files changed, 419 insertions(+), 41 deletions(-)
Title: Combine Multidimensional Arrays
Diff between abind versions 1.4-0 dated 2011-11-27 and 1.4-3 dated 2015-03-13
Description: Combine multidimensional arrays into a single array.
This is a generalization of 'cbind' and 'rbind'. Works with
vectors, matrices, and higher-dimensional arrays. Also
provides functions 'adrop', 'asub', and 'afill' for manipulating,
extracting and replacing data in arrays.
Author: Tony Plate
Maintainer: Tony Plate
abind-1.4-0/abind/DevNotes.txt |only
abind-1.4-3/abind/ChangeLog | 7 ++--
abind-1.4-3/abind/DESCRIPTION | 17 ++++++-----
abind-1.4-3/abind/MD5 | 21 ++++++++------
abind-1.4-3/abind/NAMESPACE | 3 +-
abind-1.4-3/abind/R/abind.R | 47 ++++++++++++++++++++++++++------
abind-1.4-3/abind/R/acorn.R |only
abind-1.4-3/abind/inst |only
abind-1.4-3/abind/man/abind.Rd | 13 ++++++--
abind-1.4-3/abind/man/acorn.Rd |only
abind-1.4-3/abind/tests/abind.R | 3 ++
abind-1.4-3/abind/tests/abind.Rout.save | 15 ++++++++++
abind-1.4-3/abind/tests/dnns.R |only
abind-1.4-3/abind/tests/dnns.Rout.save |only
14 files changed, 94 insertions(+), 32 deletions(-)