R/linking_2groups_vector_with_names.R

Defines functions linking_2groups_vector_with_names

## File Name: linking_2groups_vector_with_names.R
## File Version: 0.02

linking_2groups_vector_with_names <- function(x, names)
{
    names(x) <- names
    return(x)
}

Try the sirt package in your browser

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

sirt documentation built on Nov. 5, 2025, 6:48 p.m.