Displaying 2 results from an estimated 2 matches for "j_c".
Did you mean:
_c
2000 Feb 15
1
Help with for
I haven't been able to solve two issues, really appreciate any help.
Q1. Why this one goes like that? (could it be a bug?):
What I want:
> J_c(1,2,3)
> MA_NA
> MA[1]_min(J[1:2])
> MA[2]_min(J[2:3])
> MA
[1] 1 2
Good, so now lets do it a little more faster (since the real vectors have
over 15000 obs):
> for (i in 1:2) MA[i]_min(J[i:i+1])
> MA
[1] 2 3
It does the same with any function instead of min.
Q2. The former ty...
2002 Aug 01
2
A question from a newbee...
Hello .
I have a little question ..
I work with Anova (aov) and Manova (manova) and want to print some result in a
text file. I see the results with the summary function or the summary.aov
function but i do not know how to save the differents probabilities of error
in a value.
Sorry for my poor English
Thanks a lot.
--
Lamoral Julien