R/m_est_add_increment.R

Defines functions m_est_add_increment

## File Name: m_est_add_increment.R
## File Version: 0.01

m_est_add_increment <- function(x, pos, h)
{
    y <- x
    y[pos] <- x[pos] + h
    return(y)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on Aug. 11, 2023, 5:07 p.m.