Learn R Programming

ordinalTables (version 1.0.0.3)

Agresti_bisection: Solves equation Agresti_f() = 0 for delta by method of bisection..

Description

Solves equation Agresti_f() = 0 for delta by method of bisection..

Usage

Agresti_bisection(p, pi_margin, x_low = 0, x_high = 1)

Value

value of kappa that makes the function 0.0

Arguments

p

matrix of observed proportions

pi_margin

current value of (row and column) marginal proportion

x_low

lower bound for search. Default value is 0.0

x_high

upper bound for search. Default value is 1.0