Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 131 - 140 of 11200 found.
[1] < 9 10 11 12 13 14 15 16 17 18 19 > [1120]  Sort:

lazyeval : Lazy (Non-Standard) Evaluation

Package: lazyeval
Version: 0.2.0
Title: Lazy (Non-Standard) Evaluation
Description: An alternative approach to non-standard evaluation using
formulas. Provides a full implementation of LISP style 'quasiquotation',
making it easier to generate code with other code.
Authors@R: c(
person("Hadley", "Wickham", ,"hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
License: GPL-3
LazyData: true
Depends: R (>= 3.1.0)
Suggests: knitr, rmarkdown (>= 0.2.65), testthat, covr
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-10 21:38:52 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-12 19:03:08

● Data Source: CranContrib
● 0 images, 26 functions, 0 datasets
Reverse Depends: 1

lazysql : Lazy SQL Programming

Package: lazysql
Type: Package
Title: Lazy SQL Programming
Version: 0.1.3
Date: 2016-03-11
Description:
Helper functions to build SQL statements
for dbGetQuery or dbSendQuery under program control.
They are intended to increase speed of coding and
to reduce coding errors. Arguments are carefully checked,
in particular SQL identifiers such as names of tables or columns.
More patterns will be added as required.
Authors@R:
person("Uwe", "Block", email = "u.block.mz@gmail.com",
role = c("aut", "cre"))
URL: https://github.com/UweBlock/lazysql
BugReports: https://github.com/UweBlock/lazysql/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: checkmate (>= 1.7.2), magrittr, plyr
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-11 23:59:50 UTC; Uwe
Author: Uwe Block [aut, cre]
Maintainer: Uwe Block <u.block.mz@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-12 06:16:37

● Data Source: CranContrib
● 0 images, 5 functions, 0 datasets
● Reverse Depends: 0

lba : Latent Budget Analysis for Compositional Data

Package: lba
Title: Latent Budget Analysis for Compositional Data
Version: 1.2
Date: 2015-06-25
Author: Enio G. Jelihovschi <eniojelihovs@gmail.com> and
Ivan Bezerra Allaman <ivanalaman@gmail.com>
Maintainer: Enio G. Jelihovschi <eniojelihovs@gmail.com>
Depends: R (>= 3.1.2), MASS, alabama, plotrix, ca
Description: Latent budget analysis is a method for the analysis of a two-way contingency table with an exploratory variable and a response variable. It is specially designed for compositional data.
Encoding: latin1
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2015-06-25 23:34:06 UTC; ivan
Repository: CRAN
Date/Publication: 2015-06-27 00:46:51

● Data Source: CranContrib
● 0 images, 8 functions, 2 datasets
● Reverse Depends: 0

lbfgs : Limited-memory BFGS Optimization

Package: lbfgs
Type: Package
Title: Limited-memory BFGS Optimization
Version: 1.2.1
Date: 2014-07-08
Authors@R: c(person("Antonio", "Coppola", role = c("aut", "cre", "cph"), email = "acoppola@college.harvard.edu"),
person("Brandon", "Stewart", role = c("aut", "cph")),
person("Naoaki", "Okazaki", role = c("aut", "cph")),
person("David", "Ardia", role = c("ctb", "cph")),
person("Dirk", "Eddelbuettel", role = c("ctb", "cph")),
person("Katharine", "Mullen", role = c("ctb", "cph")),
person("Jorge", "Nocedal", role = c("ctb", "cph")))
Maintainer: Antonio Coppola <acoppola@college.harvard.edu>
Description: A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implements both the Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) and the Orthant-Wise Quasi-Newton Limited-Memory (OWL-QN) optimization algorithms. The L-BFGS algorithm solves the problem of minimizing an objective, given its gradient, by iteratively computing approximations of the inverse Hessian matrix. The OWL-QN algorithm finds the optimum of an objective plus the L1-norm of the problem's parameters. The package offers a fast and memory-efficient implementation of these optimization routines, which is particularly suited for high-dimensional problems.
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.2)
LinkingTo: Rcpp
Packaged: 2014-08-30 10:14:37 UTC; antonio12
Author: Antonio Coppola [aut, cre, cph],
Brandon Stewart [aut, cph],
Naoaki Okazaki [aut, cph],
David Ardia [ctb, cph],
Dirk Eddelbuettel [ctb, cph],
Katharine Mullen [ctb, cph],
Jorge Nocedal [ctb, cph]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-31 11:23:32

● Data Source: CranContrib
● Cran Task View: Optimization
● 0 images, 1 functions, 1 datasets
● Reverse Depends: 0

lbfgsb3 : Limited Memory BFGS Minimizer with Bounds on Parameters

Package: lbfgsb3
Type: Package
Title: Limited Memory BFGS Minimizer with Bounds on Parameters
Version: 2015-2.13
Date: 2015-02-13
Authors@R: c( person(given = c("John", "C"), family = "Nash", role =
c("aut", "cre"), email = "nashjc@uottawa.ca"),
person(given = "Ciyou", family = "Zhu", role = "aut"),
person(given = "Richard", family = "Byrd", role = "aut"),
person(given = "Jorge", family = "Nocedal", role = "aut"),
person(given = c("Jose", "Luis"), family = "Morales", role = "aut"))
Maintainer: John C Nash <nashjc@uottawa.ca>
Description: Interfacing to Nocedal et al. L-BFGS-B.3.0 (2011) limited
memory BFGS minimizer with bounds on parameters.
License: GPL-2
Depends: R (>= 2.15.0), numDeriv
Packaged: 2015-02-16 20:01:08 UTC; john
Author: John C Nash [aut, cre],
Ciyou Zhu [aut],
Richard Byrd [aut],
Jorge Nocedal [aut],
Jose Luis Morales [aut]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-02-18 23:34:54

● Data Source: CranContrib
● 0 images, 1 functions, 0 datasets
Reverse Depends: 1

lbiassurv : Length-biased correction to survival curve estimation.

Package: lbiassurv
Version: 1.1
Date: 2013-05-23
Title: Length-biased correction to survival curve estimation.
Author: Pierre-Jerome Bergeron and Vahid Partovi Nia
Maintainer: Vahid Partovi Nia <vahid.partovinia@polymtl.ca>
Depends: R (>= 2.15.0), actuar
Description: The package offers various length-bias corrections to
survival curve estimation.
License: GPL (>= 2)
URL: http://lbiassurv.r-forge.r-project.org/
Repository: CRAN
Repository/R-Forge/Project: lbiassurv
Repository/R-Forge/Revision: 10
Repository/R-Forge/DateTimeStamp: 2013-05-24 03:22:37
Date/Publication: 2013-05-24 19:08:03
Packaged: 2013-05-24 06:15:21 UTC; rforge
NeedsCompilation: yes

● Data Source: CranContrib
● Cran Task View: Survival
● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

lcda : Latent Class Discriminant Analysis

Package: lcda
Type: Package
Title: Latent Class Discriminant Analysis
Version: 0.3
Date: 2011-04-06
Depends: R (>= 2.6.0), poLCA
Author: Michael Buecker
Maintainer: Michael Buecker <buecker@statistik.uni-dortmund.de>
Description: Local Discrimination via Latent Class Models
License: GPL
Packaged: 2011-04-06 09:28:43 UTC; buecker
Repository: CRAN
Date/Publication: 2011-04-06 10:12:13

● Data Source: CranContrib
● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

lcmm : Extended Mixed Models Using Latent Classes and Latent Processes

Package: lcmm
Type: Package
Title: Extended Mixed Models Using Latent Classes and Latent Processes
Version: 1.7.5
Date: 2016-03-15
Author: Cecile Proust-Lima, Viviane Philipps, Amadou Diakite and Benoit Liquet
Maintainer: Cecile Proust-Lima <cecile.proust-lima@inserm.fr>
Description: Estimation of various extensions of the mixed models including latent class mixed models, joint latent latent class mixed models and mixed models for curvilinear univariate or multivariate longitudinal outcomes using a maximum likelihood estimation method.
License: GPL (>= 2.0)
Depends: R (>= 2.14.0), survival (>= 2.37-2)
LazyLoad: yes
LazyData: true
NeedsCompilation: yes
Packaged: 2016-03-15 14:31:53 UTC; cecile
Repository: CRAN
Date/Publication: 2016-03-16 18:16:14

● Data Source: CranContrib
● Cran Task View: Cluster
● 0 images, 30 functions, 3 datasets
● Reverse Depends: 0

lcopula : Liouville Copulas

Package: lcopula
Type: Package
Title: Liouville Copulas
Version: 0.205
Date: 2015-08-23
Authors@R: c(person("Leo", "Belzile", role = c("aut", "cre"),
email = "leo.belzile@epfl.ch"),
person("Christian", " Genest", role = c("aut","ctb")),
person("Alexander", "J. McNeil", role = c("ctb")),
person("Johanna", "G. Neslehova", role = c("ctb")))
Description: Collections of functions allowing random number generations and estimation of Liouville copulas.
License: GPL-3
Imports: Rcpp (>= 0.11.4), pcaPP, utils, graphics, stats
Depends: copula (>= 0.999-12), R (>= 2.12.0)
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2015-08-25 18:25:28 UTC; leo
Author: Leo Belzile [aut, cre],
Christian Genest [aut, ctb],
Alexander J. McNeil [ctb],
Johanna G. Neslehova [ctb]
Maintainer: Leo Belzile <leo.belzile@epfl.ch>
Repository: CRAN
Date/Publication: 2015-08-26 08:39:24

● Data Source: CranContrib
● 0 images, 25 functions, 3 datasets
● Reverse Depends: 0

lctools : Local Correlation, Spatial Inequalities, Geographically Weighted Regression and Other Tools

Package: lctools
Version: 0.2-4
Date: 2015-12-19
Type: Package
Title: Local Correlation, Spatial Inequalities, Geographically Weighted
Regression and Other Tools
Author: Stamatis Kalogirou [aut, cre]
Maintainer: Stamatis Kalogirou <skalo@hua.gr>
Depends: R (>= 3.2.1), reshape (>= 0.8.5), weights (>= 0.80), pscl (>=
1.4.9), MASS (>= 7.3-43)
Description: The main purpose of lctools is to provide researchers and educators with easy-to-learn
user friendly tools for calculating key spatial statistics and to apply simple as well as
advanced methods of spatial analysis in real data. These include: Local Pearson and
Geographically Weighted Pearson Correlation Coefficients, Spatial Inequality Measures
(Gini, Spatial Gini, LQ, Focal LQ), Spatial Autocorrelation (Global and Local Moran's I),
several Geographically Weighted Regression techniques and other Spatial Analysis tools
(other geographically weighted statistics). This package also contains functions for
measuring the significance of each statistic calculated, mainly based on Monte Carlo simulations.
License: GPL (>= 2)
VignetteBuilder: knitr
URL: http://gisc.gr
Suggests: knitr, sp
NeedsCompilation: no
Packaged: 2015-12-20 01:59:01 UTC; Stamatis
Repository: CRAN
Date/Publication: 2015-12-20 09:28:10

● Data Source: CranContrib
● 0 images, 27 functions, 2 datasets
● Reverse Depends: 0