Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

4 results for “from:Hesham A. AL-bukhaiti”

truth[(truth[, 1]=="G3" & truth[, 2]=="G2") | (truth[, 1]=="G2" & truth[, 2]=="G3"), 3]<-1
Hesham A. AL-bukhaiti · Sep 6, 2020 · r-help

helloout<-read.csv("outbr.csv")truth<-out[,seq(1,2)]for example : ?If row1= G1 and row2=G2 , and row 1 = G2 and row 2= G1,make G3=1?# note G1 and G2 are values from 1 to 2000?#if...

(i want change G3 and G2 to variable tke all elements in rows) (truth[(truth[, 1]=="G3" & truth[, 2]=="G2") | (truth[, 1]=="G2" & truth[, 2]=="G3"), 3]<-1
Hesham A. AL-bukhaiti · Sep 6, 2020 · r-help

helloout<-read.csv("outbr.csv")truth<-out[,seq(1,2)]for example : ?If row1= G1 and row2=G2 , and row 1 = G2 and row 2= G1,make G3=1?# note G1 and G2 are values from 1 to 2000?#if...

Loop for two columns and 154 rows
Hesham A. AL-bukhaiti · Sep 15, 2020 · r-help

Dears in R :i have this code in R: # this for do not work true (i tried )out<-read.csv("outbr.csv")?truth<-out[,seq(1,2)]truth<-cbind(as.character(truth[,1]),as.character(truth[,2])? ? ? ? ? ? ?,as.data.frame...

statment can tacke value in row1 and rows
Hesham A. AL-bukhaiti · Sep 2, 2020 · r-help

hello.I have this code :#################################3#read data just thee columns. first and second columns are catogary , third column? is number.?out<-read.csv("outbr.csv") truth<-out[,seq(1,2)]?#truth about 2000 rows, some values in row1 can...

Can't find what you're looking for? Try searching with Google .