get_upper_tri: # Name: get_upper_tri

View source: R/NetGAM_Func.R

get_upper_triR Documentation

# Name: get_upper_tri

Description

# Description: Keeps upper triangle of adjacency matrix and makes the lower triangle NAs

Usage

get_upper_tri(mat)

Arguments

mat

Matrix of p-values where the upper triangle contains adjusted p-values.

Value

: Matrix of p-values where the upper triangle contained adjusted p-values and the lower triangle contains NAs.


sgleich/NetGAM documentation built on Feb. 15, 2024, 1:13 a.m.