Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FIM_sig_emax

Fisher Information Matrix for the Sigmoid Emax Model


Description

It provides the cpp function for FIM for the model ~b1+(b2-b1)*(x^b4)/(x^b4+b3^b4)

Usage

FIM_sig_emax(x, w, param)

Arguments

x

Vector of design points.

w

Vector of design weight. Its length must be equal to the length of x and sum(w) = 1.

param

Vector of values for the model parameters c(b1, b2, b3, b4). The mean of response variable is .

Value

Fisher information matrix.


ICAOD

Optimal Designs for Nonlinear Statistical Models by Imperialist Competitive Algorithm (ICA)

v1.0.1
GPL (>= 2)
Authors
Ehsan Masoudi [aut, cre], Heinz Holling [aut], Weng Kee Wong [aut], Seongho Kim [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.