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

markovchainFit should warn with list and laplace, bootstrap #165

Open
ncordon opened this issue Jan 28, 2019 · 0 comments
Open

markovchainFit should warn with list and laplace, bootstrap #165

ncordon opened this issue Jan 28, 2019 · 0 comments
Assignees

Comments

@ncordon
Copy link
Collaborator

ncordon commented Jan 28, 2019

When we call markovchainFit with the laplace or bootstrap method, it should warn us that the method is not available for a list. For example:

c1<-c("a","b","c","c","e") 
c2<-c("a","b","d","e") 
c3<-c("a","c","b","c","d") 
c4<-c("a","b","b","d","b","c","d","e") 
c5<-c("a","c","c","d","d") 
c6<-c("a","c","d","d","b","b","e") 

mylist<-list(c1,c2,c3,c4,c5,c6) 
mylistMc<-markovchainFit(data = mylist, method = "laplace")

Related issue: #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant