Learn R Programming

idopNetwork (version 0.1.2)

power_equation_all: use power equation to fit observed values

Description

use power equation to fit observed values

Usage

power_equation_all(x, y, maxit = 100)

Value

nls model

Arguments

x

vector for x values

y

vector for y values

maxit

numeric value for maximum initial pars try

Examples

Run this code
power_equation_all(c(1,2,3,5,7), c(5,10,15,17,20))

Run the code above in your browser using DataLab