Displaying 3 results from an estimated 3 matches for "annek".
Did you mean:
anne
2012 Dec 12
4
Matrix multiplication
Hi,
I have a transition matrix T for which I want to find the steady state matrix for. This could be approximated by taking T^n , for large n.
T= [ 0.8797 0.0382 0.0527 0.0008
0.0212 0.8002 0.0041 0.0143
0.0981 0.0273 0.8802 0.0527
0.0010 0.1343 0.0630 0.9322]
According to a text book I have T^200 should have reached the steady state L
L
2006 Mar 24
1
predict.glmmPQL Problem
...ct does not work:
# Error in mCall[["fixed"]][-2] : object is not subsettable
model2<-glmmPQL(f, ~1 | factor(x2), family=poisson, data=mydata)
predict(model2, newdata=mydata, type="response")
Has anyone an idea what goes wrong?
I am using R 2.0.1 under Windows 2000.
Thanks,
Anneke
2011 Dec 16
3
Multiple plots in one subplot
Hi,
I making a figure with six sub-plots using par(mfcol=c(2,3)). In the last
sub-plot I want to have two graphs instead of one. I have tried using
par(fig=x,y,z,v) but this par seems to overwrite the first par. Is there a
simple solution?
Thanks!
Anna
--
View this message in context: http://r.789695.n4.nabble.com/Multiple-plots-in-one-subplot-tp4203525p4203525.html
Sent from the R help