edit.sienaEffects function

Allow editing of a sienaEffects object if a gui is available.

Allow editing of a sienaEffects object if a gui is available.

Interactive editor for an effects object. A wrapper to edit.data.frame.

## S3 method for class 'sienaEffects' edit(name, ...)

Arguments

  • name: An object of class sienaEffects
  • ...: For extra arguments (none used at present)

Details

Will be invoked by fix(name) for an object of class sienaEffects.

Returns

The updated object. There is no backup copy, and the edits cannot be undone.

See Also

getEffects

References

See https://www.stats.ox.ac.uk/~snijders/siena/

Author(s)

Ruth Ripley

Examples

mynet1 <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3))) mybeh <- sienaDependent(s50a, type="behavior") mycovar <- coCovar(rnorm(50)) mydyadcovar <- coDyadCovar(matrix(as.numeric(rnorm(2500) > 2), nrow=50)) mydata <- sienaDataCreate(mynet1, mybeh, mycovar, mydyadcovar) myeff <- getEffects(mydata) ## Not run: fix(myeff) ## End(Not run)
  • Maintainer: Tom A.B. Snijders
  • License: GPL-2 | GPL-3 | file LICENSE
  • Last published: 2024-02-21