count.transitions: Counts the number or recruiter->recruitee transitions between...

View source: R/estimate-utils.R

count.transitionsR Documentation

Counts the number or recruiter->recruitee transitions between different levels of the grouping variable.

Description

Counts the number or recruiter->recruitee transitions between different levels of the grouping variable.

Usage

count.transitions(rds.data, group.variable)

Arguments

rds.data

An rds.data.frame

group.variable

The name of a categorical variable in rds.data

Examples

data(faux)
count.transitions(faux,"X")

RDS documentation built on Aug. 20, 2023, 9:06 a.m.