Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. initial <-read.table....
  2. library(Mass)
  3.  
  4. glm.percent <- glm.nb(cbind(Count, Rest)~ Plasmid+Region*Plasmid, data=initial)
  5.  
  6. Error in x[good, , drop = FALSE] : (subscript) logical subscript too long
  7.  
  8. 'data.frame': 54 obs. of 4 variables:
  9. $ Plasmid: Factor w/ 2 levels "CTR","EXP": 2 2 2 2 2 2 2 2 2 2 ...
  10. $ Region : Factor w/ 6 levels "L0","L1","L2+3",..: 2 2 2 2 2 3 3 3 3 3 ...
  11. $ Count : int 0 3 34 12 83 361 426 185 402 565 ...
  12. $ Rest : int 464 592 306 482 791 103 169 155 92 309 ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement