Displaying 6 results from an estimated 6 matches for "iverson0822".
2008 Nov 07
5
grouping data together
Hi.
i have a data, and there is 3 columns, Month, Year and Total. and there is
over 1000 rows for them because there is 87 years data for every month, so
there is month from Jan-Dec, and year from 1900-1987,
so i was wondering if i would want to make 12 groups (Jan,Feb.......,Dec),
and put each year's total into the corresponding month (so every month group
will have 88 values of total)
how
2008 Nov 07
1
kruskal test in R
Hi,
i have a question in R,
How and what command you need to do to run a kruskal-wallis test without the built in command 'kruskal.test'?
many thanks.
_________________________________________________________________
[[alternative HTML version deleted]]
2008 Nov 04
2
use abline() for regression model in the plot
http://www.nabble.com/file/p20332968/spe.dat spe.dat
Hi,
i have a problem in sorting out some command in R and i am really hoping
some expert can help me out please!
i have the spe.dat file which i upload here, and when u read into R u got
something like this:
A5 <- read.table('spe.dat' ,header=TRUE)
A5
EXPEND ECAB MET GROW YOUNG OLD WEST STATE
1 256 85.5 19.7 6.9 29.6
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
Hi,
again i am stuck in my presentation, and i have never learn R before in my
life but need this to be done, so please help me out for a favour:
http://www.nabble.com/file/p20333155/kew.dat kew.dat
run this in R and these comes up:
Month Year Rain
1 Jan 1900 74.400000
2 Feb 1900 80.500000
3 Mar 1900 23.600000
4 Apr 1900 23.600000
5 May 1900 25.100000
6
2009 Jan 31
1
interaction plot in R for factorial experiment
hi,
i did a 2^4 factorial experiment, and i got the following result:
Effect t p (computer)
p -484.52494328125 -5.64590926071629 <0.0001
d -450.67095078125 -5.25142684568607 <0.0001
pd 438.80508046875 5.11316022388923 0.0001
t 351.87216640625 4.1001776078805 0.0008
pt -341.05023984375 -3.97407550262202 0.0011
dt -311.27784109375
2008 Nov 10
1
plotting graph in different device
Hi,
i try to plot my graph into different device using x11(),
but when i do this comes up:
> x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure
> against economic
+ ability index without
outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400),
+ col='red',col.axis='blue')))
NULL
Warning message: