Learn R Programming

invivoPKfit (version 2.0.1)

hess_sd1: Inverse diagonal, method 1

Description

Get square root of diagonal of inverse matrix, first method

Usage

hess_sd1(m)

Value

A numeric vector of length `n`.

Arguments

m

A square numeric matrix.

Author

Caroline Ring

Details

Invert a square numeric matrix `m` of size \(n \times n\) using [solve()], then take the square root of the diagonal.