[3bfed4]: / man / compute_par.Rd

Download this file

18 lines (17 with data), 400 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_function.R
\name{compute_par}
\alias{compute_par}
\title{Compute the partial correlation}
\usage{
compute_par(pre_inv)
}
\arguments{
\item{pre_inv}{This is an inverse covariance matrix.}
}
\value{
A \eqn{p*p} partial correlation matrix.
}
\description{
This function computes the partial correlation coefficient.
}