Last data update: 2014.03.03

IRTpp

Package: IRTpp
Type: Package
Title: Estimating IRT Parameters using the IRT Methodology
Version: 0.2.5
Date: 2016-06-14
Author: SICS Research Group
Maintainer: Camilo Antonio Suarez Bolanos <caasuarezbo@unal.edu.co>
Description: An implementation of the IRT paradigm for the scoring of different
instruments measuring latent traits (a.k.a Abilities) and estimating item
parameters for a variety of models, this package is highly optimized using
Rcpp and carefully written R for the rest of the package, it aims to expand IRT
applications to those applications that require faster and more robust estimation
procedures. See the IRTpp documentation and github site for more information and
examples.
License: MIT + file LICENSE
LinkingTo: Rcpp
Imports: Rcpp (>= 0.11.0), mvtnorm, numDeriv, FactoMineR, MASS
Suggests: knitr, optimx
VignetteBuilder: knitr
URL: https://github.com/SICSResearch/IRTpp
BugReports: https://github.com/SICSResearch/IRTpp/issues
NeedsCompilation: no
Packaged: 2016-06-20 21:57:23 UTC; Camilo
RoxygenNote: 5.0.1
Repository: CRAN
Date/Publication: 2016-06-20 23:07:10

3 images, 57 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'IRTpp' ...
** package 'IRTpp' successfully unpacked and MD5 sums checked
** libs
(cd ../inst/irtppcpp && make -j8 -f irtppcpp.mk)
make[1]: Entering directory '/tmp/RtmpH1Ju4N/R.INSTALL3421762547ee/IRTpp/inst/irtppcpp'
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/type/ghquads.o src/type/ghquads.cpp
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/utils/Input.o src/utils/Input.cpp
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/type/dataset.o src/type/dataset.cpp
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/estimation/estep.o src/estimation/estep.cpp
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/estimation/mstep.o src/estimation/mstep.cpp
g++ -std=c++11 -march=native -g3 -Wall -fPIC -c -I./src -I./include/SPGO/include/ -o src/utils/asa111.o src/utils/asa111.cpp
src/estimation/estep.cpp: In function 'void irtpp::estep(irtpp::e_parameter)':
src/estimation/estep.cpp:27:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int pattern = 0; pattern < param.d->matrix.size(); pattern++)
                                   ^
src/type/dataset.cpp: In member function 'int irtpp::dataset::countBitSet(Matrix<char>*, int)':
src/type/dataset.cpp:71:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (int i = 0; i < matrix.size(); i++)
                         ^
In file included from ./src/estimation/mstep.h:4:0,
                 from src/estimation/mstep.cpp:1:
./include/SPGO/include/Optimization/Unrestricted/Multivariable/BFGS.hpp: In instantiation of 'int spgo::BFGS<Function, Parameter, Info>::run(std::vector<Function>, Parameter&, Info) [with Function = double* (*)(double*, irtpp::ll_parameter); Parameter = double*; Info = irtpp::ll_parameter]':
src/estimation/mstep.cpp:31:41:   required from here
./include/SPGO/include/Optimization/Unrestricted/Multivariable/BFGS.hpp:99:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for(unsigned int i = 0; i < n; i++) delete [] B[i];
                                       ^
src/utils/Input.cpp: In member function 'bool irtpp::Input::importCSV(char*, irtpp::dataset&, int, int)':
src/utils/Input.cpp:120:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (linelen != currentLine.length())
                   ^
In file included from ./src/model/model.h:8:0,
                 from ./src/estimation/mstep.h:6,
                 from src/estimation/mstep.cpp:1:
./src/utils/andrade.h:9:18: warning: 'double* irtpp::Andrade(irtpp::dataset*)' defined but not used [-Wunused-function]
   static double* Andrade(dataset* data)
                  ^
ar rsv libirtppcpp.a src/type/ghquads.o src/utils/Input.o src/type/dataset.o src/estimation/estep.o src/estimation/mstep.o src/utils/asa111.o
ar: creating libirtppcpp.a
a - src/type/ghquads.o
a - src/utils/Input.o
a - src/type/dataset.o
a - src/estimation/estep.o
a - src/estimation/mstep.o
a - src/utils/asa111.o
make[1]: Leaving directory '/tmp/RtmpH1Ju4N/R.INSTALL3421762547ee/IRTpp/inst/irtppcpp'
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"  -L../inst/irtppcpp -lirtppcpp -lm -I../inst/irtppcpp/src -I../inst/irtppcpp/include/SPGO/include -I./ -fpic  -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"  -L../inst/irtppcpp -lirtppcpp -lm -I../inst/irtppcpp/src -I../inst/irtppcpp/include/SPGO/include -I./ -fpic  -g -O2 -c util_package.cpp -o util_package.o
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o IRTpp.so RcppExports.o util_package.o -L../inst/irtppcpp -lirtppcpp -lm -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/IRTpp/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'IRTpp'
    finding HTML links ... done
    IRTpp-package                           html  
    SimulateItemParameters                  html  
    Yule                                    html  
    abilityinterface                        html  
    alpha.c                                 html  
    alpha.cronbach                          html  
    an.parallel                             html  
    autoapply                               html  
    biserial.cor                            html  
    check.model                             html  
    checkModel                              html  
    collapseCells                           html  
    eapinterface                            html  
    full.pattern.expand                     html  
    gg                                      html  
    gutt                                    html  
    indexPat                                html  
    individual.traits                       html  
    information                             html  
    irtpp                                   html  
    irtpp.model                             html  
    irtpp.models                            html  
    irtpp.p                                 html  
    llikm                                   html  
    loglik                                  html  
    loglik.f                                html  
    mapinterface                            html  
    model.transform                         html  
    normalize                               html  
    orlando_itemf                           html  
    parameter.list                          html  
    parameter.matrix                        html  
    parameters.initialize                   html  
    pattern.expand                          html  
    pattern.freqs                           html  
    phi                                     html  
    plotevenlope                            html  
    polyserial.cor                          html  
    print.sentence                          html  
    prob.2pl                                html  
    prob.3pl                                html  
    prob                                    html  
    probability.1pl                         html  
    probability.2pl                         html  
    probability.3pl                         html  
    rtnorm                                  html  
    s_ss                                    html  
    simulateTest                            html  
    simulateTest.file                       html  
    simulateTestMD                          html  
    test.plot                               html  
    testmulti                               html  
    ua                                      html  
    uirtestimate                            html  
    x2                                      html  
    z3_itemf                                html  
    z3_personf                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (IRTpp)
Making 'packages.html' ... done