prediction_ci: Calculate the confidence intervals using the delta method

Description Usage Arguments Value

View source: R/fitting.R

Description

Calculate the confidence intervals using the delta method

Usage

1
2
3
4
5
6
7
8
9
prediction_ci(
  m.formula,
  x.values,
  curvefit,
  curve.predict,
  dof,
  level = 0.95,
  verbose = FALSE
)

Arguments

m.formula

model formula

x.values

concentration values at which the curve will be plotted

curvefit

model fit object from nonlinear least squares

curve.predict

predicted effect values at the concentrations specified in x.values

dof

degrees of freedom for the inverse student's t distribution ; default is (# measurements)-(number of parameters)

level

Level of confidence interval to use (0.95 by default). [0,1]

verbose

Print and plot intermediate results for verboseging

Value

Confidence interval values for all concentrations in x.values


alxbetz/bendr documentation built on Aug. 2, 2020, 2:06 a.m.