statnetWeb icon indicating copy to clipboard operation
statnetWeb copied to clipboard

use network name uploaded by user as object name

Open ebey opened this issue 10 years ago • 0 comments

Functions within the shiny code that take in a network object use the nw() reactive object, which is convenient, except for a few scenarios when a different behavior would be more helpful for the user.

  • When fitting a model, edgecov and dyadcov terms require nw() argument instead of actual network name
  • The printed model summary shows nw() ~ edges

This is probably a long term issue.

ebey avatar Apr 28 '15 00:04 ebey