Displaying 20 results from an estimated 67 matches for "3373767".
2009 Jul 25
2
labelling points plotted in a 2D plan
I created a 2 D plan:
> plot(range(-2.5,0.95),range(0.00,1.00),type="n",axes=TRUE)
I made a projection of points with their coordonates (X,Y) in that plan
> fullpoints=read.csv2("fullpoints.csv",h=T)
> plot(fullpoints)
The points are listed in that .csv file it is organized this way:
0,48875 0,142857143
0,409 0,142857143
0,45611 0,25
0,49833 0,222222222
0,61158
2009 Aug 20
4
simple randomization question: How to perform "sample" in chunks
...,]
new.xx <- rbind(new.xx , xx.subset)
}
return(new.xx)
}
randomize.by.column.a(xx)
# END of - R example
I would love for a better, faster, way of doing it.
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Feb 18
2
[package-car:Anova] extracting residuals from Anova for Type II/III Repeated Measures ?
...80 0.3256
0.992814
## gender:phase:hour 6.636 8 96.167 80 0.6900
0.699124
## treatment:gender:phase:hour 14.155 16 96.167 80 0.7359
0.749562
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
www.talgalili.com
www.biostatistics.co.il
[[alternative HTML version deleted]]
2008 Oct 27
2
Need help
Hi All,
I am new comer here and for Statistics R. I want to know how to use R
to calculate one way repeated measure ANOVA, for example, on three
groups of data.
I appreciate if someone can help me solve this problem.
John
2009 Jul 26
1
Is there an R implementation for the "Barnard's exact test" (a substitute for fisher.test) ?
...that is supposed to
give a more powerful fisher.test - Because it doesn't assume that we know
the row and column totals are in advance. Any pointers to such a function ?
Thanks, Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Feb 21
1
variable/model selction (step/stepAIC) for biglm ?
...could, but couldn't find any
reference or wrapper for using step or stepAIC to packages such as
biglm.
Any ideas or directions of how to implement such a concept ?
Best,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
www.talgalili.com
www.biostatistics.co.il
2009 Jul 01
1
Are there any bloggers amoung us going to useR 2009 ?
...URL so as to follow you.
I am planning on coming with a laptop and see what I'll be able to report
on: www.r-statistics.com (which is very empty for now)
See you there,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2008 Dec 17
1
bug (?!) in "pam()" clustering from fpc package ?
...rm(15,5,0.5)))
pam(x, 2, medoids = c(1,16))
output:
Medoids:
ID
[1,] 3 -0.1406026 0.1131493
[2,] 17 4.9564839 4.6480520
...
So the initial medeoids where 3 and 17, not 1 and 16 as I asked.
Thanks,
Tal
--
----------------------------------------------
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
www.talgalili.com
www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Mar 29
1
[cluster package question] What is the "sum of the dissimilarities" in the pam command ?
...the minimum manhattan distance to the medoids that pam
predicted.
If this is the manhattan distance that is used, I will create some toy data
to see if I can reproduce this.
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Aug 10
3
Bug in "seq" (or a "feature") ?
...as if I try:
seq(-0.1,.9, by = .05)[seq(-0.1,.9, by = .05) <= 0.4]
and get:
[1] -0.10 -0.05 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40
Then 0.40 WILL be in the results.
Thanks,Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Mar 11
4
error.bars
Hi, I'm trying to use the function "error.bars", but the program don't
find it, and I dont't found any package with this function. Is there some
another functin to draw barplots with error bars?
Sueli Rodrigues
Eng. Agr?noma - UNESP
Mestranda - USP/ESALQ
PPG-Solos e Nutri??o de Plantas
Fones (19)93442981
(19)33719762
2009 Aug 30
1
Combining: R + Condor in 2009 ? (+foreach maybe?)
...never ran R in "batch", and any "step by step"
instructions (either by referring to links or explaining here) would be of
great help.
Thanks in advance,
Tal
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Mar 18
1
Reading a file line by line - separating lines VS separating columns
...split(temp.file[i], "\t"))) } new.df # or maybe
apply(as.data.frame(temp.file), 1, function(b) unlist(strsplit(b, "\t"))) #
but this transposes the matrix
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Jul 19
1
Can I use "mcnemar.test" for 3*3 tables (or is there a bug in the command?)
...d (
Stuart-Maxwell<http://ourworld.compuserve.com/homepages/jsuebersax/mcnemar.htm>)
?
3) Do you have a recommended link to an explanation of the algorithm
employed?
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Jul 24
2
How to test frequency independence (in a 2 by 2 table) with many missing values
...n(x.vector)
}
x1.m <- put.missings(x1, .3)
x2.m <- put.missings(x2, .6)
tX.m <- rbind(table(na.omit(x1.m)), table(na.omit(x2.m)))
fisher.test(tX.m)
With regards,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Apr 25
3
ANOVA/statistics question
(Have searched for this already)
Hi,
How do you find the strength of correlation between two variables using an
ANOVA table? "Pr(>F)" gives the statistical significance of the
association, but not the strength of the correlation.
See data (from R) below
Readable:
"Df" "Sum Sq" "Mean Sq" "F value"
2009 Mar 11
1
regsubsets() [leaps package] - please share some good examples of use
...re and diastolic blood
pressure do they substitute for each other or do they tend to occur in the
same model.
Thanks all (and again - thanks Thomas for all your patient answers so far)
Tal
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
www.talgalili.com
www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Aug 12
1
A function for plotting a boxplot with added dot and bars (for mean and SE) - please help improve my code
...(mpg , list(round(wt), am) , data = mtcars, las = 2)
Hope this will benefit others, and also hope that others will improve on
this code and give it back to the community,
Tal galili
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2008 Oct 23
1
How to (simply) add table-values to a mosaicplot ?
..."red", cex = 2)
text( .4,.1, "and how to find coordinates ?",col = "blue", cex = 1.5)
text( .89,.3, "and rotation ?!",col = "white", srt = -90, cex = 2)
Thanks,
Tal.
----------------------------------------------
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blog:
www.talgalili.com
[[alternative HTML version deleted]]
2009 Jun 01
1
using "cochran.test()" as a "mcnemar.test()" ?
...ar.test(aa)
# p-value = NA
install.packages("outliers")
require(outliers)
cochran.test(aa)
# Error in x$terms : $ operator is invalid for atomic vectors
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]