hess_sd1 {invivoPKfit} | R Documentation |
Inverse diagonal, method 1
Description
Get square root of diagonal of inverse matrix, first method
Usage
hess_sd1(m)
Arguments
m |
A square numeric matrix. |
Details
Invert a square numeric matrix 'm' of size n \times n
using [solve()],
then take the square root of the diagonal.
Value
A numeric vector of length 'n'.
Author(s)
Caroline Ring
[Package invivoPKfit version 2.0.1 Index]