Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getformula

Extract the formula from a model


Description

Extract the model formula from a fitted object.

Usage

getformula(x)

## S4 method for signature 'ergm'
getformula(x)

## S4 method for signature 'btergm'
getformula(x)

## S4 method for signature 'mtergm'
getformula(x)

## S4 method for signature 'tbergm'
getformula(x)

Arguments

x

A fitted model.

Details

The getformula function will extract the formula from a fitted model.

Methods (by class)

  • ergm: Extract the formula from an ergm object.

  • btergm: Extract the formula from a btergm object.

  • mtergm: Extract the formula from an mtergm object.

  • tbergm: Extract the formula from a tbergm object.


btergm

Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood

v1.10.3
GPL (>= 2)
Authors
Philip Leifeld [aut, cre], Skyler J. Cranmer [ctb], Bruce A. Desmarais [ctb]
Initial release
2021-06-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.