Skip to content

claus-e-andersen/clanOptim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clanOptim

To install this package do the following:

(1) First get the devtools package, if you do not already have it:

install.packages("devtools")

library(devtools)

(2) Then get the clanOptim package from github:

install_github("clanOptim","claus-e-andersen")

library(clanOptim)

(3) To get a list of functions in the library, just call:

help(package=clanOptim)

or

library(help=clanOptim)

About

R library of functions that facilitates non-linear regression and uncertainty analysis using the optim-function in the MASS library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages