Learn R Programming

RSiena (version 1.4.7)

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

Description

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

Usage

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

Value

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

Arguments

name

An object of class sienaEffects

...

For extra arguments (none used at present)

Author

Ruth Ripley

Details

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

References

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

See Also

getEffects

Examples

Run this code
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)
if (FALSE) {
fix(myeff)
}

Run the code above in your browser using DataLab