ergm_cutoff_message {ergm} | R Documentation |
Helper function for constructing gw*
cutoff error messages
Description
Helper function for constructing gw*
cutoff error messages
Usage
ergm_cutoff_message(cutoff, term, stat, arg = NULL, opt = NULL)
Arguments
cutoff |
the maximum value for the statistic of interest. |
term |
the name of the term. |
stat |
the name of the statistic of interest. |
arg |
the name of the term argument (if any) that controls the cutoff. |
opt |
the name of the term option (if any) that controls the cutoff. |
Value
A character string with the error message.
[Package ergm version 4.9.0 Index]