dPois {tlemix} | R Documentation |
In this data set we consider two Poisson regression models with equal mixing proportions and with additional noise. For each Poisson regression model 100 data points are generated according to a Poisson distribution. For the noise we generated 50 points from a uniform distribution over the range of each variate.
data(dPois)
A data frame with 150 observations on the following 3 variables.
y
x
P. Neytchev, P. Filzmoser, R. Patnaik, A. Eisl and R. Boubela, <P.Filzmoser@tuwien.ac.at> http://www.statistik.tuwien.ac.at/public/filz/
data(dPois) str(dPois) # Example needs some computing time: # est.tle <- TLE(y~x,"poisson",data=dPois,Density=flexmix.Density,Estimate=flexmix.Estimate,msglvl=1,nc=2,kTrim=200) # tleplot(est.tle,dPois)