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.

9 results for “from:Haszun”

Problem with
Haszun · Nov 9, 2012 · r-help

Thanks for help, now its working. -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-tp4649082p4649161.html Sent from the R help mailing list archive at Nabble.com.

Problem with if
Haszun · Nov 10, 2012 · r-help

Thank you for help. -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-if-tp4649180p4649182.html Sent from the R help mailing list archive at Nabble.com.

Problem with recursion
Haszun · Nov 10, 2012 · r-help

Thank you for help. -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-recursion-tp4649162p4649166.html Sent from the R help mailing list archive at Nabble.com.

Problem with
Haszun · Nov 9, 2012 · r-help

* ilecyfr=function(x){ if (x=0){ return(1) } else { k=0 while (abs(x)/10^k >1) { k=k+1 } return(k) }} -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-tp4649082p4649084.html Sent from the...

Matrix in R
Haszun · Nov 13, 2012 · r-help

It's a bit complicated. Is there any shorter way? Is there possibility to read datas from .csv as matrix, like this which i want to have? -- View this message in context: http://r.789695.n4.nabble.com/Matrix-in...

Problem with
Haszun · Nov 9, 2012 · r-help

Hi, can someone tell me what is wrong in this function: ilecyfr=function(x){ if (x=0){ return(1) } else { k=0 while (abs(x)/10^k >0) { k=k+1 } return(k) }} -- View this message in context: http://r...

Problem with if
Haszun · Nov 10, 2012 · r-help

Why it always gives me a 3? > fun=function(x) { + if (x<-3) { + return(x) + } else { + if(x<2) { + return(x^2-1) + } else { + return(log(x)) + }}} > > fun(-5) [1] 3 > fun(0) [1] 3 > fun(10) [1] 3 > fun...

Problem with recursion
Haszun · Nov 9, 2012 · r-help

I know that maybe it will be stupid question. What iswrong with it (i think that i have to do the "stop moment", but i dont know how) fibbonacci=function(x) { while(x>0) { if (x==1 || x==2) { return...

Matrix in R
Haszun · Nov 13, 2012 · r-help

Is there posiibility to read.table change in matrix? When i used read.table it gave me: V1 V2 V3 V4 [1,] "OsobaA" "10,00" "9,00" "8,00" [2,] "OsobaB" "2,00" "3,00" "1,00" [3,] "OsobaC" "5...

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