Other packages > Find by keyword >

limSolve  

Solving Linear Inverse Models
View on CRAN: Click here


Download and install limSolve package within the R console
Install from CRAN:
install.packages("limSolve")

Install from Github:
library("remotes")
install_github("cran/limSolve")

Install by package version:
library("remotes")
install_version("limSolve", "1.5.7.1")



Attach the package and use:
library("limSolve")
Maintained by
Karline Soetaert
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2008-04-24
Latest Update: 2024-02-05
Description:
Functions that (1) find the minimum/maximum of a linear or quadratic function: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(a_i*x_i) subject to equality constraints Ex=f and/or inequality constraints Gx>=h, (2) sample an underdetermined- or overdetermined system Ex=f subject to Gx>=h, and if applicable Ax~=b, (3) solve a linear system Ax=B for the unknown x. It includes banded and tridiagonal linear systems.
How to cite:
Karline Soetaert (2008). limSolve: Solving Linear Inverse Models. R package version 1.5.7.1, https://cran.r-project.org/web/packages/limSolve. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.1 (2008-04-24 18:51), 1.2 (2008-09-05 17:31), 1.3 (2008-10-29 11:58), 1.4 (2009-04-15 09:34), 1.5.1 (2009-10-11 17:02), 1.5.2 (2012-01-15 12:40), 1.5.3 (2012-04-19 16:09), 1.5.4 (2013-04-24 09:38), 1.5.5.1 (2014-11-03 15:00), 1.5.5.2 (2017-01-17 01:04), 1.5.5.3 (2017-08-14 17:14), 1.5.5 (2013-07-02 10:51), 1.5.6 (2019-11-14 12:10), 1.5.7 (2023-09-21 21:10), 1.5 (2009-04-20 22:34)
Other packages that cited limSolve R package
View limSolve citation profile
Other R packages that limSolve depends, imports, suggests or enhances
Complete documentation for limSolve
Functions, R codes and Examples using the limSolve R package
Some associated functions: Blending . Chemtax . E_coli . Minkdiet . Solve.banded . Solve.block . Solve . Solve.tridiag . ldei . ldp . linp . lsei . nnls . resolution . varranges . varsample . xranges . xsample . 
Some associated R codes: Solve.R . Solve.banded.R . Solve.block.R . Solve.tridiag.R . ldei.R . ldp.R . linp.R . lsei.R . nnls.R . resolution.R . varranges.R . varsample.R . xranges.R . xsample.R .  Full limSolve package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA