Last data update: 2014.03.03

VGAM

Package: VGAM
Version: 1.0-2
Date: 2016-05-26
Title: Vector Generalized Linear and Additive Models
Author: Thomas W. Yee <t.yee@auckland.ac.nz>
Maintainer: Thomas Yee <t.yee@auckland.ac.nz>
Depends: R (>= 3.1.0), methods, stats, stats4, splines
Suggests: VGAMdata, MASS, mgcv
Description: An implementation of about 6 major classes of
statistical regression models. At the heart of it are the
vector generalized linear and additive model (VGLM/VGAM)
classes, and the book "Vector Generalized Linear and
Additive Models: With an Implementation in R" (Yee, 2015)
<DOI:10.1007/978-1-4939-2818-7>
gives details of the statistical framework and VGAM package.
Currently only fixed-effects models are implemented,
i.e., no random-effects models. Many (150+) models and
distributions are estimated by maximum likelihood estimation
(MLE) or penalized MLE, using Fisher scoring. VGLMs can be
loosely thought of as multivariate GLMs. VGAMs are data-driven
VGLMs (i.e., with smoothing). The other classes are RR-VGLMs
(reduced-rank VGLMs), quadratic RR-VGLMs, reduced-rank VGAMs,
RCIMs (row-column interaction models)---these classes perform
constrained and unconstrained quadratic ordination (CQO/UQO)
models in ecology, as well as constrained additive ordination
(CAO). Note that these functions are subject to change;
see the NEWS and ChangeLog files for latest changes.
License: GPL-2 | GPL-3
URL: https://www.stat.auckland.ac.nz/~yee/VGAM
NeedsCompilation: yes
BuildVignettes: yes
LazyLoad: yes
LazyData: yes
Packaged: 2016-05-26 13:22:19 UTC; tyee001
Repository: CRAN
Date/Publication: 2016-05-27 18:08:24

● Cran Task View: Econometrics, Environmetrics, Multivariate, Psychometrics, Survival
● 0 images, 424 functions, 39 datasets
Reverse Depends: 11

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'VGAM' ...
** package 'VGAM' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c caqo3.c -o caqo3.o
f95   -fpic  -g -O2  -c cqof.f -o cqof.o
f95   -fpic  -g -O2  -c ei.f -o ei.o
f95   -fpic  -g -O2  -c fgam.f -o fgam.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gautr.c -o gautr.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lerchphi.c -o lerchphi.o
f95   -fpic  -g -O2  -c lms.f -o lms.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c muxr3.c -o muxr3.o
f95   -fpic  -g -O2  -c rgam.f -o rgam.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rgam3.c -o rgam3.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c specfun3.c -o specfun3.o
f95   -fpic  -g -O2  -c tyeepolygamma.f -o tyeepolygamma.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tyeepolygamma3.c -o tyeepolygamma3.o
f95   -fpic  -g -O2  -c vcall2.f -o vcall2.o
f95   -fpic  -g -O2  -c vdigami.f -o vdigami.o
f95   -fpic  -g -O2  -c veigen.f -o veigen.o
f95   -fpic  -g -O2  -c vgam.f -o vgam.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c vgam3.c -o vgam3.o
f95   -fpic  -g -O2  -c vlinpack1.f -o vlinpack1.o
f95   -fpic  -g -O2  -c vlinpack2.f -o vlinpack2.o
f95   -fpic  -g -O2  -c vlinpack3.f -o vlinpack3.o
f95   -fpic  -g -O2  -c vmux.f -o vmux.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c vmux3.c -o vmux3.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c zeta3.c -o zeta3.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o VGAM.so caqo3.o cqof.o ei.o fgam.o gautr.o lerchphi.o lms.o muxr3.o rgam.o rgam3.o specfun3.o tyeepolygamma.o tyeepolygamma3.o vcall2.o vdigami.o veigen.o vgam.o vgam3.o vlinpack1.o vlinpack2.o vlinpack3.o vmux.o vmux3.o zeta3.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/VGAM/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** preparing package for lazy loading
Creating a generic function for 'coefficients' from package 'stats' in package 'VGAM'
Creating a generic function for 'fitted' from package 'stats' in package 'VGAM'
Creating a generic function for 'fitted.values' from package 'stats' in package 'VGAM'
Creating a generic function for 'df.residual' from package 'stats' in package 'VGAM'
Creating a generic function for 'residuals' from package 'stats' in package 'VGAM'
Creating a new generic function for 'Rank' in package 'VGAM'
Creating a generic function for 'formula' from package 'stats' in package 'VGAM'
Creating a generic function for 'variable.names' from package 'stats' in package 'VGAM'
Creating a generic function for 'case.names' from package 'stats' in package 'VGAM'
Creating a generic function for 'hatvalues' from package 'stats' in package 'VGAM'
Creating a generic function for 'dfbeta' from package 'stats' in package 'VGAM'
** help
*** installing help indices
  converting help for package 'VGAM'
    finding HTML links ... done
    A1A2A3                                  html  
    AA.Aa.aa                                html  
    AB.Ab.aB.ab                             html  
    ABO                                     html  
    AICvlm                                  html  
    AR1                                     html  
    AR1EIM                                  html  
    AR1UC                                   html  
    BICvlm                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/BICvlm.Rd:97: missing file link 'BIC'
    Coef                                    html  
    Coef.qrrvglm-class                      html  
    Coef.qrrvglm                            html  
    Coef.rrvglm-class                       html  
    Coef.rrvglm                             html  
    Coef.vlm                                html  
    CommonVGAMffArguments                   html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/CommonVGAMffArguments.Rd:256: missing file link 'rweibull'
    Huggins89.t1                            html  
    Inv.gaussian                            html  
    Links                                   html  
    MNSs                                    html  
    Max                                     html  
    Opt                                     html  
    ParetoUC                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/ParetoUC.Rd:24: missing file link 'runif'
    QvarUC                                  html  
    Rcim                                    html  
    SURff                                   html  
    Select                                  html  
    SurvS4-class                            html  
    SurvS4                                  html  
    Tol                                     html  
    UtilitiesVGAM                           html  
    V1                                      html  
    VGAM-package                            html  
    acat                                    html  
    alaplace3                               html  
    alaplaceUC                              html  
    amlbinomial                             html  
    amlexponential                          html  
    amlnormal                               html  
    amlpoisson                              html  
    auuc                                    html  
    auxposbernoulli.t                       html  
    backPain                                html  
    beggs                                   html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/beggs.Rd:74: missing file link 'rcim'
    benfUC                                  html  
    benini                                  html  
    beniniUC                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/beniniUC.Rd:25: missing file link 'runif'
    betaII                                  html  
    betaR                                   html  
    betabinomUC                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betabinomUC.Rd:54: missing file link 'runif'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betabinomUC.Rd:80: missing file link 'runif'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betabinomUC.Rd:159: missing file link 'pbetabinom.ab'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betabinomUC.Rd:163: missing file link 'Betabinom'
    betabinomial                            html  
    betabinomialff                          html  
    betaff                                  html  
    betageomUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betageomUC.Rd:26: missing file link 'runif'
    betageometric                           html  
    betanormUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/betanormUC.Rd:25: missing file link 'runif'
    betaprime                               html  
    biamhcop                                html  
    biamhcopUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/biamhcopUC.Rd:22: missing file link 'runif'
    biclaytoncop                            html  
    biclaytoncopUC                          html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/biclaytoncopUC.Rd:25: missing file link 'rnorm'
    bifgmcop                                html  
    bifgmcopUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bifgmcopUC.Rd:22: missing file link 'runif'
    bifgmexp                                html  
    bifrankcop                              html  
    bifrankcopUC                            html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bifrankcopUC.Rd:20: missing file link 'runif'
    bigamma.mckay                           html  
    bigumbelIexp                            html  
    bilogisUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bilogisUC.Rd:21: missing file link 'rlogis'
    bilogistic                              html  
    binom2.or                               html  
    binom2.orUC                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binom2.orUC.Rd:27: missing file link 'runif'
    binom2.rho                              html  
    binom2.rhoUC                            html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binom2.rhoUC.Rd:28: missing file link 'runif'
    binomialff                              html  
    binormal                                html  
    binormalUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormalUC.Rd:37: missing file link 'rnorm'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormalUC.Rd:84: missing file link 'pnorm'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormalUC.Rd:146: missing file link 'pnorm'
    binormalcop                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormalcop.Rd:44: missing file link 'pnorm'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormalcop.Rd:97: missing file link 'pnorm'
    binormcopUC                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/binormcopUC.Rd:28: missing file link 'rnorm'
    biplackettcop                           html  
    biplackettcopUC                         html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/biplackettcopUC.Rd:20: missing file link 'runif'
    biplot-methods                          html  
    bisa                                    html  
    bisaUC                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bisaUC.Rd:23: missing file link 'runif'
    bistudentt                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bistudentt.Rd:97: missing file link 'pt'
    bistudenttUC                            html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bistudenttUC.Rd:76: missing file link 'dt'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/bistudenttUC.Rd:109: missing file link 'dt'
    bmi.nz                                  html  
    borel.tanner                            html  
    bortUC                                  html  
    brat                                    html  
    bratUC                                  html  
    bratt                                   html  
    calibrate-methods                       html  
    calibrate                               html  
    calibrate.qrrvglm                       html  
    calibrate.qrrvglm.control               html  
    cao                                     html  
    cao.control                             html  
    cardUC                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/cardUC.Rd:26: missing file link 'runif'
    cardioid                                html  
    cauchit                                 html  
    cauchy                                  html  
    cdf.lmscreg                             html  
    cens.gumbel                             html  
    cens.normal                             html  
    cens.poisson                            html  
    cfibrosis                               html  
    cgo                                     html  
    chest.nz                                html  
    chinese.nz                              html  
    chisq                                   html  
    clo                                     html  
    cloglog                                 html  
    coalminers                              html  
    coefvgam                                html  
    coefvlm                                 html  
    concoef-methods                         html  
    concoef                                 html  
    confintvglm                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/confintvglm.Rd:28: missing file link 'confint.default'
    constraints                             html  
    corbet                                  html  
    cqo                                     html  
    crashes                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/crashes.Rd:96: missing file link 'rcim'
    cratio                                  html  
    cumulative                              html  
    dagum                                   html  
    dagumUC                                 html  
    deermice                                html  
    deplot.lmscreg                          html  
    depvar                                  html  
    df.residual                             html  
    dirichlet                               html  
    dirmul.old                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/dirmul.old.Rd:54: missing file link 'choose'
    dirmultinomial                          html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/dirmultinomial.Rd:75: missing file link 'choose'
    double.cens.normal                      html  
    double.expbinomial                      html  
    ducklings                               html  
    eexpUC                                  html  
    enormUC                                 html  
    enzyme                                  html  
    erf                                     html  
    erlang                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/erlang.Rd:85: missing file link 'rgamma'
    eunifUC                                 html  
    expexpff                                html  
    expexpff1                               html  
    expgeometric                            html  
    expgeometricUC                          html  
    expint3                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/expint3.Rd:85: missing file link 'log'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/expint3.Rd:86: missing file link 'log'
    explink                                 html  
    explogUC                                html  
    explogff                                html  
    exponential                             html  
    exppoisson                              html  
    exppoissonUC                            html  
    felix                                   html  
    felixUC                                 html  
    fff                                     html  
    fill                                    html  
    finney44                                html  
    fisherz                                 html  
    fisk                                    html  
    fiskUC                                  html  
    fittedvlm                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/fittedvlm.Rd:102: missing file link 'fitted'
    flourbeetle                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/flourbeetle.Rd:15: missing file link 'log10'
    foldnormUC                              html  
    foldnormal                              html  
    foldsqrt                                html  
    formulavlm                              html  
    frechet                                 html  
    frechetUC                               html  
    freund61                                html  
    gamma1                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gamma1.Rd:65: missing file link 'rgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gamma1.Rd:66: missing file link 'rgamma'
    gamma2                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gamma2.Rd:164: missing file link 'rgamma'
    gammaR                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gammaR.Rd:109: missing file link 'rgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gammaR.Rd:128: missing file link 'rgamma'
    gammahyperbola                          html  
    garma                                   html  
    gaussianff                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gaussianff.Rd:104: missing file link 'gaussian'
    genbetaII                               html  
    genbetaIIUC                             html  
    gengamma                                html  
    gengammaUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gengammaUC.Rd:28: missing file link 'runif'
    genpoisUC                               html  
    genpoisson                              html  
    genrayleigh                             html  
    genrayleighUC                           html  
    geometric                               html  
    get.smart                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/get.smart.Rd:36: missing file link 'sm.poly'
    get.smart.prediction                    html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/get.smart.prediction.Rd:19: missing file link 'sm.bs'
    gev                                     html  
    gevUC                                   html  
    gew                                     html  
    golf                                    html  
    gompertz                                html  
    gompertzUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gompertzUC.Rd:27: missing file link 'runif'
    gpd                                     html  
    gpdUC                                   html  
    grain.us                                html  
    grc                                     html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/grc.Rd:309: missing file link 'rownames'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/grc.Rd:371: missing file link 'olym08'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/grc.Rd:372: missing file link 'olym12'
    gumbel                                  html  
    gumbelII                                html  
    gumbelIIUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/gumbelIIUC.Rd:26: missing file link 'runif'
    gumbelUC                                html  
    guplot                                  html  
    has.intercept                           html  
    hatvalues                               html  
    hormone                                 html  
    hspider                                 html  
    huber                                   html  
    huberUC                                 html  
    hunua                                   html  
    hyperg                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/hyperg.Rd:51: missing file link 'dhyper'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/hyperg.Rd:67: missing file link 'lgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/hyperg.Rd:108: missing file link 'dhyper'
    hypersecant                             html  
    hzeta                                   html  
    hzetaUC                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/hzetaUC.Rd:30: missing file link 'runif'
    iam                                     html  
    identitylink                            html  
    inv.binomial                            html  
    inv.gaussianff                          html  
    inv.lomax                               html  
    inv.lomaxUC                             html  
    inv.paralogistic                        html  
    inv.paralogisticUC                      html  
    is.buggy                                html  
    is.parallel                             html  
    is.smart                                html  
    is.zero                                 html  
    kendall.tau                             html  
    kumar                                   html  
    kumarUC                                 html  
    lakeO                                   html  
    lambertW                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/lambertW.Rd:79: missing file link 'log'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/lambertW.Rd:80: missing file link 'log'
    laplace                                 html  
    laplaceUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/laplaceUC.Rd:25: missing file link 'runif'
    latvar                                  html  
    leipnik                                 html  
    lerch                                   html  
    leukemia                                html  
    levy                                    html  
    lgammaUC                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/lgammaUC.Rd:29: missing file link 'runif'
    lgammaff                                html  
    lindUC                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/lindUC.Rd:28: missing file link 'runif'
    lindley                                 html  
    linkfun                                 html  
    linkfun.vglm                            html  
    lino                                    html  
    linoUC                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/linoUC.Rd:24: missing file link 'runif'
    lirat                                   html  
    lms.bcg                                 html  
    lms.bcn                                 html  
    lms.yjn                                 html  
    log1mexp                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:20: missing file link 'expm1'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:20: missing file link 'log1p'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:69: missing file link 'log1p'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:70: missing file link 'expm1'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:71: missing file link 'exp'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/log1mexp.Rd:72: missing file link 'log'
    logF                                    html  
    logF.UC                                 html  
    logLikvlm                               html  
    logUC                                   html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/logUC.Rd:32: missing file link 'runif'
    logc                                    html  
    loge                                    html  
    logff                                   html  
    logistic                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/logistic.Rd:61: missing file link 'dt'
    logit                                   html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/logit.Rd:126: missing file link 'plogis'
    logitoffsetlink                         html  
    loglapUC                                html  
    loglaplace                              html  
    loglinb2                                html  
    loglinb3                                html  
    loglog                                  html  
    lognormal                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/lognormal.Rd:136: missing file link 'rlnorm'
    logoff                                  html  
    lomax                                   html  
    lomaxUC                                 html  
    lqnorm                                  html  
    lrtest                                  html  
    lvplot                                  html  
    lvplot.qrrvglm                          html  
    lvplot.rrvglm                           html  
    machinists                              html  
    makeham                                 html  
    makehamUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/makehamUC.Rd:27: missing file link 'runif'
    margeff                                 html  
    marital.nz                              html  
    maxwell                                 html  
    maxwellUC                               html  
    mccullagh89                             html  
    melbmaxtemp                             html  
    meplot                                  html  
    micmen                                  html  
    mix2exp                                 html  
    mix2normal                              html  
    mix2poisson                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/mix2poisson.Rd:108: missing file link 'dpois'
    model.framevlm                          html  
    model.matrixvlm                         html  
    moffset                                 html  
    multilogit                              html  
    multinomial                             html  
    nakagami                                html  
    nakagamiUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/nakagamiUC.Rd:24: missing file link 'runif'
    nbcanlink                               html  
    nbolf                                   html  
    negbinomial                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/negbinomial.Rd:179: missing file link 'trigamma'
    negbinomial.size                        html  
    normal.vcm                              html  
    notdocumentedyet                        html  
    nparamvglm                              html  
    oiposbinomUC                            html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/oiposbinomUC.Rd:84: missing file link 'binomial'
    oipospoisUC                             html  
    oipospoisson                            html  
    olym                                    html  
    ordpoisson                              html  
    oxtemp                                  html  
    paralogistic                            html  
    paralogisticUC                          html  
    paretoIV                                html  
    paretoIVUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/paretoIVUC.Rd:59: missing file link 'runif'
    paretoff                                html  
    perks                                   html  
    perksUC                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/perksUC.Rd:26: missing file link 'runif'
    persp.qrrvglm                           html  
    pgamma.deriv                            html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.Rd:17: missing file link 'pgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.Rd:36: missing file link 'pgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.Rd:66: missing file link 'pgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.Rd:105: missing file link 'pgamma'
    pgamma.deriv.unscaled                   html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.unscaled.Rd:18: missing file link 'pgamma'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pgamma.deriv.unscaled.Rd:80: missing file link 'pgamma'
    plotdeplot.lmscreg                      html  
    plotqrrvglm                             html  
    plotqtplot.lmscreg                      html  
    plotrcim0                               html  
    plotvgam                                html  
    plotvgam.control                        html  
    plotvglm                                html  
    pneumo                                  html  
    poisson.points                          html  
    poisson.pointsUC                        html  
    poissonff                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/poissonff.Rd:165: missing file link 'poisson'
    polf                                    html  
    polonoUC                                html  
    posbernUC                               html  
    posbernoulli.b                          html  
    posbernoulli.t                          html  
    posbernoulli.tb                         html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/posbernoulli.tb.Rd:82: missing file link 'colMeans'
    posbinomUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/posbinomUC.Rd:25: missing file link 'runif'
    posbinomial                             html  
    posgeomUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/posgeomUC.Rd:25: missing file link 'runif'
    posnegbinUC                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/posnegbinUC.Rd:25: missing file link 'runif'
    posnegbinomial                          html  
    posnormUC                               html  
    posnormal                               html  
    pospoisUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/pospoisUC.Rd:25: missing file link 'runif'
    pospoisson                              html  
    powerlink                               html  
    prats                                   html  
    predictqrrvglm                          html  
    predictvglm                             html  
    prentice74                              html  
    prinia                                  html  
    probit                                  html  
    propodds                                html  
    prplot                                  html  
    ps                                      html  
    put.smart                               html  
    qrrvglm.control                         html  
    qtplot.gumbel                           html  
    qtplot.lmscreg                          html  
    quasibinomialff                         html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/quasibinomialff.Rd:152: missing file link 'quasibinomial'
    quasipoissonff                          html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/quasipoissonff.Rd:119: missing file link 'quasipoisson'
    qvar                                    html  
    rayleigh                                html  
    rayleighUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/rayleighUC.Rd:25: missing file link 'runif'
    rcqo                                    html  
    rdiric                                  html  
    rec.exp1                                html  
    rec.normal                              html  
    reciprocal                              html  
    rhobit                                  html  
    riceUC                                  html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/riceUC.Rd:30: missing file link 'runif'
    riceff                                  html  
    rigff                                   html  
    rlplot.gevff                            html  
    rrar                                    html  
    rrvglm-class                            html  
    rrvglm                                  html  
    rrvglm.control                          html  
    rrvglm.optim.control                    html  
    ruge                                    html  
    s                                       html  
    sc.studentt2                            html  
    sc.t2UC                                 html  
    seq2binomial                            html  
    setup.smart                             html  
    simplex                                 html  
    simplexUC                               html  
    simulate.vlm                            html  
    sinmad                                  html  
    sinmadUC                                html  
    skellam                                 html  
    skellamUC                               html  
    skewnormUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/skewnormUC.Rd:31: missing file link 'runif'
    skewnormal                              html  
    slash                                   html  
    slashUC                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/slashUC.Rd:23: missing file link 'runif'
    smart.expression                        html  
    smart.mode.is                           html  
    smartpred                               html  
    sratio                                  html  
    studentt                                html  
    summaryvglm                             html  
    tikuv                                   html  
    tikuvUC                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/tikuvUC.Rd:25: missing file link 'runif'
    tobit                                   html  
    tobitUC                                 html  
    toxop                                   html  
    triangle                                html  
    triangleUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/triangleUC.Rd:24: missing file link 'runif'
    trplot                                  html  
    trplot.qrrvglm                          html  
    truncparetoUC                           html  
    truncweibull                            html  
    ucberk                                  html  
    undocumented-methods                    html  
    uninormal                               html  
    vcovvlm                                 html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/vcovvlm.Rd:14: missing file link 'vlm-class'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/vcovvlm.Rd:26: missing file link 'vlm-class'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/vcovvlm.Rd:58: missing file link 'vlm-class'
    venice                                  html  
    vgam-class                              html  
    vgam                                    html  
    vgam.control                            html  
    vglm-class                              html  
    vglm                                    html  
    vglm.control                            html  
    vglmff-class                            html  
    vonmises                                html  
    vsmooth.spline                          html  
    waitakere                               html  
    waldff                                  html  
    weibull.mean                            html  
    weibullR                                html  
    weightsvglm                             html  
    wine                                    html  
    wrapup.smart                            html  
    yeo.johnson                             html  
    yip88                                   html  
    yulesimon                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/yulesimon.Rd:39: missing file link 'beta'
    yulesimonUC                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/yulesimonUC.Rd:29: missing file link 'runif'
    zabinomUC                               html  
    zabinomial                              html  
    zageomUC                                html  
    zageometric                             html  
    zanegbinUC                              html  
    zanegbinomial                           html  
    zapoisUC                                html  
    zapoisson                               html  
    zero                                    html  
    zeta                                    html  
    zetaUC                                  html  
    zetaff                                  html  
    zibinomUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zibinomUC.Rd:37: missing file link 'runif'
    zibinomial                              html  
    zigeomUC                                html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zigeomUC.Rd:25: missing file link 'dgeom'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zigeomUC.Rd:26: missing file link 'runif'
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zigeomUC.Rd:70: missing file link 'dgeom'
    zigeometric                             html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zigeometric.Rd:149: missing file link 'rgeom'
    zinegbinUC                              html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zinegbinUC.Rd:26: missing file link 'runif'
    zinegbinomial                           html  
    zipebcom                                html  
    zipf                                    html  
    zipfUC                                  html  
    zipoisUC                                html  
    zipoisson                               html  
    zoabetaR                                html  
    zoabetaUC                               html  
Rd warning: /tmp/RtmpQCZKJO/R.INSTALL573d704d68fc/VGAM/man/zoabetaUC.Rd:76: missing file link 'pbeta'
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (VGAM)
Making 'packages.html' ... done