powered by
Calculation of the incomplete beta function used insncFun.01110
Ibeta(z, a, b)
Vector of n model parameters.
n
Returns a vector of numerical values
If a=1 or a=1/n and b=0, this implementation cannot evaluate values for z < 1.014.
a=1
a=1/n
b=0
z < 1.014
# NOT RUN { x = seq(.5, 4.2 , length = 20) alf = 0.1 n = 2 y = 1 + (alf * 10^x)^n result <- Ibeta(z = y, a = 1, b = 0 ) # }
Run the code above in your browser using DataLab