logOR: calculate pairwise log odds ratios

View source: R/utils.R

logORR Documentation

calculate pairwise log odds ratios

Description

Case at upper triangle; control at lower triangle

Usage

logOR(MBS.case, MBS.ctrl)

Arguments

MBS.case

Case Bronze-Standard (BrS) data; rows for case subjects; columns contain JBrS measurements

MBS.ctrl

Control Bronze-Standard (BrS) data; rows for control subjects; columns contain JBrS measurements

Value

a list of two elements: logOR (JBrS by JBrS matrix of log odds ratios for each pair among JBrS measurements) and logOR.se ( same dimension as logOR, but representing the standard errors of the corresponding estimated log odds ratios in logOR).


zhenkewu/baker documentation built on Feb. 7, 2024, 4:20 p.m.