Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/effectsMethods.r
Interactive editor for an effects object. A wrapper to edit.data.frame.
1 2  | 
name | 
 An object of class   | 
... | 
 For extra arguments (none used at present)  | 
Will be invoked by fix(name) for an object of class
sienaEffects.
The updated object. There is no backup copy, and the edits cannot be undone.
Ruth Ripley
See http://www.stats.ox.ac.uk/~snijders/siena/
1 2 3 4 5 6 7 8 9 10  | 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.