search for: modelsummary

Displaying 2 results from an estimated 2 matches for "modelsummary".

2003 Mar 14
2
odd behaviour of 'while'?
...e occurred. While my programme seems to be working alright, something rather odd is happening. A sample of my programme is as follows:- (the eaxct codes in 'single quotes' have been omitted for simplicity sake) ilim <- 10 while (i <= ilim) { y <- 'simulated some data' modelsummary <- try('fitted a model to the simulated data') on.exit( c( cat("non-convergence met at loop ", i) , next) ) i <- i+1 } When this stopped, it stopped with the warning message that I provided and the number of i was 11. I can't figure out why it is equal to 11 because...
2008 May 04
2
Ancova_non-normality of errors
...I get a banana-shape in Normal Q-Q Plot(with open site pointing downwards) , indicating non-normality of my data....how to handle this? -->Do I have unbalanced data? captive site wild n--> 119 149 19 My problem is that I see that my data is not as good as the modelsummary tells. Should I include another term in my model formular? I think I have to differenciate more, but I don't know how.(contrasts?, TukeyHSD?,Akaike Information Criterion? or lme())to many different ways out there. Cheers, Tobi