Displaying 7 results from an estimated 7 matches for "s_a_kayis".
2009 Apr 21
6
Sampling in R
[This email is either empty or too large to be displayed at this time]
2009 Oct 14
1
pairs
...at I can do this?
Any help is deeply appreciated.
Kind Regards
Seyit Ali
------------------------------------------------------------------------------------------------------------------
Dr. Seyit Ali KAYIS
Selcuk University
Faculty of Agriculture
Kampus, Konya, TURKEY
s_a_kayis@yahoo.com, s_a_kayis@hotmail.com
Tell: +90 332 223 2830 Mobile: +90 535 587 1139 Fax: +90 332 241 0108
Greetings from Konya, TURKEY
http://www.ziraat.selcuk.edu.tr/skayis/
--------------------------------------------------------------------------------------...
2009 Jun 19
1
Drawing dendrogram
...lt;- 0.5
x1<- 1.8
y1<- 4.4
segments(x0, y0, x1, y1, col="red", lty=2)
------------------------------------------------------------------------------------------------------------------
Dr. Seyit Ali KAYIS
Selcuk University
Faculty of Agriculture
Kampus, Konya, TURKEY
s_a_kayis@yahoo.com, s_a_kayis@hotmail.com
Tell: +90 332 223 2830 Mobile: +90 535 587 1139 Fax: +90 332 241 0108
Greetings from Konya, TURKEY
http://www.ziraat.selcuk.edu.tr/skayis/
--------------------------------------------------------------------------------------...
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
...>> Liviu
>>
>> [1] http://www.unidata.ucar.edu/software/netcdf/
>>
>>
>
> [[alternative HTML version deleted]]
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 21 Apr 2009 22:25:01 +1200
> From: Seyit Ali Kayis <s_a_kayis at hotmail.com>
> Subject: [R] Sampling in R
> To: <r-help at r-project.org>
> Message-ID: <BAY105-W34886F283B2E531D6C5844B4770 at phx.gbl>
> Content-Type: text/plain
>
>
> Dear R users,
>
> I need to do sampling without replacement (bootstraps). I have tw...
2010 Sep 23
1
eps file
Dear All,
I need to create eps file which is the required figure format of the journal that I want to submit a paper. I am able to create files in pdf or wmf format but not in eps format. Is there a way to convert pdf or wmf to eps? or alternatively, how can I create an eps file in R?
Any help is deeply appreciated.
Kind Regards
Seyit Ali
2013 Feb 28
2
data grouping and fitting mixed model with lme function
Dear all,
I have data from the following experimental design and trying to fit a mixed model with lme function according to following steps but struggling. Any help is deeply appreciated.
1) Experimental design: I have 40 plants each of which has 4 clones. Each clone planted to one of 4 blocks. Phenotypes were collected from each clone for 3 consecutive years. I have genotypes of plants. I
2012 Mar 15
1
Bar graph with 2 Y axis
Dear R users,
I need to draw a barplot with 2 Y axis. I have 3 days each of wich having 2 groups (and error bar for each of them). The height of the 3rd day is too tall compared to others. That's why I have to use a second Y axis for that. I am using "barplot2" function of "gplots" library (to be able to add error bars as well). Data and codes currently I am using is