easynls-package {easynls}R Documentation

Easy Nonlinear Model

Description

The package fit and plot some nonlinear models

Details

Package: easynls
Type: Package
Version: 5.0
Date: 2017-11-14
License: GPL-2

Author(s)

Emmanuel Arnhold <emmanuelarnhold@yahoo.com.br>

References

KAPS, M. and LAMBERSON, W. R. Biostatistics for Animal Science: an introductory text. 2nd Edition. CABI Publishing, Wallingford, Oxfordshire, UK, 2009. 504p.

Examples

time=c(2,6,9,24,48,72,96)
deg=c(20,33,46,55,66,72,76)

data5=data.frame(time,deg)

nlsfit(data5, model=12)

[Package easynls version 5.0 Index]