r-lmreg
|
public |
Data files and a few functions used in the book 'Linear Models and Regression with R: An Integrated Approach' by Debasis Sengupta and Sreenivas Rao Jammalamadaka (2019).
|
2025-04-22 |
r-lmodel2
|
public |
Computes model II simple linear regression using ordinary least squares (OLS), major axis (MA), standard major axis (SMA), and ranged major axis (RMA).
|
2025-04-22 |
r-lmmot
|
public |
Fit right censored Multiple Ordinal Tobit (MOT) model.
|
2025-04-22 |
r-lmfilter
|
public |
We present a method based on filtering algorithms to estimate the parameters of linear regressions, i.e. the coefficients and the variance of the error term. The proposed algorithms make use of Particle Filters following Ristic, B., Arulampalam, S., Gordon, N. (2004, ISBN: 158053631X) resampling methods.
|
2025-04-22 |
r-lmf
|
public |
This R package provide methods for estimation and statistical inference on directional and fluctuating selection in age-structured populations.
|
2025-04-22 |
r-lmesplines
|
public |
Add smoothing spline modelling capability to nlme. Fit smoothing spline terms in Gaussian linear and nonlinear mixed-effects models
|
2025-04-22 |
r-lmec
|
public |
This package includes a function to fit a linear mixed-effects model in the formulation described in Laird and Ware (1982) but allowing for censored normal responses. In this version, the with-in group errors are assumed independent and identically distributed.
|
2025-04-22 |
r-lm.beta
|
public |
Adds standardized regression coefficients to objects created by lm. Also extends the S3 methods print, summary and coef with additional boolean argument standardized.
|
2025-04-22 |
r-llogistic
|
public |
Density, distribution function, quantile function and random generation for the L-Logistic distribution with parameters m and phi. The parameter m is the median of the distribution.
|
2025-04-22 |
r-lllcrc
|
public |
Applies local log-linear capture-recapture models (LLLMs) for closed populations, as described in the doctoral thesis of Zachary Kurtz. The method is relevant when there are 3-5 capture occasions, with auxiliary covariates available for all capture occasions. As part of estimating the number of missing population units, the method estimates the "rate of missingness" as it varies over the covariate space. In addition, user-friendly functions are provided to recreate (approximately) the method of Zwane and van der Heijden (2004), which applied the VGAM package in a way that is closely related to LLLMs.
|
2025-04-22 |
r-liureg
|
public |
Linear Liu regression coefficient's estimation and testing with different Liu related measures such as MSE, R-squared etc. REFERENCES i. Akdeniz and Kaciranlar (1995) <doi:10.1080/03610929508831585> ii. Druilhet and Mom (2008) <doi:10.1016/j.jmva.2006.06.011> iii. Imdadullah, Aslam, and Saima (2017) iv. Liu (1993) <doi:10.1080/03610929308831027> v. Liu (2001) <doi:10.1016/j.jspi.2010.05.030>.
|
2025-04-22 |
r-listwithdefaults
|
public |
Provides a function that, as an alternative to base::list, allows default values to be inherited from another list.
|
2025-04-22 |
r-listviewer
|
public |
R lists, especially nested lists, can be very difficult to visualize or represent. Sometimes 'str()' is not enough, so this suite of htmlwidgets is designed to help see, understand, and maybe even modify your R lists. The function 'reactjson()' requires a package 'reactR' that can be installed from CRAN or <https://github.com/timelyportfolio/reactR>.
|
2025-04-22 |
r-listest
|
public |
Tests for independence between X and Y computed from a paired sample (x1,y1),...(xn,yn) of (X,Y), using one of the following statistics (a) the Longest Increasing Subsequence (Ln), (b) JLn, a Jackknife version of Ln or (c) JLMn, a Jackknife version of the longest monotonic subsequence. This family of tests can be applied under the assumption of continuity of X and Y.
|
2025-04-22 |
r-listenv
|
public |
List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.
|
2025-04-22 |
r-listarrays
|
public |
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays.
|
2025-04-22 |
r-lisreltor
|
public |
This is an unofficial package aimed at automating the import of LISREL output in R. This package or its maintainer is not in any way affiliated with the creators of LISREL and SSI, Inc.
|
2025-04-22 |
r-lisp
|
public |
Though SRFI-1 scopes both list-processing and higher-order programming, we'll save some list-orthogonal functions for the `functional' package; this is freely a mixture of implementation and API.
|
2025-04-22 |
r-lisa
|
public |
Contains 128 palettes from Color Lisa. All palettes are based on masterpieces from the worlds greatest artists. For more information, see <http://colorlisa.com/>.
|
2025-04-22 |
r-linselect
|
public |
Estimate the mean of a Gaussian vector, by choosing among a large collection of estimators. In particular it solves the problem of variable selection by choosing the best predictor among predictors emanating from different methods as lasso, elastic-net, adaptive lasso, pls, randomForest. Moreover, it can be applied for choosing the tuning parameter in a Gauss-lasso procedure.
|
2025-04-22 |
r-linreginteractive
|
public |
Interactive visualization of effects, response functions and marginal effects for different kinds of regression models. In this version linear regression models, generalized linear models, generalized additive models and linear mixed-effects models are supported. Major features are the interactive approach and the handling of the effects of categorical covariates: if two or more factors are used as covariates every combination of the levels of each factor is treated separately. The automatic calculation of marginal effects and a number of possibilities to customize the graphical output are useful features as well.
|
2025-04-22 |
r-linprog
|
public |
This package can be used to solve Linear Programming / Linear Optimization problems by using the simplex algorithm.
|
2025-04-22 |
r-linpk
|
public |
Generate concentration-time profiles from linear pharmacokinetic (PK) systems, possibly with first-order absorption or zero-order infusion, possibly with one or more peripheral compartments, and possibly under steady-state conditions. Single or multiple doses may be specified. Secondary (derived) PK parameters (e.g. Cmax, Ctrough, AUC, Tmax, half-life, etc.) are computed.
|
2025-04-22 |
r-linlir
|
public |
This package implements the methodology of Likelihood-based Imprecise Regression (LIR) for the case of linear regression with interval data.
|
2025-04-22 |
r-linl
|
public |
A 'LaTeX' Letter class for 'rmarkdown', using the 'pandoc-letter' template adapted for use with 'markdown'.
|
2025-04-22 |