Diff of /man/compute_par.Rd [000000] .. [3bfed4]

Switch to unified view

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