Error when creating any vector with package::prob in R -
i need create simple vector x<-c(2, 4, 9, 12)
, after running library(prob)
, error in c(2, 4, 9, 12) : unused argument(s) (9,12)
. r seems take first 2 arguments, , if try create vector 2 entries assigns value null
opposed actual vector. can replicate issue on 1 computer, however.
something pathological occurring. when install package:prob_0.9-2 in r 2.15.2 no error , "x" variable appears constructed. should restart , see if persists , if should reinstall r.
Comments
Post a Comment