Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intercept-only DyNAM-rate and REM model #46

Open
auzaheta opened this issue Aug 27, 2021 · 0 comments
Open

Add intercept-only DyNAM-rate and REM model #46

auzaheta opened this issue Aug 27, 2021 · 0 comments
Assignees
Labels
Difficulty: Moderate Expected workload is several weeks. Type: Feature Request Issue is about adding a new feature.

Comments

@auzaheta
Copy link
Collaborator

Describe the bug

An only-intercept rate model produces an error.

To Reproduce

library(goldfish)
data("Social_Evolution")
callNetwork <- defineNetwork(nodes = actors, directed = TRUE)
callNetwork <- linkEvents(x = callNetwork, changeEvent = calls,
                          nodes = actors)
callsDependent <- defineDependentEvents(events = calls, nodes = actors,
                                        defaultNetwork = callNetwork)
# A individual activity rates model
mod02 <- estimate(callsDependent ~ 1,
                  model = "DyNAM", subModel = "rate")

> Parsing formula.
>   Error in strsplit(.split, split = "\\s*,\\s*") : non-character argument > 

Desktop (please complete the following information):

  • OS: Windows 10 Education
  • R Version 4.0.3
  • Goldfish Version 1.5.0
@auzaheta auzaheta added the Difficulty: Moderate Expected workload is several weeks. label Aug 27, 2021
@jhollway jhollway changed the title Parsing not working for only-intercept DyNAM-rate and REM model Add intercept-only DyNAM-rate and REM model Jul 14, 2022
@marion-hoffman marion-hoffman added the Type: Feature Request Issue is about adding a new feature. label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Moderate Expected workload is several weeks. Type: Feature Request Issue is about adding a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants