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]
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 06 May. 2025.
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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for limSolve406080100120140160180200220TrendBars

Today's Hot Picks in Authors and Packages

simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
Download / Learn more Package Citations See dependency  
netUtils  
A Collection of Tools for Network Analysis
Provides a collection of network analytic (convenience) functions which are missing in other standar ...
Download / Learn more Package Citations See dependency  
HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  
tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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