Title: R Code for MARK Analysis
Diff between RMark versions 2.1.0 dated 2012-01-28 and 2.1.1 dated 2012-05-05
Description: This package provides an interface to the software package
MARK developed by Gary White. MARK is freely available at
(http://www.phidot.org/software/mark/download/) but is not open
source.
Author: Jeff Laake
Maintainer: Jeff Laake
DESCRIPTION | 10 +-
MD5 | 81 ++++++++++-----------
NAMESPACE | 1
NEWS |only
R/RMark-package.R | 43 +++++------
R/collect.model.names.R | 1
R/create.model.list.R | 2
R/make.design.data.R | 9 ++
R/make.mark.model.R | 173 ++++++++++++++++++++++-----------------------
R/mark.R | 9 +-
R/utility.r | 67 ++++++++++++-----
R/var.components.reml.r | 4 -
data/Blackduck.rda |binary
data/dipper.rda |binary
data/edwards.eberhardt.rda |binary
data/mstrata.rda |binary
data/robust.rda |binary
inst/parameters.txt | 2
man/Blackduck.Rd | 1
man/Donovan.7.Rd | 1
man/Donovan.8.Rd | 1
man/IELogitNormalMR.Rd | 1
man/LogitNormalMR.Rd | 1
man/NicholsMSOccupancy.Rd | 1
man/PoissonMR.Rd | 1
man/Poisson_twoMR.Rd | 1
man/RDOccupancy.Rd | 1
man/RDSalamander.Rd | 1
man/Whatsnew.Rd | 56 ++++----------
man/crdms.Rd | 1
man/dipper.Rd | 20 ++++-
man/edwards.eberhardt.Rd | 5 -
man/example.data.Rd | 1
man/extract.indices.Rd | 7 +
man/killdeer.Rd | 1
man/make.mark.model.Rd | 17 ++++
man/mallard.Rd | 1
man/mark.Rd | 13 +++
man/mstrata.Rd | 1
man/robust.Rd | 1
man/salamander.Rd | 1
man/weta.Rd | 1
42 files changed, 296 insertions(+), 242 deletions(-)
Title: SPArse Matrix
Diff between spam versions 0.29-0 dated 2012-05-01 and 0.29-1 dated 2012-05-05
Description: Set of function for sparse matrix algebra. Differences
with SparseM/Matrix are: (1) we only support (essentially) one
sparse matrix format, (2) based on transparent and simple
structure(s), (3) tailored for MCMC calculations within GMRF.
(4) S3 and S4 like-"compatible" ... and it is fast.
Author: Reinhard Furrer
Maintainer: Reinhard Furrer
DESCRIPTION | 8
MD5 | 252 +++++++++++++++---------------
NAMESPACE | 2
R/apply.R | 2
R/definitions.R | 2
R/diff.R | 2
R/dist.R | 2
R/foreign.R | 2
R/headtail.R | 5
R/helper.R | 2
R/kronecker.R | 2
R/makeprec.R | 2
R/mle.R | 2
R/norm.R | 2
R/permutation.R | 2
R/plotting.R | 2
R/preccovmat.R | 2
R/profile.R | 2
R/rmvnorm.R | 2
R/rowcolstats.R | 2
R/spam_solve.R | 11 -
R/spamlist.R | 2
R/subset.R | 2
R/toepliz.R | 2
R/xybind.R | 2
demo/article-jss-example1.R | 2
demo/article-jss-example2.R | 2
demo/article-jss.R | 2
demo/cholesky.R | 2
demo/spam.R | 2
demo/timing.R | 2
inst/0NEWS | 3
inst/NEWS | 9 -
man/Oral.Rd | 2
man/SPAM.Rd | 2
man/UScounties.Rd | 2
man/USprecip.Rd | 2
man/allequal.Rd | 2
man/apply.Rd | 2
man/bandwidth.Rd | 2
man/bdiag.Rd | 2
man/chol.Rd | 2
man/circulant.Rd | 2
man/cleanup.Rd | 2
man/complexity.Rd | 2
man/det.Rd | 2
man/diag.Rd | 2
man/dim.Rd | 2
man/display.Rd | 2
man/foreign.Rd | 2
man/germany.Rd | 2
man/headtail.Rd | 2
man/history.spam.Rd | 2
man/image.Rd | 2
man/import.Rd | 2
man/isSymmetric.Rd | 2
man/kronecker.Rd | 2
man/lu.tri.Rd | 2
man/makeprec.Rd | 2
man/math.Rd | 2
man/math2.Rd | 2
man/methods.Rd | 2
man/mle.Rd | 2
man/nearestdist.Rd | 2
man/operations.Rd | 2
man/options.Rd | 2
man/ordering.Rd | 2
man/permutation.Rd | 2
man/powerboost.Rd | 2
man/precmat.Rd | 2
man/print.Rd | 2
man/rmvnorm.Rd | 2
man/rmvnorm.const.Rd | 2
man/rowcolstats.Rd | 3
man/solve.Rd | 5
man/spam-class.Rd | 11 -
man/spam.chol.NgPeyton-class.Rd | 2
man/spam.creation.Rd | 2
man/spam.internal.Rd | 2
man/summary.Rd | 2
man/todo.Rd | 2
man/toeplitz.Rd | 2
man/triplet.Rd | 2
man/version.Rd | 2
man/xybind.Rd | 2
tests/demo_article-jss-example1.R | 2
tests/demo_article-jss-example1.Rout.save | 8
tests/demo_article-jss-example2.R | 2
tests/demo_article-jss-example2.Rout.save | 8
tests/demo_article-jss.R | 2
tests/demo_article-jss.Rout.save | 6
tests/demo_cholesky.R | 2
tests/demo_cholesky.Rout.save | 6
tests/demo_spam.R | 2
tests/demo_spam.Rout.save | 6
tests/demo_timing.R | 2
tests/demo_timing.Rout.save | 6
tests/diff.R | 2
tests/diff.Rout.save | 6
tests/displays.R | 2
tests/displays.Rout.save | 6
tests/dist.R | 2
tests/dist.Rout.save | 6
tests/foreign.R | 2
tests/foreign.Rout.save | 4
tests/helper.R | 2
tests/helper.Rout.save | 6
tests/kronecker.R | 2
tests/kronecker.Rout.save | 6
tests/mle.R | 2
tests/mle.Rout.save | 6
tests/norm.R | 2
tests/norm.Rout.save | 6
tests/overall.R | 2
tests/overall.Rout.save | 6
tests/permutation.R | 2
tests/permutation.Rout.save | 6
tests/rowcolstats.R | 2
tests/rowcolstats.Rout.save | 6
tests/solve.R | 2
tests/solve.Rout.save | 6
tests/spamlist.R | 2
tests/spamlist.Rout.save | 6
tests/subsetting.R | 2
tests/subsetting.Rout.save | 6
tests/xybind.R | 2
tests/xybind.Rout.save | 6
127 files changed, 313 insertions(+), 316 deletions(-)
Title: Time Series Database Interface extensions for fame
Diff between TSfame versions 2011.11-1 dated 2011-11-02 and 2012.4-1 dated 2012-05-05
Description: TSfame provides a fame interface for TSdbi.
Author: Paul Gilbert
Maintainer: Paul Gilbert
TSfame-2011.11-1/TSfame/LICENSE |only
TSfame-2011.11-1/TSfame/inst/doc/Guide.Stex |only
TSfame-2012.4-1/TSfame/DESCRIPTION | 13 +++++++------
TSfame-2012.4-1/TSfame/MD5 | 17 ++++++++---------
TSfame-2012.4-1/TSfame/NEWS | 4 ++++
TSfame-2012.4-1/TSfame/R/TSdbiMethods.R | 2 +-
TSfame-2012.4-1/TSfame/inst/doc/Guide.pdf |binary
TSfame-2012.4-1/TSfame/man/TSdbiMethods.Rd | 3 ++-
TSfame-2012.4-1/TSfame/tests/TSfame.R | 2 ++
TSfame-2012.4-1/TSfame/tests/vintage.R | 1 +
TSfame-2012.4-1/TSfame/vignettes |only
11 files changed, 25 insertions(+), 17 deletions(-)
Title: Tensor product of arrays
Diff between tensor versions 1.4 dated 2002-01-16 and 1.5 dated 2012-05-05
Description: The tensor product of two arrays is notionally an outer
product of the arrays collapsed in specific extents by summing
along the appropriate diagonals.
Author: Jonathan Rougier
Maintainer: Jonathan Rougier
DESCRIPTION | 18 ++++++++++--------
MD5 |only
NAMESPACE |only
3 files changed, 10 insertions(+), 8 deletions(-)
Title: Power and Sample Size Calculations for SNP Association Studies
with Censored Time to Event Outcomes
Diff between survSNP versions 0.21-1 dated 2012-04-08 and 0.21-4 dated 2012-05-05
Description: This package can be used to conduct asymptotic and
empirical power and sample size calculations for SNP
association studies with right censored time to event outcomes
Author: Kouros Owzar, Zhiguo Li, Nancy Cox, Sin-Ho Jung and Chanhee Yi
Maintainer: Kouros Owzar
survSNP-0.21-1/survSNP/src/Makevars |only
survSNP-0.21-4/survSNP/DESCRIPTION | 13 ++++++++-----
survSNP-0.21-4/survSNP/MD5 | 19 +++++++++++--------
survSNP-0.21-4/survSNP/R/survSNP.power.table.R | 1 +
survSNP-0.21-4/survSNP/cleanup |only
survSNP-0.21-4/survSNP/configure |only
survSNP-0.21-4/survSNP/configure.in |only
survSNP-0.21-4/survSNP/inst/doc/survSNP.Rnw | 4 ++--
survSNP-0.21-4/survSNP/inst/doc/survSNP.pdf |binary
survSNP-0.21-4/survSNP/man/survSNP-package.Rd | 15 ++++++++-------
survSNP-0.21-4/survSNP/src/Makevars.in |only
survSNP-0.21-4/survSNP/src/Makevars.win | 9 +++++++--
survSNP-0.21-4/survSNP/src/asypow.cpp | 5 -----
13 files changed, 37 insertions(+), 29 deletions(-)
Title: Data exchange between R and LabKey Server
Diff between Rlabkey versions 2.1.117 dated 2012-03-27 and 2.1.118 dated 2012-05-05
Description: This package allows an R user to discover, query and
modify data in LabKey Server
Author: Peter Hussey
Maintainer: Cory Nathe
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++-------
NEWS | 3 +++
R/labkey.deleteRows.R | 1 +
R/labkey.insertRows.R | 1 +
R/labkey.updateRows.R | 1 +
R/makeDF.R | 8 ++++++++
inst/doc/RlabkeyExample.pdf |binary
8 files changed, 25 insertions(+), 11 deletions(-)
Title: Linear Models for Panel Data
Diff between plm versions 1.2-8 dated 2011-12-24 and 1.2-10 dated 2012-05-05
Description: A set of estimators and tests for panel data.
Author: Yves Croissant
Maintainer: Yves Croissant
plm-1.2-10/plm/DESCRIPTION | 17 -
plm-1.2-10/plm/MD5 | 74 ++--
plm-1.2-10/plm/NAMESPACE | 18 -
plm-1.2-10/plm/R/cipstest.R |only
plm-1.2-10/plm/R/divers.R | 2
plm-1.2-10/plm/R/ercomp.R | 37 +-
plm-1.2-10/plm/R/pFormula.R | 1
plm-1.2-10/plm/R/pccep.R |only
plm-1.2-10/plm/R/pfunctions.R | 59 +++
plm-1.2-10/plm/R/pgmm.R | 442 +++++++++++++++-----------
plm-1.2-10/plm/R/pgmm.methods.R | 10
plm-1.2-10/plm/R/pht.R | 55 +--
plm-1.2-10/plm/R/plm.R | 19 -
plm-1.2-10/plm/R/plm.methods.R | 4
plm-1.2-10/plm/R/pmerge.R |only
plm-1.2-10/plm/R/pmg.R |only
plm-1.2-10/plm/R/pserial.R | 2
plm-1.2-10/plm/R/ptest.R | 7
plm-1.2-10/plm/R/purtest.R | 2
plm-1.2-10/plm/R/pvcm.R | 180 +++++++++-
plm-1.2-10/plm/R/vcovBK.R | 4
plm-1.2-10/plm/changelog | 29 +
plm-1.2-10/plm/data/Cigar.rda |binary
plm-1.2-10/plm/data/Crime.rda |binary
plm-1.2-10/plm/data/EmplUK.rda |binary
plm-1.2-10/plm/data/Gasoline.rda |binary
plm-1.2-10/plm/data/Grunfeld.rda |binary
plm-1.2-10/plm/data/Hedonic.rda |binary
plm-1.2-10/plm/data/LaborSupply.rda |binary
plm-1.2-10/plm/data/Males.rda |binary
plm-1.2-10/plm/data/Produc.rda |binary
plm-1.2-10/plm/data/Snmesp.rda |binary
plm-1.2-10/plm/data/SumHes.rda |binary
plm-1.2-10/plm/data/Wages.rda |binary
plm-1.2-10/plm/inst/doc/plm.pdf |binary
plm-1.2-10/plm/man/Males.Rd | 2
plm-1.2-10/plm/man/cipstest.Rd |only
plm-1.2-10/plm/man/pccep.Rd |only
plm-1.2-10/plm/man/pmg.Rd |only
plm-1.2-10/plm/man/vcovHC.Rd | 26 -
plm-1.2-10/plm/tests/testErrors.Rout.save |only
plm-1.2-10/plm/tests/testEvaluation.Rout.save |only
plm-1.2-8/plm/tests/AER.R |only
43 files changed, 656 insertions(+), 334 deletions(-)
Title: Pharmacometric tools for data preparation, modeling, simulation,
and reporting
Diff between metrumrg versions 5.13 dated 2012-02-09 and 5.17 dated 2012-05-05
Description: Pharmacometric tools for common data preparation tasks,
stratified bootstrap resampling of data sets, NONMEM control
stream creation/editing, NONMEM model execution, creation of
standard and user-defined diagnostic plots, execution and
summary of bootstrap and predictive check results,
implementation of simulations from posterior parameter
distributions, reporting of output tables and creation of
detailed analysis logs.
Author: Tim Bergsma, Bill Knebel, Leonid Gibiansky, Natalie Hsiang
Maintainer: Tim Bergsma
metrumrg-5.13/metrumrg/R/as.nmcontrol.R |only
metrumrg-5.13/metrumrg/inst/example/project/nonmem/1005.boot |only
metrumrg-5.13/metrumrg/inst/example/project/nonmem/1005/diagnostics.pdf |only
metrumrg-5.13/metrumrg/inst/example/project/nonmem/1105 |only
metrumrg-5.13/metrumrg/inst/example/project/nonmem/CombRunLog.csv |only
metrumrg-5.17/metrumrg/DESCRIPTION | 8
metrumrg-5.17/metrumrg/MD5 | 106 +-
metrumrg-5.17/metrumrg/R/.Rproj.user |only
metrumrg-5.17/metrumrg/R/NONR.R | 29
metrumrg-5.17/metrumrg/R/PLOTR.R | 109 +-
metrumrg-5.17/metrumrg/R/Tmax.R | 3
metrumrg-5.17/metrumrg/R/as.digest.R | 14
metrumrg-5.17/metrumrg/R/as.digest.data.frame.R | 2
metrumrg-5.17/metrumrg/R/as.init.R |only
metrumrg-5.17/metrumrg/R/as.nmctl.R |only
metrumrg-5.17/metrumrg/R/contains.R | 2
metrumrg-5.17/metrumrg/R/covariatePlots.R | 12
metrumrg-5.17/metrumrg/R/diagnosticPlots.R | 93 +-
metrumrg-5.17/metrumrg/R/findNonmemCommand.R |only
metrumrg-5.17/metrumrg/R/iterations.R | 6
metrumrg-5.17/metrumrg/R/partab.R | 4
metrumrg-5.17/metrumrg/R/runlog.R | 6
metrumrg-5.17/metrumrg/R/superset.R | 263 +++---
metrumrg-5.17/metrumrg/R/temporal.R | 39
metrumrg-5.17/metrumrg/inst/example/project/nonmem/1005.bootlog.csv |only
metrumrg-5.17/metrumrg/inst/example/project/nonmem/1005/1005.lst | 12
metrumrg-5.17/metrumrg/inst/example/project/nonmem/1005/1005.pdf |only
metrumrg-5.17/metrumrg/inst/example/project/nonmem/1005/1005.xml | 12
metrumrg-5.17/metrumrg/inst/example/project/script/assemble.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/assemble.tex | 17
metrumrg-5.17/metrumrg/inst/example/project/script/covplot-covplot.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/covplot.Rnw | 2
metrumrg-5.17/metrumrg/inst/example/project/script/covplot.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/covplot.tex | 406 +++++++---
metrumrg-5.17/metrumrg/inst/example/project/script/model-qq.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/model-qqdensity.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/model-qqdetail.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/model.Rnw | 35
metrumrg-5.17/metrumrg/inst/example/project/script/model.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/model.tex | 45 -
metrumrg-5.17/metrumrg/inst/example/project/script/parameters.Rnw | 4
metrumrg-5.17/metrumrg/inst/example/project/script/parameters.pdf |binary
metrumrg-5.17/metrumrg/inst/example/project/script/parameters.tex | 178 ++--
metrumrg-5.17/metrumrg/man/AUC.Rd | 1
metrumrg-5.17/metrumrg/man/NONR.Rd | 9
metrumrg-5.17/metrumrg/man/PLOTR.Rd | 10
metrumrg-5.17/metrumrg/man/as.init.Rd |only
metrumrg-5.17/metrumrg/man/as.nm.Rd | 2
metrumrg-5.17/metrumrg/man/as.nmctl.Rd | 15
metrumrg-5.17/metrumrg/man/c.temporal.Rd | 17
metrumrg-5.17/metrumrg/man/diagnosticPlots.Rd | 2
metrumrg-5.17/metrumrg/man/findNonmemCommand.Rd |only
metrumrg-5.17/metrumrg/man/helpBrowse.Rd | 15
metrumrg-5.17/metrumrg/man/helpList.Rd | 25
metrumrg-5.17/metrumrg/man/helpModel.Rd | 2
metrumrg-5.17/metrumrg/man/metrumrg-package.Rd | 4
metrumrg-5.17/metrumrg/man/superset.Rd | 59 +
metrumrg-5.17/metrumrg/man/text2decimal.Rd | 5
metrumrg-5.17/metrumrg/superset.ppsx |only
metrumrg-5.17/metrumrg/superset.pptx |only
60 files changed, 1020 insertions(+), 553 deletions(-)
Title: Bayesian Projection of Life Expectancy
Diff between bayesLife versions 0.3-3 dated 2012-04-19 and 0.4-0 dated 2012-05-05
Description: Making probabilistic projections of life expectancy for
all countries of the world, using a Bayesian hierarchical
model.
Author: Hana Sevcikova, Adrian Raftery; original WinBugs code written
by Jennifer Chunn
Maintainer: Hana Sevcikova
ChangeLog | 11 +++
DESCRIPTION | 10 +-
MD5 | 29 ++++----
NAMESPACE | 5 +
R/get_outputs.R | 36 +++++++---
R/plot_functions.R | 153 +++++++++++++++++++++++++++++++++-----------
R/projection_fcns.R | 112 +++++++++++++++++++++++---------
R/run_mcmc.R | 4 -
man/bayesLife-package.Rd | 7 +-
man/e0.gap.plot.Rd | 18 ++++-
man/e0.joint.plot.Rd |only
man/e0.predict.Rd | 19 +++--
man/e0.predict.extra.Rd | 11 ++-
man/e0.trajectories.plot.Rd | 6 -
man/joint.male.predict.Rd | 7 +-
tests/test_functions.R | 4 +
16 files changed, 312 insertions(+), 120 deletions(-)
Title: Graphical User Interface for bayesTFR, bayesLife and bayesPop
Diff between bayesDem versions 1.5-1 dated 2012-04-19 and 1.6-0 dated 2012-05-05
Description: Provides Graphical user interface for the packages
bayesTFR, bayesLife and bayesPop
Author: Hana Sevcikova
Maintainer: Hana Sevcikova
ChangeLog | 7 ++++++-
DESCRIPTION | 10 +++++-----
MD5 | 12 ++++++------
R/e0-predict.R | 3 ++-
R/e0-results.R | 44 ++++++++++++++++++++++++++++++++++----------
R/pop-results.R | 6 ++++++
man/bayesDem-package.Rd | 4 ++--
7 files changed, 61 insertions(+), 25 deletions(-)