Title: Computerized Adaptive Testing with Multidimensional Item
Response Theory
Diff between mirtCAT versions 0.3 dated 2014-12-15 and 0.4 dated 2015-01-22
Description: Provides tools to generate an HTML interface for creating adaptive
and non-adaptive educational and psychological tests using the shiny
package. Suitable for applying unidimensional and multidimensional
computerized adaptive tests using item response theory methodology and for
creating simple questionnaires forms to collect response data directly in R.
Author: Phil Chalmers [aut, cre, cph]
Maintainer: Phil Chalmers
DESCRIPTION | 18 -
MD5 | 68 +++--
NAMESPACE | 6
NEWS | 41 +++
R/DesignClass.R | 352 +++++++++++++++++-------------
R/PersonClass.R | 36 +--
R/ShinyGUIClass.R | 46 ++-
R/TestClass.R | 143 ++++++------
R/findNextCATItem.R | 183 +++++++--------
R/generate.mirt_object.R |only
R/generate_pattern.R | 81 ++++--
R/mirtCAT-package.R | 3
R/mirtCAT.R | 419 ++++++++++++++++++++++--------------
R/run_pattern.R | 68 +++--
R/selection_criteria.R | 189 +++++-----------
R/server.R | 54 +++-
R/ui.R | 17 -
R/updateDesign.R | 3
R/util.R | 82 +++++--
R/zzz-methods.R | 32 +-
README.md | 5
inst/doc/mirtCAT-vignettes.Rmd | 2
inst/doc/mirtCAT-vignettes.html | 2
man/findNextItem.Rd | 9
man/generate.mirt_object.Rd |only
man/generate_pattern.Rd | 37 +--
man/mirtCAT-package.Rd | 3
man/mirtCAT.Rd | 265 ++++++++++++++--------
man/updateDesign.Rd | 6
src |only
tests/tests/test-mirtCAT_classify.R |only
tests/tests/test-mirtCAT_multi.R | 83 +------
tests/tests/test-mirtCAT_ordered.R | 80 ++++--
tests/tests/test-mirtCAT_uni.R | 117 +++++-----
vignettes/mirtCAT-vignettes.Rmd | 2
35 files changed, 1392 insertions(+), 1060 deletions(-)
Title: Multidimensional Item Response Theory
Diff between mirt versions 1.7 dated 2014-12-15 and 1.8 dated 2015-01-22
Description: Analysis of dichotomous and polytomous response data using
unidimensional and multidimensional latent trait models under the Item
Response Theory paradigm. Exploratory and confirmatory models can be
estimated with quadrature (EM) or stochastic (MHRM) methods. Confirmatory
bi-factor and two-tier analyses are available for modeling item testlets.
Multiple group analysis and mixed effects designs also are available for
detecting differential item functioning and modelling item and person
covariates.
Author: Phil Chalmers [aut, cre, cph],
Joshua Pritikin [ctb],
Alexander Robitzsch [ctb],
Mateusz Zoltak [ctb]
Maintainer: Phil Chalmers
DESCRIPTION | 9 +-
MD5 | 88 +++++++++++++-------------
NEWS | 29 ++++++++
R/03-estimation.R | 10 +-
R/DIF.R | 25 ++++---
R/DTF.R | 16 ++--
R/EMstep.utils.R | 6 +
R/MultipleGroup-methods.R | 10 --
R/PrepData.R | 2
R/SingleGroup-methods.R | 57 ++++++++++------
R/boot.mirt.R | 11 +--
R/extract.group.R | 4 -
R/fscores.R | 33 ++++++++-
R/fscores.internal.R | 132 +++++++++++++++++++++++----------------
R/imputeMissing.R | 20 +++++
R/itemfit.R | 2
R/iteminfo.R | 8 +-
R/itemplot.internal.R | 7 +-
R/mirt.R | 37 +++++-----
R/mirt.model.R | 19 ++++-
R/model.elements.R | 10 ++
R/multipleGroup.R | 10 +-
R/randef.R | 2
R/shinyItemplot.R | 3
R/utils.R | 29 ++++++--
README.md | 19 +----
inst/doc/mirt-vignettes.Rmd | 2
inst/doc/mirt-vignettes.html | 2
man/DIF.Rd | 9 +-
man/DTF.Rd | 17 +++--
man/extract.group.Rd | 2
man/fscores.Rd | 28 +++++++-
man/imputeMissing.Rd | 12 ++-
man/iteminfo.Rd | 5 +
man/mirt.Rd | 37 +++++-----
man/mirt.model.Rd | 15 +++-
man/multipleGroup.Rd | 9 +-
man/plot-method.Rd | 12 +--
src/Estep.cpp | 24 +++----
src/traceLinePts.cpp | 8 +-
tests/tests/test-01-mirtOne.R | 1
tests/tests/test-02-mirtTwo.R | 3
tests/tests/test-09-mirt.model.R | 22 ++++--
tests/tests/test-10-extras.R | 6 +
vignettes/mirt-vignettes.Rmd | 2
45 files changed, 515 insertions(+), 299 deletions(-)
Title: Methods that Apply to Rows and Columns of a Matrix
Diff between matrixStats versions 0.13.0 dated 2015-01-21 and 0.13.1 dated 2015-01-22
Description: Methods operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). There are also some vector-based methods, e.g. binMeans(), madDiff() and weightedMedians(). All methods have been optimized for speed and memory usage.
Author: Henrik Bengtsson [aut, cre, cph], Hector Corrada Bravo [ctb], Robert Gentleman [ctb], Ola Hossjer [ctb], Harris Jaffee [ctb], Peter Langfelder [ctb]
Maintainer: Henrik Bengtsson
DESCRIPTION | 8 -
MD5 | 20 ++--
NEWS | 8 +
inst/doc/matrixStats-methods.html | 4
inst/doc/matrixStats-methods.md.rsp | 2
man/matrixStats-package.Rd | 2
src/diff2_TYPE-template.h | 6 +
src/rowDiffs_TYPE-template.h | 3
src/weightedMedian_TYPE-template.h | 2
tests/rowAvgsPerColSet.R | 168 +++++++++++++++++------------------
vignettes/matrixStats-methods.md.rsp | 2
11 files changed, 119 insertions(+), 106 deletions(-)
More information about shinybootstrap2 at CRAN
Permanent link
Title: Local Time Space Kriging
Diff between ltsk versions 1.0.1 dated 2014-02-06 and 1.0.2 dated 2015-01-22
Description: Implements local spatial and local spatiotemporal Kriging based on local spatial and local spatiotemporal variograms, respectively.
Author: Naresh Kumar, Dong Liang, Jin Chen, Jun Chen
Maintainer: Dong Liang
DESCRIPTION | 16 ++---
MD5 | 92 +++++++++++++++++++++++---------
NAMESPACE | 3 +
R/cal.gamma.R | 2
R/check_input.R | 81 ++++++++++++++++------------
R/cltsk.R |only
R/dnb.R | 50 +++++++++--------
R/dsmooth.variogram.R | 66 +++++++++++------------
R/firstpeak.R | 41 +++++++++-----
R/lk.R | 76 ++++++++++++--------------
R/ltsk.R | 107 ++++++++++++++++++++------------------
R/ltsk.cv.R |only
R/partUtils.R |only
R/tsk.R |only
R/work.kriging.vec.R |only
R/working.cltsk.R |only
R/working.cltsk.par.R |only
R/working.fitvariog1.R | 28 +++++----
R/working.lk.par.R |only
R/working.ltsk.R | 87 ++++++++++++++----------------
R/working.ltsk.par.R | 52 ++----------------
R/working.tsk.R |only
man/cltsk.Rd |only
man/dnb.Rd | 36 ++++++------
man/lk.Rd | 52 ++++++++++--------
man/ltsk-internal.Rd | 8 ++
man/ltsk-package.Rd | 26 ++++++---
man/ltsk.Rd | 71 +++++++++++++------------
man/ltsk.cv.Rd |only
man/tsk.Rd |only
src/ANN.cpp | 6 +-
src/ConfigFile.cpp |only
src/ConfigFile.h |only
src/Makevars | 2
src/cmp_kriging.cpp | 62 ++++++++++++----------
src/include/ANN.cpp |only
src/include/Make-config |only
src/include/Makefile |only
src/include/bd_fix_rad_search.cpp |only
src/include/bd_pr_search.cpp |only
src/include/bd_search.cpp |only
src/include/bd_tree.cpp |only
src/include/bd_tree.h |only
src/include/brute.cpp |only
src/include/kd_dump.cpp |only
src/include/kd_fix_rad_search.cpp |only
src/include/kd_fix_rad_search.h |only
src/include/kd_pr_search.cpp |only
src/include/kd_pr_search.h |only
src/include/kd_search.cpp |only
src/include/kd_search.h |only
src/include/kd_split.cpp |only
src/include/kd_split.h |only
src/include/kd_tree.cpp |only
src/include/kd_tree.h |only
src/include/kd_util.cpp |only
src/include/kd_util.h |only
src/include/perf.cpp |only
src/include/pr_queue.h |only
src/include/pr_queue_k.h |only
src/io.cpp | 2
src/kd_dump.cpp | 2
src/kd_fix_rad_search.cpp | 10 +--
src/kd_pr_search.cpp | 12 ++--
src/kd_search.cpp | 12 ++--
src/kd_util.cpp | 10 +--
src/range_tree.h |only
67 files changed, 542 insertions(+), 470 deletions(-)
More information about RcmdrPlugin.NMBU at CRAN
Permanent link
Title: Diagnostics plots for Bicluster Data
Diff between BcDiag versions 1.0.7 dated 2014-12-03 and 1.0.8 dated 2015-01-22
Description: Diagnostic tools based on two-way
anova and median-polish residual plots for Bicluster output
obtained from packages; "biclust" by Kaiser et al.(2008),"isa2"
by Csardi et al. (2010) and "fabia" by Hochreiter et al.
(2010). Moreover, It provides visualization tools for bicluster
output and corresponding non-bicluster rows- or columns
outcomes. It has also extended the idea of Kaiser et al.(2008)
which is, extracting bicluster output in a text format, by
adding two bicluster methods from the fabia and isa2 R
packages.
Author: Aregay Mengsteab, Martin Otava, Tatsiana Khamiakova, Ewoud De Troyer
Maintainer: Ewoud De Troyer
DESCRIPTION | 12 ++++++------
MD5 | 8 ++++----
R/anomedOnlybic.R | 14 +++++++++-----
R/profileBic.R | 8 +++++---
R/support.R | 30 +++++++++++++++++++++++++-----
5 files changed, 49 insertions(+), 23 deletions(-)
Title: A Wes Anderson Palette Generator
Diff between wesanderson versions 0.3 dated 2014-03-27 and 0.3.2 dated 2015-01-22
Description: Palettes generated mostly from Wes Anderson movies
Author: Karthik Ram [aut, cre],
Hadley Wickham [aut],
Clark Richards [ctb]
Maintainer: Karthik Ram
wesanderson-0.3.2/wesanderson/DESCRIPTION | 18 +-
wesanderson-0.3.2/wesanderson/MD5 | 22 +-
wesanderson-0.3.2/wesanderson/NAMESPACE | 7
wesanderson-0.3.2/wesanderson/NEWS | 6
wesanderson-0.3.2/wesanderson/R/colors.R | 143 +++++++++--------
wesanderson-0.3.2/wesanderson/R/wesanderson.R | 13 -
wesanderson-0.3.2/wesanderson/man/heatmap.Rd | 13 +
wesanderson-0.3.2/wesanderson/man/wes_palette.Rd |only
wesanderson-0.3.2/wesanderson/man/wes_palettes.Rd |only
wesanderson-0.3.2/wesanderson/man/wesanderson.Rd | 5
wesanderson-0.3/wesanderson/README.md |only
wesanderson-0.3/wesanderson/data/namelist.rda |only
wesanderson-0.3/wesanderson/man/display.wes.palette.Rd |only
wesanderson-0.3/wesanderson/man/namelist.Rd |only
wesanderson-0.3/wesanderson/man/wes.palette.Rd |only
wesanderson-0.3/wesanderson/tests |only
16 files changed, 124 insertions(+), 103 deletions(-)
Title: Time-ordered and time-aggregated network analyses
Diff between timeordered versions 0.9.7 dated 2014-10-22 and 0.9.8 dated 2015-01-22
Description: Methods for incorporating time into network analysis. Construction of time-ordered networks (temporal graphs). Shortest-time and shortest-path-length analyses. Resource spread calculations. Data resampling and rarefaction for null model construction. Reduction to time-aggregated networks with variable window sizes; application of common descriptive statistics to these networks. Vector clock latencies. Plotting functionalities.
Author: Benjamin Blonder
Maintainer: Benjamin Blonder
DESCRIPTION | 8 ++++----
MD5 | 7 ++++++-
R/null_models.R |only
R/randomization_procedures.R |only
man/randomize_edges_helper.Rd |only
man/randomly_permuted_times.Rd |only
man/swap.Rd |only
7 files changed, 10 insertions(+), 5 deletions(-)
Title: R Interface to Species Occurrence Data Sources
Diff between spocc versions 0.2.2 dated 2014-10-24 and 0.2.4 dated 2015-01-22
Description: A programmatic interface to many species occurrence data sources,
including GBIF, USGS's BISON, iNaturalist, Berkeley Ecoinformatics Engine
eBird, AntWeb, and more as sources become easily available. This package
includes functionality for retrieving species occurrence data, combining
that data, and creating various kinds of static and interactive maps.
Author: Scott Chamberlain [aut, cre],
Karthik Ram [aut],
Ted Hart [aut]
Maintainer: Scott Chamberlain
spocc-0.2.2/spocc/R/startup.r |only
spocc-0.2.2/spocc/man/occ2sp.Rd |only
spocc-0.2.2/spocc/man/spocc_create_gist.Rd |only
spocc-0.2.2/spocc/man/spocc_gbifxmlToDataFrame.Rd |only
spocc-0.2.2/spocc/man/spocc_get_credentials.Rd |only
spocc-0.2.2/spocc/man/spocc_gist.Rd |only
spocc-0.2.4/spocc/DESCRIPTION | 23 +-
spocc-0.2.4/spocc/LICENSE | 4
spocc-0.2.4/spocc/MD5 | 105 ++++-----
spocc-0.2.4/spocc/NAMESPACE | 14 -
spocc-0.2.4/spocc/NEWS | 17 +
spocc-0.2.4/spocc/R/clean_spocc.r | 78 +++----
spocc-0.2.4/spocc/R/fixnames.r | 10
spocc-0.2.4/spocc/R/handle_sp.R | 9
spocc-0.2.4/spocc/R/mapggplot.R | 6
spocc-0.2.4/spocc/R/mapgist.r | 47 +---
spocc-0.2.4/spocc/R/mapleaflet.r | 38 +--
spocc-0.2.4/spocc/R/methods.r | 12 -
spocc-0.2.4/spocc/R/occ.r | 154 ++++++-------
spocc-0.2.4/spocc/R/occ_names_options.R | 30 +-
spocc-0.2.4/spocc/R/occ_options.r | 26 +-
spocc-0.2.4/spocc/R/plugins.r | 13 -
spocc-0.2.4/spocc/R/rbindfill.R |only
spocc-0.2.4/spocc/R/util_github.r | 136 ++----------
spocc-0.2.4/spocc/R/wkt_vis.r | 37 +--
spocc-0.2.4/spocc/R/zzz.r | 137 ++----------
spocc-0.2.4/spocc/README.md | 245 +++++++++++-----------
spocc-0.2.4/spocc/build/vignette.rds |binary
spocc-0.2.4/spocc/man/basemaps.Rd | 3
spocc-0.2.4/spocc/man/bbox2wkt.Rd | 3
spocc-0.2.4/spocc/man/clean_spocc.Rd | 7
spocc-0.2.4/spocc/man/fixnames.Rd | 7
spocc-0.2.4/spocc/man/get_colors.Rd | 3
spocc-0.2.4/spocc/man/get_palette.Rd | 3
spocc-0.2.4/spocc/man/handle_sp.Rd | 6
spocc-0.2.4/spocc/man/mapggplot.Rd | 9
spocc-0.2.4/spocc/man/mapgist.Rd | 31 --
spocc-0.2.4/spocc/man/mapleaflet.Rd | 23 +-
spocc-0.2.4/spocc/man/occ.Rd | 31 +-
spocc-0.2.4/spocc/man/occ2df.Rd | 7
spocc-0.2.4/spocc/man/occ_coverage.Rd | 3
spocc-0.2.4/spocc/man/occ_names.Rd | 3
spocc-0.2.4/spocc/man/occ_names_options.Rd | 5
spocc-0.2.4/spocc/man/occ_options.Rd | 5
spocc-0.2.4/spocc/man/occ_to_sp.Rd | 3
spocc-0.2.4/spocc/man/palettes.Rd | 3
spocc-0.2.4/spocc/man/spocc-package.Rd | 3
spocc-0.2.4/spocc/man/spocc_blanktheme.Rd | 3
spocc-0.2.4/spocc/man/spocc_capwords.Rd | 3
spocc-0.2.4/spocc/man/spocc_colClasses.Rd | 3
spocc-0.2.4/spocc/man/spocc_duplicates.Rd | 3
spocc-0.2.4/spocc/man/spocc_objects.Rd | 5
spocc-0.2.4/spocc/man/spocc_rcharts_togeojson.Rd | 3
spocc-0.2.4/spocc/man/spocc_stylegeojson.Rd | 3
spocc-0.2.4/spocc/man/spocc_togeojson.Rd | 3
spocc-0.2.4/spocc/man/spocc_type_sum.Rd | 3
spocc-0.2.4/spocc/man/wkt_vis.Rd | 5
57 files changed, 606 insertions(+), 727 deletions(-)
Title: Classes and Methods for Spatio-Temporal Data
Diff between spacetime versions 1.1-2 dated 2015-01-15 and 1.1-3 dated 2015-01-22
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 | 8 +-
MD5 | 22 ++---
R/STFDF-methods.R | 7 -
R/STSDF-methods.R | 7 +
inst/doc/jss816.pdf | 30 +++----
inst/doc/stgvis.html | 196 +++++++++++++++++++++++++--------------------------
inst/doc/sto.pdf |binary
inst/doc/stpg.pdf |binary
inst/doc/stsubs.pdf |binary
man/STTDF-class.Rd | 18 ++--
tests/rw.R | 17 ++--
tests/rw.Rout.save | 21 ++---
12 files changed, 165 insertions(+), 161 deletions(-)
Title: Data Sets, etc. for the Text "Using R for Introductory
Statistics", Second Edition
Diff between UsingR versions 2.0-3 dated 2015-01-21 and 2.0-4 dated 2015-01-22
Description: A collection of data sets to accompany the
textbook "Using R for Introductory Statistics," second
edition.
Author: John Verzani
Maintainer: John Verzani
DESCRIPTION | 10 +++++-----
MD5 | 6 +++---
NEWS | 5 +++++
R/getAnswer.R | 9 +++++++--
4 files changed, 20 insertions(+), 10 deletions(-)
Title: Estimation in dual frame surveys
Diff between Frames2 versions 0.0.3 dated 2014-09-02 and 0.1.0 dated 2015-01-22
Description: Point and interval estimation in dual frame surveys. In contrast
to classic sampling theory, where only one sampling frame is considered,
dual frame methodology assumes that there are two frames available for
sampling and that, overall, they cover the entire target population. Then,
two probability samples (one from each frame) are drawn and information
collected is suitably combined to get estimators of the parameter of
interest.
Author: Antonio Arcos
Maintainer: David Molina
Frames2-0.0.3/Frames2/R/HouseholdsA.R |only
Frames2-0.0.3/Frames2/R/HouseholdsB.R |only
Frames2-0.0.3/Frames2/data/HouseholdsA.txt.gz |only
Frames2-0.0.3/Frames2/data/HouseholdsB.txt.gz |only
Frames2-0.0.3/Frames2/man/HouseholdsA.Rd |only
Frames2-0.0.3/Frames2/man/HouseholdsB.Rd |only
Frames2-0.1.0/Frames2/DESCRIPTION | 8
Frames2-0.1.0/Frames2/MD5 | 119 +++---
Frames2-0.1.0/Frames2/NAMESPACE | 4
Frames2-0.1.0/Frames2/R/BKA.R | 173 +++++---
Frames2-0.1.0/Frames2/R/CalDF.R | 105 +++--
Frames2-0.1.0/Frames2/R/CalSF.R | 159 +++-----
Frames2-0.1.0/Frames2/R/Compare.R |only
Frames2-0.1.0/Frames2/R/CovHT.R | 10
Frames2-0.1.0/Frames2/R/Dat.R |only
Frames2-0.1.0/Frames2/R/DatA.R |only
Frames2-0.1.0/Frames2/R/DatB.R |only
Frames2-0.1.0/Frames2/R/Domains.R | 6
Frames2-0.1.0/Frames2/R/FB.R | 109 +++--
Frames2-0.1.0/Frames2/R/HT.R | 6
Frames2-0.1.0/Frames2/R/Hartley.R | 103 +++--
Frames2-0.1.0/Frames2/R/JackBKA.R | 285 +++++++++++---
Frames2-0.1.0/Frames2/R/JackCalDF.R | 296 +++++++++++----
Frames2-0.1.0/Frames2/R/JackCalSF.R | 294 +++++++++++----
Frames2-0.1.0/Frames2/R/JackFB.R | 290 +++++++++++---
Frames2-0.1.0/Frames2/R/JackHartley.R | 290 +++++++++++---
Frames2-0.1.0/Frames2/R/JackPEL.R | 273 ++++++++++----
Frames2-0.1.0/Frames2/R/JackPML.R | 290 +++++++++++---
Frames2-0.1.0/Frames2/R/JackSFRR.R | 298 +++++++++++----
Frames2-0.1.0/Frames2/R/PEL.R | 506 +++++++++++---------------
Frames2-0.1.0/Frames2/R/PML.R | 242 ++++++------
Frames2-0.1.0/Frames2/R/PiklA.R | 5
Frames2-0.1.0/Frames2/R/PiklB.R | 5
Frames2-0.1.0/Frames2/R/SFRR.R | 170 ++++----
Frames2-0.1.0/Frames2/R/VarHT.R | 8
Frames2-0.1.0/Frames2/R/WeightsCalDF.R | 22 -
Frames2-0.1.0/Frames2/R/WeightsCalSF.R | 38 -
Frames2-0.1.0/Frames2/R/internal.R | 38 +
Frames2-0.1.0/Frames2/data/Dat.txt.gz |only
Frames2-0.1.0/Frames2/data/DatA.txt.gz |only
Frames2-0.1.0/Frames2/data/DatB.txt.gz |only
Frames2-0.1.0/Frames2/man/BKA.Rd | 40 +-
Frames2-0.1.0/Frames2/man/CalDF.Rd | 39 +-
Frames2-0.1.0/Frames2/man/CalSF.Rd | 43 +-
Frames2-0.1.0/Frames2/man/Compare.Rd |only
Frames2-0.1.0/Frames2/man/CovHT.Rd | 10
Frames2-0.1.0/Frames2/man/Dat.Rd |only
Frames2-0.1.0/Frames2/man/DatA.Rd |only
Frames2-0.1.0/Frames2/man/DatB.Rd |only
Frames2-0.1.0/Frames2/man/Domains.Rd | 6
Frames2-0.1.0/Frames2/man/FB.Rd | 23 -
Frames2-0.1.0/Frames2/man/HT.Rd | 6
Frames2-0.1.0/Frames2/man/Hartley.Rd | 23 -
Frames2-0.1.0/Frames2/man/JackBKA.Rd | 51 +-
Frames2-0.1.0/Frames2/man/JackCalDF.Rd | 55 +-
Frames2-0.1.0/Frames2/man/JackCalSF.Rd | 51 +-
Frames2-0.1.0/Frames2/man/JackFB.Rd | 51 +-
Frames2-0.1.0/Frames2/man/JackHartley.Rd | 51 +-
Frames2-0.1.0/Frames2/man/JackPEL.Rd | 29 -
Frames2-0.1.0/Frames2/man/JackPML.Rd | 51 +-
Frames2-0.1.0/Frames2/man/JackSFRR.Rd | 59 +--
Frames2-0.1.0/Frames2/man/PEL.Rd | 27 -
Frames2-0.1.0/Frames2/man/PML.Rd | 33 +
Frames2-0.1.0/Frames2/man/PiklA.Rd | 6
Frames2-0.1.0/Frames2/man/PiklB.Rd | 6
Frames2-0.1.0/Frames2/man/SFRR.Rd | 39 +-
Frames2-0.1.0/Frames2/man/VarHT.Rd | 8
Frames2-0.1.0/Frames2/man/WeightsCalDF.Rd | 18
Frames2-0.1.0/Frames2/man/WeightsCalSF.Rd | 34 -
69 files changed, 3139 insertions(+), 1772 deletions(-)