Displaying 3 results from an estimated 3 matches for "karth".
Did you mean:
earth
2003 Oct 23
3
Writing and running a R program
...can combine multiple lines of R commands (see below) into
a little code snippet or a program in a text file, and run it in R to do my
analysis?
sink("mysink.txt")
for (......) {
code for creating a dataframe from supplied data
code for doing anova from selected data
}
Thanks very much.
Karth.
2003 Oct 21
1
Type III Sum of Squares Calculation
...squares for an unbalanced 2-way ANOVA design? Eg. we are looking at 8
treatments x 4 doses, with unequal numbers of replications within the
groups. I really need the stepwise calculation, as I would try to put it
in my own code (possibly in Visual Basic) to automate the task.
Thanks very much.
Karth.
2003 Oct 22
1
passing a variable (containing the value of the argument) to a function
...I want "Effect1" to
be replaced by "Effect2" and so on (my other column names in the data
frame) for successive anova calculations. So I am storing the column names
as an array, and passing the array as a parameter to the lm() function.
Thanks,
----- Forwarded by Subramanian Karthikeyan/HC-SC/GC/CA on 2003-10-22 01:47
PM -----
Subramanian...