demo/demo.R

library(ei)
data(sample)
formula = t ~ x
dbuf = ei(formula=formula,total="n",data=sample)
summary(dbuf)
eiread(dbuf, "betab", "betaw")
plot(dbuf, "tomog", "betab", "betaw", "xtfit")

Try the ei package in your browser

Any scripts or data that you put into this service are public.

ei documentation built on May 2, 2019, 11:02 a.m.