Learn R Programming

PUPAIM (version 0.2.0)

fractionalpower: Fractional Power Kinetic Model

Description

Calculates Kt parameter of the Fractional power kinetic model.

Usage

fractionalpower(t, qt)

Arguments

t

duration of the experiment

qt

the numerical value for the equilibrium capacity

Value

the regression analysis for the first order kinetics

Examples

Run this code
# NOT RUN {
fractionalpower (c(1,2,3,4,5),c(1,2,3,4,5))
# }

Run the code above in your browser using DataLab