Learn R Programming

biodosetools (version 3.7.2)

M_estimate: Calculate algB

Description

Calculate algB

Usage

M_estimate(x, iter_loc = 50, iter_scale = 1000)

Value

Numeric value of zscore using algB.

Arguments

x

vector of n observations.

iter_loc

number of iteration steps for location estimate (default=50).

iter_scale

number of iteration steps for scale estimate (default=1000).

Examples

Run this code
X = c(3.65, 2.5, 4.85)

M_estimate(x = as.numeric(X),
           iter_loc=50,
           iter_scale=1000)

Run the code above in your browser using DataLab