srmRun: Deprecated: use 'srm_run' instead

View source: R/deprecated.R

srmRunR Documentation

Deprecated: use srm_run instead

Description

srmRun has been renamed to srm_run. The argument names have also changed: groupId -> group_id, actId -> act_id, partId -> part_id, feVars -> fe_vars.

Usage

srmRun(dv, groupId, actId, partId, feVars = NULL, data)

Arguments

dv

string; name of the outcome variable

groupId

string; name of the group identifier variable

actId

string; name of the actor identifier variable

partId

string; name of the partner identifier variable

feVars

character vector of fixed-effect predictor names, or NULL

data

a data.frame at the directed dyad level

Value

see srm_run


roundRobinR documentation built on Sept. 18, 2026, 1:06 a.m.