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

Error in cov[interactionterm, interactionterm] : subscript out of bounds #9

Open
bac3917 opened this issue Jul 5, 2017 · 0 comments

Comments

@bac3917
Copy link

bac3917 commented Jul 5, 2017

#Code below throws error: subscript out of bound

library(RCurl)
H112.raw<-getURL("https://raw.githubusercontent.com/bac3917/Cauldron/master/Huitema11_1.csv")
H112<-read.csv(text=H112.raw)
head(H112)

J-N approach helps to define regions of significance and non-significance

use probemod package

library(probemod)
adj2<-lm(y~x+D,data=H112)
ls(adj2)
JMresult1 <- jn(adj2, dv='fitted.values', iv='xlevels', mod='qr',alpha = .01)

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

No branches or pull requests

1 participant