table.statMap: Create cluster/maxima summary table

View source: R/statmap.R

table.statMapR Documentation

Create cluster/maxima summary table

Description

Create cluster/maxima summary table

Usage

table.statMap(
  x,
  method = c("CEI", "maxima", "CMI"),
  cft_s = NULL,
  cft_p = NULL,
  cft_chisq = NULL
)

Arguments

x

statMap object

method

What statistic to provide summary for? must have run that analysis using the pbjInference and mmeStat functions.

cft_s

cluster forming threshold on effect size scale to show cluster p-values for.

cft_p

cluster forming threshold on p-value scale to show cluster p-values for.

cft_chisq

cluster forming threshold on chi-square statistic scale to show cluster p-values for.

Details

If both cft_s and cft_p are NULL, then it returns the first CFT that was used.

Value

Returns table of unadjusted and FWER adjusted p-values and other summary statistics. Results depend on what statistic function was used for pbjInference.

See Also

[mmeStat], [cluster], [maxima], [pbjInference]


simonvandekar/pbj documentation built on Nov. 3, 2023, 9:33 a.m.