Defined as
_i=1^n t_k_i(p_i)
_i=1^n k_ik_i - 2
> z()
t (p) /
k / (k - 2)
> z()
If k
is a single value it is used for all the p
of which there are n
.
If any value of k_i2 then the corresponding p_i
is not included.
The values of p_i should be such that 0 < p_i 1 and a warning is given if that is not true. A warning is given if, possibly as a result of removing illegal values, fewer than two values remain and the return values are set to NA.
The plot method for class ‘metap
’ calls plotp
on the valid \(p\)-values.