You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With that code, I'm able to get an output, but it seems to be incorrect.
"At least one transition is >0 in the data that is 0 in the object. Therefore the null hypothesis is rejected."
However, the only transition in my sequence matrix that is 0 is also 0 in the transition matrix (this is because by definition, ES cannot follow ES in my data).
The text was updated successfully, but these errors were encountered:
dear @explore-starling thanks for the point raisen. I know the issue but unfortunately I lack resources to fix it. Should you perform a pull request to fix it, I would be happy to overview it and eventually merge in the main branch.
I've been running into issues using the verifyEmpiricalToTheoretical() function.
I got some help over on StackOverflow (https://stackoverflow.com/questions/79560561/verifyempiricaltotheoretical-returns-error-even-when-using-character-sequence) to fix the first issue, which is that the function was not working despite my seq vector being characters.
With that code, I'm able to get an output, but it seems to be incorrect.
"At least one transition is >0 in the data that is 0 in the object. Therefore the null hypothesis is rejected."
However, the only transition in my sequence matrix that is 0 is also 0 in the transition matrix (this is because by definition, ES cannot follow ES in my data).
The text was updated successfully, but these errors were encountered: