Displaying 2 results from an estimated 2 matches for "greatl".
Did you mean:
great
2011 Sep 22
2
Proportions of a vector
..., 2/9, 2/9)
>
Using prop.table gives:
Usage (with table)
> prob.xm <- round( prop.table(table(xm)), digits=3)
> prob.xm
xm
1 2 3 4 5 6
0.111 0.111 0.111 0.111 0.333 0.222
But I want the entire length of probabilities, not just a condensed version.
Any help is greatl appreciated.
--
Thanks,
Jim.
[[alternative HTML version deleted]]
2010 Feb 06
2
lmer Error message
...or not defined for this S4 class
I have peformed the following steps:
> library(lattice)
> library(Matrix)
> library(lme4)
> inkm inkm$Gamie glm.incm drop1(glm.incm,test="Ch") Error in object$terms : $ operator not defined for this S4 class
Your suggestin would be of a greatl help to me,
Martin