Displaying 3 results from an estimated 3 matches for "bmod".
Did you mean:
amod
2011 Dec 25
1
install warning on fedora 16
...LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
LC_ADDRESS=C LC_TELEPHONE=C
LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] datasets graphics tools grid stats utils grDevices
methods base
other attached packages:
[1] bmod_0.0-10.1 FinTS_0.4-4 numDeriv_2010.11-1
fgui_1.0-2 lmtest_0.9-29 RSQLite_0.10.0
DBI_0.2-5 filehash_2.2
[9] gridExtra_0.8.5 latticeExtra_0.6-19 RColorBrewer_1.0-5
lattice_0.20-0 zoo_1.7-6 chron_2.3-42
loaded via a namespace (and not attache...
2010 Dec 06
0
Help with plit plot design in logit model
...re fixed
In addition there are a lot of plants that are not affected at all, so there are lot zeros
I'm trying to use the vglm function in VGAM package with zibinomial distribution. I'm a little confused about how to input the covariates to indicate a split plot design. My first try was
bmod<-vglm(cbind(Infect, Total)~Water*Fert+Slope/(Water*Fert), zibinomial, data=FertPlots)
I would like to know if the syntax I have used in the predictors is right for the split plot model. If not, how do I give the split plot model in R.
summary(bmod) does not give any p-values for individual tes...
2013 Apr 10
0
Problem with ode
...quot;P","Z","N"))
After running for about 7 hours, the result returns:
DLSODA- At current T (=R1), MXSTEP (=I1) steps
taken on this call before reaching TOUT
In above message, I =
[1] 5000
In above message, R =
[1] 0.0498949
Warning?
1: In lsoda(y[ii], times, func = bmod, parms = parms, bandup = nspec * :
an excessive amount of work (> maxsteps ) was done, but integration
was not successful - increase maxsteps
2: In lsoda(y[ii], times, func = bmod, parms = parms, bandup = nspec * :
Returning early. Results are accurate, as far as they go
And the diagnosti...