process_block_parameters: Calculate the contrast between two block estimates for each...

View source: R/process_block_parameters.R

process_block_parametersR Documentation

Calculate the contrast between two block estimates for each layer

Description

This is a helper function to compute contrast between samples

Usage

process_block_parameters(input, focal, base, HPDI = 0.9)

Arguments

input

A STRAND model object

focal

The outcome of interest, will be of the form "X to Y", where X and Y are factor levels from the block model.

base

The base case, will be of the form "X to Y", where X and Y are factor levels from the block model.

HPDI

Highest Posterior Density Interval. Ranges in (0,1).

Value

A matrix of output.


ctross/STRAND documentation built on Dec. 15, 2024, 6:02 a.m.