inf_mat | R Documentation |
Given the gradient vector of a model in a single variable model and a design, calculates the information matrix.
inf_mat(grad, design)
grad |
A function in a single variable that returns the partial derivatives vector of the model. |
design |
A dataframe that represents the design. Must have two columns:
|
The information matrix of the design, a k\times k
matrix where k is the length of the gradient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.