Displaying 20 results from an estimated 800 matches similar to: "data frame"
2007 Apr 24
2
write
ok,
I have problems with write function
> F
Id_TrT1 Id_Geno Id_Rep Val_O
3 0 55094 1 85
9 0 55096 1 87
15 0 55098 1 92
21 0 55079 1 76
27 0 55095 1 92
33 0 55099 1 98
39 0 55092 1 92
45 0 55090 1 72
51 0 55101 1 93
57 0 55106 1 90
2007 Apr 24
2
(no subject)
I wanna display some data which there are subsets of a dataframe called "don" but there are errors like this
> L=as.numeric(levels(factor(don$Id_Cara)))
> for(i in L){
+ donC(i)=subset(don, Id_Cara == i, select = c( Id_TrT1, Id_Geno, Id_Rep, Val_O))
+ donC(i)
+ }
Erreur dans donC(i) = subset(don, Id_Cara == i, select = c(Id_TrT1, Id_Geno, :
impossible de trouver la
2007 Apr 19
4
hello
ok how can I do to cancel le function factor for the moment ican't do this and I'm stuck with my problem for exemple
Id_Rep Id_Geno Val_O Id_TrT1
1 1 64238 145 2
2 1 64238 1 1
3 1 64238 2 1
4 1 64238 1 1
5 1 64238 1 1
6 1 64238 2 1
7 1 64238 1 1
8 2
2007 Apr 23
0
WG: data frame
You can build the data frame with:
dat <- data.frame(Class=I("Id_TrT1"), Levels=I("1"), Values=I("2"))
new.info <- c(Class="Id_Geno", Levels="7" , Values="64208 64209 64210 64211 64212 64213 64214")
dat <- rbind(dat, new.info)
dat
new.info <- c(Class=" Id_Rep ", Levels="2" , Values="12")
2007 Apr 24
1
read.table
sorry,
I don't undersatnd what happens
Annee_O;Id_Essai;Id_Rep;Id_Geno;Id_Cult;Lib_Geno;St_Cult;Id_Par;X_Par;Y_Par;Id_Cara;Surf_O;Val_O;Ori_O;Stade_O;Date_O;Id_Bloc;Id_TrT1
2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;137;;9.4;P;;09/09/2004;1;0
2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;193;;189;P;;01/01/2004;1;0
2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;103;14.95;85;P;;09/09/2004;1;0
2007 Oct 10
5
chi2
Hello,
I want to use the quantile function so I read the doc but I don't understand with this
> qchisq(seq(0.05,0.95,by=0.05),df=(length(don)-1))
[1] 62667.11 62795.62 62882.42 62951.47 63010.74 63064.00 63113.39 63160.27 63205.65 63250.33 63295.04 63340.48 63387.48 63437.03 63490.53 63550.14 63619.68
[18] 63707.24 63837.16
Can you help me please?
2007 May 04
3
decimal values
hello,
how can I do to drop decimal after the comma please for example for tthis line
> print(P)
[1] 62.000000 1.000000 7.661290 5.200000 17.100000 2.318801
how canI do to keep only 62 1 7.66 5.2 17.1 2.32
thanks
__________________________________________________
ble contre les messages non sollicités
[[alternative HTML version deleted]]
2007 Jun 06
3
list
hello,
I wanna know how to create a list of list if it's possible and if it isn't possible how to do without.
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]
2007 May 14
4
Batch
I saw the R-help to run some R programs in batch I used it like this
> R CMD BATCH C:/Documents and Settings/melyakhlifi/Bureau/calcara.r
Erreur : erreur de syntaxe dans "R CMD"
but without success!!!I don't work on linux but on windows IS it the same command ?
_____________________________________________________________________________
[[alternative HTML version
2007 Jun 19
5
outlying
hello,
are there functions to detecte outlying observations in samples?
thanks.
___________________________________________________________________________
[[alternative HTML version deleted]]
2007 Apr 23
2
residuals and predict
hi,
in using glm function is it possible to extract residuals and predict values ?
___________________________________________________________________________
[[alternative HTML version deleted]]
2007 Apr 24
4
from R to html
hello,
If I wanna export data.frame from R to html have you got some ideas to do this?
___________________________________________________________________________
[[alternative HTML version deleted]]
2007 May 15
2
space in R
hello,
can you help me I need to seperate words and symbol in a mathematics formula as follow
C744=(C627*C177)/100
How could I do please?
_____________________________________________________________________________
[[alternative HTML version deleted]]
2007 May 23
2
about lex/yacc
hello,
what about these functions lex/yacc which can parse and recognize a syntax?
thanks
_____________________________________________________________________________
[[alternative HTML version deleted]]
2007 Jun 18
2
to read table
Hello,
I have a problem to read a csv table. To read it I used this syntax
> donParCara <- read.table("C:/Documents and Settings/melyakhlifi/Mes documents/feuilles excel/calcul2.csv",header=TRUE,sep=";",quote="",dec=",")
I don't understand my errors
Erreur dans scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
la
2007 Jun 20
3
merge
hello,
is it possible to merge 2 matrix or data.frame by roxnames?
I checked details about the functino merge but I haven't fond this option.
Can you help me please?
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]
2007 Jul 06
3
HTML.data.frame
hello,
I installed the R2HTML package but when I wanna execute the HTML.data.frame function I can't and I don't know why
can you help me please?
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]
2007 Sep 06
3
kendall test
Hello,
I thougth that there is a function which does the kendall test in R,
I writed on the console apropos("kendall") and I didn't found anything can you tell me how could I do to use the kendall test?
Thanks.
_____________________________________________________________________________
l
[[alternative HTML version deleted]]
2007 Nov 13
2
modal
Hello,
I would like to know what's the function to calculate the modal of data.
Thanks.
_____________________________________________________________________________
l
[[alternative HTML version deleted]]
2007 Jun 18
3
data.frame
hello,
are there functions giving the columns number and the rows number of a matrix?
thanks.
_____________________________________________________________________________
[[alternative HTML version deleted]]