Displaying 4 results from an estimated 4 matches for "sycamore".
Did you mean:
sycamores
2007 Aug 13
2
Error message when using zero-inflated count regression model in package zicounts
...mon species), or tree dbh has a significant
influence on the number of vines per tree. When I attempted to use
the zicounts function, R gave me the following error message:
> vines.zip<-zicounts(resp=Total.vines~.,x=~Site+Species+DBH,z=~Site
+Species+DBH,distrname="ZIP",data=sycamores.1)
Error in ifelse(y == 0, 1, y/mu) : dim<- : dims [product 12] do not
match the length of object [549]
In addition: Warning messages:
1: longer object length
is not a multiple of shorter object length in: x[good, ] * w
2: longer object length
is not a multiple of shorter object length in:...
2006 Aug 24
0
forum.LancashireClubbers.co.uk - LAUNCH
...'s main screen:
<http://www.lancashireclubbers.co.uk/cgi-bin/dada/mail.cgi/list/loc_unknown>
If you're still having trouble, please contact the list owner at:
<mailto:info@lancashireclubbers.co.uk>
The following physical address is associated with this mailing list:
168 Sycamore Avenue, Burnley
[[alternative HTML version deleted]]
2007 Jul 31
2
choosing between Poisson regression models: no interactions vs. interactions
...ly taken to be 1)
Null deviance: 1972.3 on 544 degrees of freedom
Residual deviance: 1290.0 on 537 degrees of freedom
AIC: 1796.0
Number of Fisher Scoring iterations: 6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Call:
glm(formula = Total.vines ~ Site * Species + DBH, family = poisson,
data = sycamores.1)
Deviance Residuals:
Min 1Q Median 3Q Max
-4.9815 -1.2370 -0.6339 -0.3403 6.5664
Coefficients: (3 not defined because of singularities)
Estimate Std. Error z value Pr(>|z|)
(Intercept) -2.788243 0.303064 -9.200...
2013 Jan 14
1
Plotting two graphs on the same figure
I want to add a line that represents the relationship between x and y to a strip chart, I've tried the following functions:
par(new=TRUE)
points(x,y)
lines(x,y)
but nothing works, I get the strip chart but line doesn't show up. Here is my function:
stripchart(hydfin$exp ~ hydfin$alt, vert = TRUE, pch = 1, method = "jitter", jit = 0.05, xlab = "Elevation", ylab =