Title: Package to perform actuarial mathematics for life contingencies
insurances
Diff between lifecontingencies versions 0.1 dated 2012-01-02 and 0.1.1 dated 2012-02-25
More information about lifecontingencies at CRAN
Description: Financial and actuarial functions to evaluate life
contingencies.
Author: Giorgio A. Spedicato
Maintainer: Giorgio A. Spedicato
lifecontingencies-0.1.1/lifecontingencies/DESCRIPTION | 16
lifecontingencies-0.1.1/lifecontingencies/MD5 | 56 +-
lifecontingencies-0.1.1/lifecontingencies/NEWS | 3
lifecontingencies-0.1.1/lifecontingencies/R/demographicFunctions.R | 10
lifecontingencies-0.1.1/lifecontingencies/R/financialFunctions.R | 57 ++
lifecontingencies-0.1.1/lifecontingencies/inst/CITATION | 4
lifecontingencies-0.1.1/lifecontingencies/inst/doc/lifecontingenciesVignettes.Rnw | 197 ++++++----
lifecontingencies-0.1.1/lifecontingencies/inst/doc/lifecontingenciesVignettes.pdf |binary
lifecontingencies-0.1.1/lifecontingencies/man/duration.Rd |only
lifecontingencies-0.1.1/lifecontingencies/man/lifecontingencies-package.Rd | 4
lifecontingencies-0.1.1/lifecontingencies/man/pxt.Rd | 2
lifecontingencies-0.1.1/lifecontingencies/vignettes |only
lifecontingencies-0.1/lifecontingencies/inst/doc/Sweave.sty |only
lifecontingencies-0.1/lifecontingencies/inst/doc/calculations1.R |only
lifecontingencies-0.1/lifecontingencies/inst/doc/calculations2.R |only
lifecontingencies-0.1/lifecontingencies/inst/doc/fullpage.sty |only
lifecontingencies-0.1/lifecontingencies/inst/doc/images |only
lifecontingencies-0.1/lifecontingencies/inst/doc/jss.bst |only
lifecontingencies-0.1/lifecontingencies/inst/doc/jss.cls |only
lifecontingencies-0.1/lifecontingencies/inst/doc/jsslogo.jpg |only
lifecontingencies-0.1/lifecontingencies/inst/doc/lifecon.sty |only
lifecontingencies-0.1/lifecontingencies/inst/doc/lifecon.txt |only
lifecontingencies-0.1/lifecontingencies/inst/doc/lifecontingenciesVignettes.bbl |only
lifecontingencies-0.1/lifecontingencies/inst/doc/lifecontingenciesVignettes.blg |only
lifecontingencies-0.1/lifecontingencies/inst/doc/lifecontingenciesVignettes.dvi |only
lifecontingencies-0.1/lifecontingencies/inst/doc/makeImages.R.tex |only
lifecontingencies-0.1/lifecontingencies/inst/doc/myVignette.sty |only
lifecontingencies-0.1/lifecontingencies/inst/doc/packagebiblio.bib |only
28 files changed, 230 insertions(+), 119 deletions(-)
Permanent link
Title: R Package for Analyzing Endorsement Experiments
Diff between endorse versions 1.1 dated 2012-02-13 and 1.2 dated 2012-02-25
Description: This R package implements the statistical model proposed
by Bullock, Imai, and Shapiro (2011; Political Analysis) to
analyze endorsement experiments. Endorsement experiments are a
survey methodology for eliciting truthful responses to
sensitive questions. This methodology is helpful when
measuring support for socially sensitive political actors such
as militant groups. The model is fitted with the Markov chain
Monte Carlo algorithm and produces the output containing draws
from the posterior distribution.
Author: Yuki Shiraito
Maintainer: Yuki Shiraito
ChangeLog | 1
DESCRIPTION | 8 ++---
MD5 | 10 +++---
R/endorse.R | 90 ++++++++++++++++++---------------------------------------
man/endorse.Rd | 11 ++++++
src/endorse.c | 27 +++++++++++++++--
6 files changed, 74 insertions(+), 73 deletions(-)
Title: Hidden Markov Models simulations and estimations
Diff between RHmm versions 1.5.5 dated 2011-12-27 and 2.0.0 dated 2012-02-25
Description: Discrete, univariate or multivariate gaussian, mixture of
univariate or multivariate gaussian HMM functions for
simulation and estimation.
Author: Ollivier TARAMASCO, Sebastian Bauer
Maintainer: Ollivier TARAMASCO
RHmm-1.5.5/RHmm/man/asymptoticCovMat.rd |only
RHmm-1.5.5/RHmm/man/asymptoticSimCovMat.rd |only
RHmm-2.0.0/RHmm/DESCRIPTION | 12
RHmm-2.0.0/RHmm/MD5 | 82 -
RHmm-2.0.0/RHmm/NAMESPACE | 4
RHmm-2.0.0/RHmm/R/RHmm-HyperNew.R | 598 ++++++----
RHmm-2.0.0/RHmm/R/RHmm.R | 52
RHmm-2.0.0/RHmm/README | 8
RHmm-2.0.0/RHmm/data/data_mixture.rda |binary
RHmm-2.0.0/RHmm/data/n1d_3s.RData |binary
RHmm-2.0.0/RHmm/data/n3d_2s.RData |binary
RHmm-2.0.0/RHmm/data/weather.rda |binary
RHmm-2.0.0/RHmm/man/HMMFit.rd | 20
RHmm-2.0.0/RHmm/man/asymptoticCov.rd |only
RHmm-2.0.0/RHmm/man/asymptoticIterSimCovMat.rd | 2
RHmm-2.0.0/RHmm/man/computeScoreAndInformation.rd |only
RHmm-2.0.0/RHmm/man/forwardBackward.rd | 32
RHmm-2.0.0/RHmm/src/MultivariateNormalUtil.cpp | 222 +++
RHmm-2.0.0/RHmm/src/MultivariateNormalUtil.h | 14
RHmm-2.0.0/RHmm/src/RHmm.cpp | 1310 ++++++++++++----------
RHmm-2.0.0/RHmm/src/StatUtil.cpp |only
RHmm-2.0.0/RHmm/src/StatUtil.h |only
RHmm-2.0.0/RHmm/src/StdAfxRHmm.h | 3
RHmm-2.0.0/RHmm/src/cBaumWelch.cpp | 367 +++---
RHmm-2.0.0/RHmm/src/cBaumWelch.h | 24
RHmm-2.0.0/RHmm/src/cDMatrix.cpp | 110 +
RHmm-2.0.0/RHmm/src/cDMatrix.h | 27
RHmm-2.0.0/RHmm/src/cDVector.cpp | 619 +++++-----
RHmm-2.0.0/RHmm/src/cDVector.h | 9
RHmm-2.0.0/RHmm/src/cDerivative.cpp |only
RHmm-2.0.0/RHmm/src/cDerivative.h |only
RHmm-2.0.0/RHmm/src/cDiscrete.cpp | 93 +
RHmm-2.0.0/RHmm/src/cDiscrete.h | 14
RHmm-2.0.0/RHmm/src/cDistribution.h | 7
RHmm-2.0.0/RHmm/src/cHmm.cpp | 5
RHmm-2.0.0/RHmm/src/cHmm.h | 8
RHmm-2.0.0/RHmm/src/cHmmFit.cpp | 6
RHmm-2.0.0/RHmm/src/cInParam.h | 14
RHmm-2.0.0/RHmm/src/cMixtMultivariateNormal.cpp | 131 +-
RHmm-2.0.0/RHmm/src/cMixtMultivariateNormal.h | 12
RHmm-2.0.0/RHmm/src/cMixtUnivariateNormal.cpp | 103 +
RHmm-2.0.0/RHmm/src/cMixtUnivariateNormal.h | 10
RHmm-2.0.0/RHmm/src/cMultivariateNormal.cpp | 71 +
RHmm-2.0.0/RHmm/src/cMultivariateNormal.h | 12
RHmm-2.0.0/RHmm/src/cUnivariateNormal.cpp | 51
RHmm-2.0.0/RHmm/src/cUnivariateNormal.h | 6
46 files changed, 2639 insertions(+), 1419 deletions(-)
Title: Hierarchical Models Made Easy with Data Cloning
Diff between dcmle versions 0.1-4 dated 2012-02-08 and 0.1-5 dated 2012-02-25
Description: S4 classes around infrastructure provided by the dclone
package to make package development with data cloning for
hierarchical models easy as a breeze.
Author: Peter Solymos
Maintainer: Peter Solymos
DESCRIPTION | 8 ++++----
MD5 | 8 ++++----
NAMESPACE | 2 +-
inst/ChangeLog | 5 +++++
man/dcmle-package.Rd | 1 +
5 files changed, 15 insertions(+), 9 deletions(-)
Title: Statistical Analysis of Haplotypes with Traits and Covariates
when Linkage Phase is Ambiguous
Diff between haplo.stats versions 1.5.2 dated 2011-12-13 and 1.5.5 dated 2012-02-25
Description: A suite of R routines for the analysis of indirectly
measured haplotypes. The statistical methods assume that all
subjects are unrelated and that haplotypes are ambiguous (due
to unknown linkage phase of the genetic markers). The main
functions are: haplo.em, haplo.glm, haplo.score, haplo.power,
and seqhap. Copyright: 2003 Mayo Foundation for Medical
Education and Research.
Author: Sinnwell JP, Schaid DJ
Maintainer: Jason P. Sinnwell
haplo.stats-1.5.2/haplo.stats/inst/doc/.RData |only
haplo.stats-1.5.2/haplo.stats/inst/doc/.Rhistory |only
haplo.stats-1.5.5/haplo.stats/DESCRIPTION | 16 +
haplo.stats-1.5.5/haplo.stats/MD5 | 25 +-
haplo.stats-1.5.5/haplo.stats/R/haplo.em.q | 7
haplo.stats-1.5.5/haplo.stats/R/haplo.glm.q | 15 +
haplo.stats-1.5.5/haplo.stats/inst/NEWS.Rd | 40 ++--
haplo.stats-1.5.5/haplo.stats/inst/doc/manualHaploStats.pdf |binary
haplo.stats-1.5.5/haplo.stats/man/haplo.em.Rd | 7
haplo.stats-1.5.5/haplo.stats/man/haplo.glm.Rd | 7
haplo.stats-1.5.5/haplo.stats/man/setupGeno.Rd | 7
haplo.stats-1.5.5/haplo.stats/rnw |only
haplo.stats-1.5.5/haplo.stats/src/haplo_em_pin.c | 84 ++++------
haplo.stats-1.5.5/haplo.stats/src/seqhap.c | 38 ----
haplo.stats-1.5.5/haplo.stats/tests/test.haplo.em.Rout.save | 2
haplo.stats-1.5.5/haplo.stats/tests/test.methods.haplo.glm.Rout.save | 2
16 files changed, 127 insertions(+), 123 deletions(-)
Title: Graphical Analysis of Variance Using ggplot2
Diff between granovaGG versions 1.0 dated 2011-09-04 and 1.1 dated 2012-02-25
Description: This collection of functions in granovaGG provides what we
call elemental graphics for display of anova results. The term
elemental derives from the fact that each function is aimed at
construction of graphical displays that afford direct
visualizations of data with respect to the fundamental
questions that drive the particular anova methods. This package
represents a modification of the original granova package; the
key change is to use ggplot2, Hadley Wickham's package based on
Grammar of Graphics concepts (due to Wilkinson). The main
function is granovagg.1w (a graphic for one way anova); two
other functions (granovagg.ds and granovagg.contr) are to
construct graphics for dependent sample analyses and
contrast-based analyses respectively. (The function granova.2w,
which entails dynamic displays of data, is not currently part
of granovaGG.) The granovaGG functions are to display data for
any number of groups, regardless of their sizes (however, very
large data sets or numbers of groups can be problematic). For
granovagg.1w a specialized approach is used to construct
data-based contrast vectors for which anova data are displayed.
The result is that the graphics use a straight line to
facilitate clear interpretations while being faithful to the
standard effect test in anova. The graphic results are
complementary to standard summary tables; indeed, numerical
summary statistics are provided as side effects of the graphic
constructions. granovagg.ds and granovagg.contr provide graphic
displays and numerical outputs for a dependent sample and
contrast-based analyses. The graphics based on these functions
can be especially helpful for learning how the respective
methods work to answer the basic question(s) that drive the
analyses. This means they can be particularly helpful for
students and non-statistician analysts. But these methods can
be of assistance for work-a-day applications of many kinds, as
they can help to identify outliers, clusters or patterns, as
well as highlight the role of non-linear transformations of
data. In the case of granovagg.1w and granovagg.ds several
arguments are provided to facilitate flexibility in the
construction of graphics that accommodate diverse features of
data, according to their corresponding display requirements.
See the help files for individual functions.
Author: Brian A. Danielak
Maintainer: Brian A. Danielak
.gitignore | 4
DESCRIPTION | 17 +--
MD5 | 50 +++++----
NAMESPACE | 6 +
NEWS | 43 ++++++--
R/geom_rug_alt.R |only
R/granovaGG-package.R | 30 +++++
R/granovagg.1w-helpers.R |only
R/granovagg.1w.R | 241 ++++++++++++++++++++++++++---------------------
R/granovagg.contr.R | 4
R/granovagg.ds.R | 134 ++++++++++++++++++++++----
R/shared-functions.R | 64 ------------
R/theme-defaults.R | 5
README.markdown | 142 ++-------------------------
data/tobacco.rda |only
demo/granovagg.1w.R | 16 ++-
demo/granovagg.ds.R | 65 ++++++++++--
granovaGG.Rproj |only
inst/tests |only
man/anorexia.sub.Rd | 4
man/arousal.Rd | 6 -
man/blood_lead.Rd | 4
man/geom_rug_alt.Rd | 4
man/granovaGG-package.Rd | 1
man/granovagg.1w.Rd | 51 ++++++---
man/granovagg.contr.Rd | 9 -
man/granovagg.ds.Rd | 96 ++++++++++++++----
man/poison.Rd | 18 +--
man/rat.Rd | 4
man/tobacco.Rd |only
30 files changed, 582 insertions(+), 436 deletions(-)