search for: yilmaz

Displaying 20 results from an estimated 33 matches for "yilmaz".

2017 Oct 27
3
My function and NA Values Problem
.... I try to execute following(below) function, but do not work. Because "Coke" value has NA values. I try to add "na.rm=True" to the function but do not work How can I solve this problem with this function or another algorithm? (Note: I have normally 450 columns) Sincerely Engin YILMAZ apply(g1, 2, function(c) sum(c==0)) Rice Coke 0 NA
2017 Oct 29
7
Count non-zero values in excluding NA Values
...- Find NA values data.na =sapply(data[,3:ncol(data)], function(c) sum(length(which(is.na (c))))) ## [Zero] - Find zero values data.z=apply(data[,3:ncol(data)], 2, function(c) sum(c==0)) ## [Non-Zero] - Find non-zero values data.nz=nrow(data[,3:ncol(data)])- (data.na+data.z) Sincerely Engin YILMAZ <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2D...
2017 Oct 29
1
Count non-zero values in excluding NA Values
...wnload this file, my dataset same as following Year Month A B C D E 2005 July 0 *4* NA NA *1* 2005 July 0 NA NA 0 *9* 2005 July NA *4* 0 *1* 0 2005 July *4* 0 *2* *9* NA I try to count non-zero values which are not NA values for every *column* *Sincerely* *Engin YILMAZ* 2017-10-29 15:01 GMT+03:00 Ek Esawi <esawiek at gmail.com>: > Since i could not see your data, the easiest thing comes to mind is court > values excluding NAs, is something like this > sum(!is.na(x)) > > Best of luck--EK > > On Sun, Oct 29, 2017 at 6:25 AM, Engin...
2017 Oct 27
0
My function and NA Values Problem
> On 27 Oct 2017, at 10:43, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear R Staff > > My working file is in the annex. "g1.csv" > I have only 2 columns. Rice and coke. > I try to execute following(below) function, but do not work. > Because "Coke" value has NA values. > I try t...
2017 Nov 27
5
Scatterplot of many variables against a single variable
Dear I try to realize one scatter matrix which draws *one single variable to all variables* with *regression line* . You can see my eviews version in the annex . How can I draw this graph with R studio? Sincerely Engin YILMAZ
2017 Nov 27
3
Scatterplot of many variables against a single variable
...e(0.1692,0.6132,col="red") > abline(0.1692,0.3311,col="blue") > > So, the more readable your request and the quality of the data that > you provide, the more useful answers you are likely to receive. > > Jim > > > On Mon, Nov 27, 2017 at 7:56 PM, Engin YILMAZ <ispanyolcom at gmail.com> > wrote: > > Dear > > > > I try to realize one scatter matrix which draws *one single variable to > all > > variables* with *regression line* . You can see my eviews version in the > > annex . > > > > How can I draw t...
2017 Oct 29
0
Count non-zero values in excluding NA Values
What was suggested by Eric and Rui works well, but here is a short and may be simpler answer provided your data is similar what Eric posted. It should work for your l data too. aa <- is.na(data)|data==0 nrow(data)-colSums(aa) EK On Sun, Oct 29, 2017 at 6:25 AM, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > Dear R Staff > > You can see my data.csv file in the annex. > > I try to count non-zero values in dataset but I need to exclude NA in this > calculation > > My code is very long (following), > How can I write this code more effic...
2017 Nov 27
0
Scatterplot of many variables against a single variable
...>> abline(0.1692,0.3311,col="blue") >> >> So, the more readable your request and the quality of the data that >> you provide, the more useful answers you are likely to receive. >> >> Jim >> >> >> On Mon, Nov 27, 2017 at 7:56 PM, Engin YILMAZ <ispanyolcom at gmail.com> >> wrote: >> > Dear >> > >> > I try to realize one scatter matrix which draws *one single variable to >> all >> > variables* with *regression line* . You can see my eviews version in >> the >> > annex ....
2017 Oct 29
0
Count non-zero values in excluding NA Values
Since i could not see your data, the easiest thing comes to mind is court values excluding NAs, is something like this sum(!is.na(x)) Best of luck--EK On Sun, Oct 29, 2017 at 6:25 AM, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > Dear R Staff > > You can see my data.csv file in the annex. > > I try to count non-zero values in dataset but I need to exclude NA in this > calculation > > My code is very long (following), > How can I write this code more effic...
2017 Nov 27
1
Scatterplot of many variables against a single variable
...overflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette) -- Sent from my phone. Please excuse my brevity. On November 27, 2017 2:59:10 AM PST, Engin YILMAZ <ispanyolcom at gmail.com> wrote: >Dear Berger and Jim > >Can you see my eviews example in the annex? (scattersample.jpg) > >Sincerely >Engin > >2017-11-27 13:27 GMT+03:00 Eric Berger <ericjberger at gmail.com>: > >> LOL. Great reply Jim. >> (N.B....
2013 Aug 08
3
forcing linux kernel 3 to recognize cdrom as hdX
...e cd drive as srX, scdX instead of older hdX with 2.6.18. At the moment I can not upgrade anaconda and forced this kernel to recognize it as before. Are there any kernel command line argument, kernel config or something else for kernel 3.4.52 to recognize this cdrom as hdX? Best Regards, -- Oguz YILMAZ
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
...ing: 8BIT You need to re-install packages when you update R, as it says in the rw-FAQ. Use update.packages(checkBuilt=TRUE) to do so. And PLEASE do read the FAQ and not misuse R-bugs to ask questions about things in FAQs On Tue, 28 Nov 2006, erkan77 at gmail.com wrote: > Full_Name: Erkan YILMAZ > Version: 2.4.0 > OS: XP > Submission from: (NULL) (85.180.116.228) > > > Hi, > > just installed R 2.4.0 (before there was running 2.2.0). > > when loading the library ("library(tripack)"), there appears a pop up, see > following picture: > http://www....
2017 Nov 27
0
Scatterplot of many variables against a single variable
...pua~dsp,col="blue",pch=2) abline(0.1692,0.6132,col="red") abline(0.1692,0.3311,col="blue") So, the more readable your request and the quality of the data that you provide, the more useful answers you are likely to receive. Jim On Mon, Nov 27, 2017 at 7:56 PM, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > Dear > > I try to realize one scatter matrix which draws *one single variable to all > variables* with *regression line* . You can see my eviews version in the > annex . > > How can I draw this graph with R studio? > > > Since...
2017 Oct 29
0
Count non-zero values in excluding NA Values
...n zero per column grand_total <- sum(totals) # total non zero totals # V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 # 6 8 8 8 8 7 7 8 6 10 grand_total #[1] 76 # another way prod(dim(data)) - sum(zero + na) #[1] 76 Hope this helps, Rui Barradas Em 29-10-2017 10:25, Engin YILMAZ escreveu: > Dear R Staff > > You can see my data.csv file in the annex. > > I try to count non-zero values in dataset but I need to exclude NA in this > calculation > > My code is very long (following), > How can I write this code more efficiently and shortly? > > #...
2017 Nov 27
0
Scatterplot of many variables against a single variable
> On 27 Nov 2017, at 11:56, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear > > I try to realize one scatter matrix which draws *one single variable to all > variables* with *regression line* . You can see my eviews version in the > annex . > > How can I draw this graph with R studio? A tiny note...
2020 Oct 21
2
AES spesification
...9 <- filter(mpg, year=="1999")ggplot(year_1999, aes(x=displ, y=hwy)) + geom_point() I found other code ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) + geom_point( data = filter(mpg, year == "1999") ) Is there more compact code ? sincerely Engin YILMAZ [[alternative HTML version deleted]]
2007 Oct 20
3
Learning sources
When i decide to create a GUI for my desktop "Ruby" application, i have been stucked about wxruby. Then i have looked at wxwindows and wxwidgets sources but the syntax was not so familiar to me. Because the examples were written in C++ generally. For understanding main concept this experience was good for me. Later, for more familiar syntax i have looked at wxphyton sources and i read
2001 Jun 07
2
WARNING: putuserattr SEC_COMMIT failed: A file or directory
hi, I am taking an error like this while loging into a AIX 4.3.3 on ssh 2.4.0 WARNING: putuserattr SEC_COMMIT failed: A file or directory in the path name does not exist. is there any one knowing why this happens or do you know anybody who can tell me why it happens ? thanks in advance .
2006 Nov 28
0
when loading library tripack entry point "signal" in rgui.exe (PR#9392)
This is not a bug in R. Please read the FAQs! You have got a version of tripack that has been compiled for R < 2.4.0. Please type update.packages(checkBuilt = TRUE) and try again. Best, Uwe Ligges erkan77 at gmail.com wrote: > Full_Name: Erkan YILMAZ > Version: 2.4.0 > OS: XP > Submission from: (NULL) (85.180.116.228) > > > Hi, > > just installed R 2.4.0 (before there was running 2.2.0). > > when loading the library ("library(tripack)"), there appears a pop up, see > following picture: > http://...
2017 Nov 27
1
Scatterplot of many variables against a single variable
> On 27 Nov 2017, at 13:59, Engin YILMAZ <ispanyolcom at gmail.com> wrote: > > Dear Berger and Jim > > Can you see my eviews example in the annex? (scattersample.jpg) > > Sincerely > Engin Please, use an image hosting service (i.e. https://imgbb.com/) to share images in the list and share the link in the ema...