--- a +++ b/man/compute_par.Rd @@ -0,0 +1,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. +}