qtheta {propr}R Documentation

Calculate a theta Cutoff

Description

This function uses the F distribution to calculate a cutoff of theta for a p-value given by the pval argument.

Usage

qtheta(propd, moderated = FALSE, pval = 0.05)

Arguments

propd

A propr or propd object.

moderated

For updateF, a boolean. Toggles whether to calculate a moderated F-statistic.

pval

A p-value at which to calculate a theta cutoff.

Value

A cutoff of theta from [0, 1].


[Package propr version 4.1.1 Index]