## Example
## The mean prevalence of a disease/infection for the units within an area/region
## is thought to be generally low and its variance is neither high nor low,
## we are also confident that 90% of all units have a prevalence
## less or equal to 0.60 and we are 95% certain that it does not exceed 0.70
findbetamupsi_abstract(
themean.cat = "Low", thevariance.cat = "Average",
psi.percentile = 0.90, percentile.median = 0.60, percentile95value = 0.70
)
findbetamupsi_abstract(
themean.cat = "Low", thevariance.cat = "Average",
psi.percentile = 0.90, percentile.median = 0.60, percentile95value = 0.70,
root.method = "nleqslv"
)
Run the code above in your browser using DataLab