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
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
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

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  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns