Title: Code Examples to Accompany the Book "R for Dummies"
Diff between rfordummies versions 0.0-2 dated 2014-08-18 and 0.1.1 dated 2015-04-24
Description: Contains all the code examples in the book "R for
Dummies" (1st edition). You can view the table of contents as well as the sample code for each chapter.
Author: Andrie de Vries [aut, cre],
Joris Meys [aut]
Maintainer: Andrie de Vries
DESCRIPTION | 16 +++++++--------
MD5 | 54 ++++++++++++++++++++++++++--------------------------
NAMESPACE | 3 +-
R/chapters.R | 2 -
R/saveElements.R |only
man/ch01.Rd | 3 +-
man/ch02.Rd | 3 +-
man/ch03.Rd | 3 +-
man/ch04.Rd | 3 +-
man/ch05.Rd | 3 +-
man/ch06.Rd | 3 +-
man/ch07.Rd | 3 +-
man/ch08.Rd | 3 +-
man/ch09.Rd | 3 +-
man/ch10.Rd | 3 +-
man/ch11.Rd | 3 +-
man/ch12.Rd | 3 +-
man/ch13.Rd | 3 +-
man/ch14.Rd | 3 +-
man/ch15.Rd | 3 +-
man/ch16.Rd | 3 +-
man/ch17.Rd | 3 +-
man/ch18.Rd | 3 +-
man/ch19.Rd | 3 +-
man/ch20.Rd | 3 +-
man/elements.Rd | 3 +-
man/rfordummies.Rd | 3 +-
man/saveElements.Rd |only
man/toc.Rd | 3 +-
29 files changed, 85 insertions(+), 59 deletions(-)
Title: Classes and Methods for Spatio-Temporal Data
Diff between spacetime versions 1.1-3 dated 2015-01-22 and 1.1-4 dated 2015-04-24
Description: Classes and methods for spatio-temporal data, including space-time regular lattices, sparse lattices, irregular data, and trajectories; utility functions for plotting data as map sequences (lattice or animation) or multiple time series; methods for spatial and temporal selection and subsetting, as well as for spatial/temporal/spatio-temporal combining or aggregating, retrieving coordinates, print, summary, etc.
Author: Edzer Pebesma [cre, aut],
Benedikt Graeler [ctb],
Tom Gottfried [ctb],
Robert J. Hijmans [ctb]
Maintainer: Edzer Pebesma
DESCRIPTION | 12
MD5 | 66 +--
NAMESPACE | 4
R/Class-ST.R | 4
R/Class-STSDF.R | 2
R/STFDF-methods.R | 13
R/STSDF-methods.R | 7
R/stplot.R | 65 ++-
build/vignette.rds |binary
data/air.rda |binary
data/datalist | 2
data/fires.rda |binary
demo/CressieWikle.R | 2
demo/aggregate.R | 2
demo/edc.R | 4
demo/sos4R.R | 2
inst/ChangeLog | 258 ++++++++++++++
inst/doc/jss816.R | 91 ++---
inst/doc/jss816.Rnw | 7
inst/doc/jss816.pdf | 891 +++++++++++++++++++++++++-------------------------
inst/doc/stgvis.html | 217 ++++++------
inst/doc/sto.R | 33 -
inst/doc/sto.Rnw | 17
inst/doc/sto.pdf |binary
inst/doc/stpg.pdf |binary
inst/doc/stsubs.pdf |binary
man/air.Rd | 4
man/fires.Rd | 5
man/stconstruct.Rd | 3
man/stplot.Rd | 4
tests/basic.Rout.save | 70 +--
tests/rw.Rout.save | 4
vignettes/jss816.Rnw | 7
vignettes/sto.Rnw | 17
34 files changed, 1033 insertions(+), 780 deletions(-)
Title: Classes and Methods for Spatial Data
Diff between sp versions 1.0-17 dated 2015-01-08 and 1.1-0 dated 2015-04-24
Description: Classes and methods for spatial
data; the classes document where the spatial location information
resides, for 2D or 3D data. Utility functions are provided, e.g. for
plotting data as maps, spatial selection, as well as methods for
retrieving coordinates, for subsetting, print, summary, etc.
Author: Edzer Pebesma [aut, cre],
Roger Bivand [aut],
Barry Rowlingson [ctb],
Virgilio Gomez-Rubio [ctb],
Robert Hijmans [ctb],
Michael Sumner [ctb],
Don MacQueen [ctb],
Josh O'Brien [ctb]
Maintainer: Edzer Pebesma
sp-1.0-17/sp/R/overlay.R |only
sp-1.1-0/sp/ChangeLog |only
sp-1.1-0/sp/DESCRIPTION | 46 +-
sp-1.1-0/sp/MD5 | 150 +++----
sp-1.1-0/sp/NAMESPACE | 4
sp-1.1-0/sp/R/CRS-methods.R | 15
sp-1.1-0/sp/R/Class-CRS.R | 14
sp-1.1-0/sp/R/Class-GridTopology.R | 9
sp-1.1-0/sp/R/Class-Spatial.R | 11
sp-1.1-0/sp/R/Class-SpatialGrid.R | 18
sp-1.1-0/sp/R/Class-SpatialGridDataFrame.R | 12
sp-1.1-0/sp/R/Class-SpatialLines.R | 16
sp-1.1-0/sp/R/Class-SpatialLinesDataFrame.R | 4
sp-1.1-0/sp/R/Class-SpatialPoints.R | 15
sp-1.1-0/sp/R/Class-SpatialPointsDataFrame.R | 17
sp-1.1-0/sp/R/Class-SpatialPolygons.R | 16
sp-1.1-0/sp/R/Class-SpatialPolygonsDataFrame.R | 9
sp-1.1-0/sp/R/Spatial-methods.R | 40 +-
sp-1.1-0/sp/R/SpatialGrid-methods.R | 118 +++++-
sp-1.1-0/sp/R/SpatialGridDataFrame-methods.R | 36 +
sp-1.1-0/sp/R/SpatialLines-methods.R | 23 -
sp-1.1-0/sp/R/SpatialPoints-methods.R | 30 -
sp-1.1-0/sp/R/SpatialPointsDataFrame-methods.R | 40 +-
sp-1.1-0/sp/R/SpatialPolygons-methods.R | 42 +-
sp-1.1-0/sp/R/SpatialPolygonsDataFrame-methods.R | 21 -
sp-1.1-0/sp/R/aggregate.R | 35 +
sp-1.1-0/sp/R/bubble.R | 3
sp-1.1-0/sp/R/over.R | 8
sp-1.1-0/sp/R/projected.R | 12
sp-1.1-0/sp/R/rbind.R | 9
sp-1.1-0/sp/R/spplot.R | 156 ++++----
sp-1.1-0/sp/R/spsample.R | 24 -
sp-1.1-0/sp/R/subset.R | 21 -
sp-1.1-0/sp/build/vignette.rds |binary
sp-1.1-0/sp/demo/depend.R | 12
sp-1.1-0/sp/demo/gallery.R | 2
sp-1.1-0/sp/inst/ChangeLog | 408 +++++++++++++++++++++
sp-1.1-0/sp/inst/doc/csdacm.pdf |binary
sp-1.1-0/sp/inst/doc/intro_sp.pdf |binary
sp-1.1-0/sp/inst/doc/over.R | 14
sp-1.1-0/sp/inst/doc/over.Rnw | 13
sp-1.1-0/sp/inst/doc/over.pdf |binary
sp-1.1-0/sp/inst/include/sp.h | 37 +
sp-1.1-0/sp/inst/include/sp_xports.c | 217 ++++++-----
sp-1.1-0/sp/man/CRS-class.Rd | 2
sp-1.1-0/sp/man/Spatial-class.Rd | 22 +
sp-1.1-0/sp/man/SpatialLines-class.Rd | 20 +
sp-1.1-0/sp/man/SpatialPixels-class.Rd | 4
sp-1.1-0/sp/man/SpatialPoints-class.Rd | 20 +
sp-1.1-0/sp/man/SpatialPoints.Rd | 34 +
sp-1.1-0/sp/man/SpatialPolygons-class.Rd | 2
sp-1.1-0/sp/man/addattr.Rd | 3
sp-1.1-0/sp/man/aggregate.Rd | 50 ++
sp-1.1-0/sp/man/as.SpatialPolygons.GridTopology.Rd | 3
sp-1.1-0/sp/man/degaxis.Rd | 2
sp-1.1-0/sp/man/is.projected.Rd | 7
sp-1.1-0/sp/man/meuse.Rd | 2
sp-1.1-0/sp/man/nowrapSpatialLines.Rd | 2
sp-1.1-0/sp/man/over.Rd | 13
sp-1.1-0/sp/man/panel.Rd | 2
sp-1.1-0/sp/man/recenter-methods.Rd | 10
sp-1.1-0/sp/man/sp-deprecated.Rd | 43 --
sp-1.1-0/sp/man/spDistsN1.Rd | 2
sp-1.1-0/sp/man/spTransform.Rd | 16
sp-1.1-0/sp/man/spplot.Rd | 97 +++-
sp-1.1-0/sp/man/spsample.Rd | 11
sp-1.1-0/sp/src/init.c | 1
sp-1.1-0/sp/src/pip.c | 16
sp-1.1-0/sp/src/pip2.c | 20 -
sp-1.1-0/sp/src/sp.h | 34 -
sp-1.1-0/sp/src/sp_xports.c | 217 ++++++-----
sp-1.1-0/sp/tests/fail1.R | 4
sp-1.1-0/sp/tests/fail1.Rout.save | 26 -
sp-1.1-0/sp/tests/grid.Rout.save | 27 -
sp-1.1-0/sp/tests/pass1.R | 89 ++++
sp-1.1-0/sp/tests/pass1.Rout.save | 343 +++++++++++++++++
sp-1.1-0/sp/vignettes/over.Rnw | 13
77 files changed, 2032 insertions(+), 802 deletions(-)
Title: General network (HTTP/FTP/...) client interface for R
Diff between RCurl versions 1.95-4.5 dated 2014-12-06 and 1.95-4.6 dated 2015-04-24
Description: The package allows one to compose general HTTP requests
and provides convenient functions to fetch URIs, get & post
forms, etc. and process the results returned by the Web server.
This provides a great deal of control over the HTTP/FTP/...
connection and the form of the request while providing a
higher-level interface than is available just using R socket
connections. Additionally, the underlying implementation is
robust and extensive, supporting FTP/FTPS/TFTP (uploads and
downloads), SSL/HTTPS, telnet, dict, ldap, and also supports
cookies, redirects, authentication, etc.
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang
DESCRIPTION | 12 +++++-------
MD5 | 6 +++---
R/dynamic.R | 2 +-
data/mimeTypeExtensions.rda |binary
4 files changed, 9 insertions(+), 11 deletions(-)
Title: Tools for Reading and Handling Spatial Objects
Diff between maptools versions 0.8-34 dated 2015-02-03 and 0.8-36 dated 2015-04-24
Description: Set of tools for manipulating and reading geographic data, in particular ESRI shapefiles; C code used from shapelib. It includes binary access to GSHHG shoreline files. The package also provides interface wrappers for exchanging spatial objects with packages such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others.
Author: Roger Bivand [cre, aut],
Nicholas Lewin-Koh [aut],
Edzer Pebesma [ctb],
Eric Archer [ctb],
Adrian Baddeley [ctb],
Hans-Jörg Bibiko [ctb],
Steven Brey [ctb],
Jonathan Callahan [ctb],
German Carrillo [ctb],
Stéphane Dray [ctb],
David Forrest [ctb],
Michael Friendly [ctb],
Patrick Giraudoux [ctb],
Duncan Golicher [ctb],
Virgilio Gómez Rubio [ctb],
Patrick Hausmann [ctb],
Karl Ove Hufthammer [ctb],
Thomas Jagger [ctb],
Sebastian Luque [ctb],
Don MacQueen [ctb],
Andrew Niccolai [ctb],
Edzer Pebesma [ctb],
Oscar Perpiñán Lamigueiro [ctb],
Tom Short [ctb],
Greg Snow [ctb],
Ben Stabler [ctb],
Murray Stokely [ctb],
Rolf Turner [ctb]
Maintainer: Roger Bivand
ChangeLog | 1680 ++++++++----------------------------------
DESCRIPTION | 14
MD5 | 28
R/checkHoles.R | 10
R/sp2pbs.R | 8
build/vignette.rds |binary
data/wrld_simpl.rda |binary
inst/ChangeLog | 1680 ++++++++----------------------------------
inst/doc/combine_maptools.pdf |binary
man/GE_SpatialGrid.Rd | 4
man/SpatialLines2PolySet.Rd | 4
man/kmlLine.Rd | 2
man/kmlLines.Rd | 2
man/kmlOverlay.Rd | 16
man/nowrapRecenter.Rd | 7
15 files changed, 717 insertions(+), 2738 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-09-29 2013.9-1
2012-10-02 2012.8-1
2012-05-03 2012.4-1
2012-03-29 2012.3-1
2011-11-02 2011.11-1
2011-09-14 2011.8-2
2011-08-14 2011.8-1
2011-07-25 2011.7-1
2011-03-23 2011.3-1
2010-12-22 2010.12-1
2010-05-31 2010.5-1
2010-04-11 2010.3-1
2009-12-16 2009.10-1
2009-10-27 2009.5-1
2009-03-25 2009.3-2
2009-03-22 2009.3-1
2008-11-03 2008.11-1
2008-08-06 2008.8-1
2008-05-08 2008.5-1
2007-11-05 2007.10-1
Title: Kriging Methods for Computer Experiments
Diff between DiceKriging versions 1.5.4 dated 2015-01-05 and 1.5.5 dated 2015-04-24
Description: Estimation, validation and prediction of kriging models.
Important functions : km, print.km, plot.km, predict.km.
Author: Olivier Roustant, David Ginsbourger, Yves Deville. Contributors: Clement Chevalier, Yann Richet.
Maintainer: Olivier Roustant
CHANGELOG | 7 +-
DESCRIPTION | 10 +-
MD5 | 24 +++----
NAMESPACE | 10 ++
R/allGenerics.R | 11 +--
R/covStruct_Base_TensorProduct.R | 131 +++++++++++++++++++--------------------
R/covStruct_User.R | 4 -
R/kmEstimate.R | 10 +-
R/logLikGrad.R | 3
R/scalingFun.R | 2
man/DiceKriging-package.Rd | 6 -
man/coef.Rd | 8 +-
man/covTensorProduct-class.Rd | 4 -
13 files changed, 125 insertions(+), 105 deletions(-)
Title: Nonlinear Time Series Models with Regime Switching
Diff between tsDyn versions 0.9-41 dated 2014-08-26 and 0.9-43 dated 2015-04-24
Description: Implements nonlinear autoregressive (AR) time series models. For univariate series, a non-parametric approach is available through additive nonlinear AR. Parametric modeling and testing for regime switching dynamics is available when the transition is either direct (TAR: threshold AR) or smooth (STAR: smooth transition AR, LSTAR). For multivariate series, one can estimate a range of TVAR or threshold cointegration TVECM models with two or three regimes. Tests can be conducted for TVAR as well as for TVECM (Hansen and Seo 2002 and Seo 2006).
Author: Antonio Fabio Di Narzo [aut],
Jose Luis Aznarte [ctb],
Matthieu Stigler [aut, cre]
Maintainer: Matthieu Stigler
tsDyn-0.9-41/tsDyn/man/predict.Rd |only
tsDyn-0.9-41/tsDyn/tests/lstar.Rout.save |only
tsDyn-0.9-43/tsDyn/DESCRIPTION | 18 -
tsDyn-0.9-43/tsDyn/MD5 | 130 +++++-----
tsDyn-0.9-43/tsDyn/NAMESPACE | 1
tsDyn-0.9-43/tsDyn/R/TVAR.sim.R | 131 +++++------
tsDyn-0.9-43/tsDyn/R/TVECM.R | 2
tsDyn-0.9-43/tsDyn/R/TVECM.sim.R | 17 +
tsDyn-0.9-43/tsDyn/R/VAR.sim.R |only
tsDyn-0.9-43/tsDyn/R/predict.R | 78 ++++++
tsDyn-0.9-43/tsDyn/R/predict.VAR.R |only
tsDyn-0.9-43/tsDyn/R/selectLSTAR.R | 2
tsDyn-0.9-43/tsDyn/R/star.R | 2
tsDyn-0.9-43/tsDyn/R/vec2var.tsDyn.R | 40 ---
tsDyn-0.9-43/tsDyn/build/vignette.rds |binary
tsDyn-0.9-43/tsDyn/data/barry.rda |binary
tsDyn-0.9-43/tsDyn/data/zeroyld.rda |binary
tsDyn-0.9-43/tsDyn/inst/ChangeLog | 8
tsDyn-0.9-43/tsDyn/inst/doc/ThCointOverview.pdf |binary
tsDyn-0.9-43/tsDyn/inst/doc/tsDyn.pdf |binary
tsDyn-0.9-43/tsDyn/man/BBCTest.Rd | 3
tsDyn-0.9-43/tsDyn/man/MAPE.Rd | 3
tsDyn-0.9-43/tsDyn/man/MakeThSpec.Rd | 7
tsDyn-0.9-43/tsDyn/man/TVAR.LRtest.Rd | 3
tsDyn-0.9-43/tsDyn/man/TVAR.Rd | 3
tsDyn-0.9-43/tsDyn/man/TVAR.boot.Rd | 9
tsDyn-0.9-43/tsDyn/man/TVAR.sim.Rd | 8
tsDyn-0.9-43/tsDyn/man/TVECM.Rd | 3
tsDyn-0.9-43/tsDyn/man/TVECM.SeoTest.Rd | 3
tsDyn-0.9-43/tsDyn/man/TVECM.sim.Rd | 31 +-
tsDyn-0.9-43/tsDyn/man/VAR.boot.Rd |only
tsDyn-0.9-43/tsDyn/man/VARrep.Rd | 3
tsDyn-0.9-43/tsDyn/man/VECM.Rd | 9
tsDyn-0.9-43/tsDyn/man/VECM_symbolic.Rd | 3
tsDyn-0.9-43/tsDyn/man/accuracy_stat.Rd | 3
tsDyn-0.9-43/tsDyn/man/addRegime.Rd | 3
tsDyn-0.9-43/tsDyn/man/autopairs.Rd | 3
tsDyn-0.9-43/tsDyn/man/autotriples.Rd | 3
tsDyn-0.9-43/tsDyn/man/autotriples.rgl.Rd | 3
tsDyn-0.9-43/tsDyn/man/availableModels.Rd | 3
tsDyn-0.9-43/tsDyn/man/coefB.Rd | 7
tsDyn-0.9-43/tsDyn/man/computeGradient.Rd | 3
tsDyn-0.9-43/tsDyn/man/delta.Rd | 3
tsDyn-0.9-43/tsDyn/man/delta.lin.Rd | 3
tsDyn-0.9-43/tsDyn/man/fitted.nlVar.Rd | 3
tsDyn-0.9-43/tsDyn/man/getTh.Rd | 3
tsDyn-0.9-43/tsDyn/man/isLinear.Rd | 3
tsDyn-0.9-43/tsDyn/man/lags.select.Rd | 3
tsDyn-0.9-43/tsDyn/man/lineVar.Rd | 9
tsDyn-0.9-43/tsDyn/man/logLik.VECM.Rd | 3
tsDyn-0.9-43/tsDyn/man/logLik.nlVar.Rd | 3
tsDyn-0.9-43/tsDyn/man/mse.Rd | 3
tsDyn-0.9-43/tsDyn/man/nlar.Rd | 3
tsDyn-0.9-43/tsDyn/man/oneStep.Rd | 3
tsDyn-0.9-43/tsDyn/man/predict.VAR.Rd |only
tsDyn-0.9-43/tsDyn/man/predict.nlar.Rd |only
tsDyn-0.9-43/tsDyn/man/predict_rolling.Rd | 3
tsDyn-0.9-43/tsDyn/man/rank.select.Rd | 7
tsDyn-0.9-43/tsDyn/man/rank.test.Rd | 7
tsDyn-0.9-43/tsDyn/man/regime.Rd | 3
tsDyn-0.9-43/tsDyn/man/setar.sim.Rd | 15 -
tsDyn-0.9-43/tsDyn/man/sigmoid.Rd | 3
tsDyn-0.9-43/tsDyn/man/toLatex.setar.Rd | 3
tsDyn-0.9-43/tsDyn/tests/TVECM.sim.Rout.save | 38 +--
tsDyn-0.9-43/tsDyn/tests/VAR.R | 23 +
tsDyn-0.9-43/tsDyn/tests/VAR.Rout.save | 213 +++++++++++-------
tsDyn-0.9-43/tsDyn/tests/VECM.Rout.save | 162 ++++++-------
tsDyn-0.9-43/tsDyn/tests/compare_tsDyn_vars.R | 2
tsDyn-0.9-43/tsDyn/tests/compare_tsDyn_vars.Rout.save | 13 -
tsDyn-0.9-43/tsDyn/tests/lstar.Rout.save_bkp |only
70 files changed, 622 insertions(+), 457 deletions(-)
Title: Mapping Fisheries Data and Spatial Analysis Tools
Diff between PBSmapping versions 2.68.68 dated 2015-01-14 and 2.69.76 dated 2015-04-24
Description: This software has evolved from fisheries research conducted at the
Pacific Biological Station (PBS) in `Nanaimo', British Columbia, Canada. It
extends the R language to include two-dimensional plotting features similar
to those commonly available in a Geographic Information System (GIS).
Embedded C code speeds algorithms from computational geometry, such as
finding polygons that contain specified point events or converting between
longitude-latitude and Universal Transverse Mercator (UTM) coordinates.
Additionally, we include `C++' code developed by Angus Johnson for the `Clipper'
library. Also included are data for a global shoreline and other
data sets in the public domain. The R directory `.../library/PBSmapping/doc'
offers a complete user's guide, which should be consulted to use package
functions effectively.
Author: Jon T. Schnute [aut], Nicholas Boers [aut], Rowan Haigh [aut, cre],
Alex Couture-Beil [ctb], Denis Chabot [ctb], Chris Grandin [ctb],
Angus Johnson [ctb], Paul Wessel [ctb], Franklin Antonio [ctb],
Nicholas J. Lewin-Koh [ctb], Roger Bivand [ctb]
Maintainer: Rowan Haigh
PBSmapping-2.68.68/PBSmapping/man/nepacLLhigh.Rd |only
PBSmapping-2.68.68/PBSmapping/man/worldLL.Rd |only
PBSmapping-2.68.68/PBSmapping/man/worldLLhigh.Rd |only
PBSmapping-2.69.76/PBSmapping/DESCRIPTION | 45
PBSmapping-2.69.76/PBSmapping/MD5 | 41
PBSmapping-2.69.76/PBSmapping/NAMESPACE | 9
PBSmapping-2.69.76/PBSmapping/R/PBSfigs.r | 4
PBSmapping-2.69.76/PBSmapping/R/PBSmapping.r | 273
PBSmapping-2.69.76/PBSmapping/data/nepacLL.rda |binary
PBSmapping-2.69.76/PBSmapping/data/surveyData.rda |binary
PBSmapping-2.69.76/PBSmapping/inst/doc/ChangeLog.txt | 181
PBSmapping-2.69.76/PBSmapping/inst/doc/PBSmapping-UG.pdf |binary
PBSmapping-2.69.76/PBSmapping/inst/doc/index.html | 2
PBSmapping-2.69.76/PBSmapping/man/EventData.Rd | 67
PBSmapping-2.69.76/PBSmapping/man/LocationSet.Rd | 34
PBSmapping-2.69.76/PBSmapping/man/PolyData.Rd | 33
PBSmapping-2.69.76/PBSmapping/man/PolySet.Rd | 31
PBSmapping-2.69.76/PBSmapping/man/importGSHHS.Rd | 143
PBSmapping-2.69.76/PBSmapping/man/joinPolys.Rd | 55
PBSmapping-2.69.76/PBSmapping/man/nepacLL.Rd | 63
PBSmapping-2.69.76/PBSmapping/src/clipper.cpp | 4772 ++++++++-------
PBSmapping-2.69.76/PBSmapping/src/clipper.h | 358 -
PBSmapping-2.69.76/PBSmapping/src/clipperWrapper.cpp | 198
23 files changed, 3767 insertions(+), 2542 deletions(-)
Title: Multiple Mediation Analysis
Diff between mma versions 1.0-1 dated 2015-04-10 and 2.0-0 dated 2015-04-24
Description: Used for general multiple mediation analysis.
The analysis method is described in Yu et al. 2014, "General Multiple Mediation Analysis With an Application to Explore Racial Disparity in Breast Cancer Survival", published on Journal of Biometrics & Biostatistics, 5(2):189.
Author: Qingzhao Yu
Maintainer: Qingzhao Yu
DESCRIPTION | 8 +-
MD5 | 14 ++---
R/mma.r | 135 ++++++++++++++++++++++++++++++++++++++++----------
man/boot.med.binx.Rd | 3 -
man/boot.med.contx.Rd | 1
man/mma.Rd | 1
man/plot.mma.Rd | 18 ++++--
man/summary.mma.Rd | 7 +-
8 files changed, 140 insertions(+), 47 deletions(-)