Learn R Programming

metagen (version 1.0)

makeConfInt: Interval estimates: Generic function

Description

Generic function to produce interval estimates of univariate parameters based on first order limit theory.

Usage

makeConfInt(sgn, pst, fct, crt, name)

Arguments

sgn
one significance level.
pst
point estimate.
fct
standard error.
crt
function for critical value computation.
name
string: name of the method.

Details

Function for symmetric confidence intervals based on standard deviations, point estimates, and quantile functions.

Can only handle a single significance level! See 'makeConfInts' for a more flexible solution.