JannadiM/AdvandeNonLinearSquared: Creates a non linear squared model of type: y = a * exp(b * x)

Takes in x and y vectors and returns the coefficients a and b of the model created. Also calculates the predicted values and plots the curve of the model. Data example: x = c(1:14) ; y = c(1880,813,376,161,100,61,31,9,8,2,7,4,3,2). Using this packages you don't need to specify the start points (a and b), they are actually predicted.

Getting started

Package details

AuthorJannadi Makrem
MaintainerThe package maintainer <Jannadi@none.com>
LicenseMIT
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("JannadiM/AdvandeNonLinearSquared")
JannadiM/AdvandeNonLinearSquared documentation built on May 17, 2019, 3:13 a.m.