powered by
calculating the Jacobian matrix for confidence intervals
jacobian(eq, x, paraHat)
equation
numeric vector of experimental concentrations
fitted parameters
Jacobian matrix.
Jacobian matrix is the matrix of all first-order partial derivatives of a vector-valued function.
https://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant
# NOT RUN { ## example 1 x <- cytotox$Ni$x rspn <- cytotox$Ni$y obj <- curveFit(x, rspn, eq = 'Logit', param = c(12, 3), effv = c(0.05, 0.5), rtype = 'quantal') jacobian('Logit', x, obj$p) # }
Run the code above in your browser using DataLab