search for: makinen

Displaying 8 results from an estimated 8 matches for "makinen".

2005 May 31
2
A suggestion to improve ifelse behaviour with vector yes/no arguments
...his feature in the next R-version? For instance change the code to be: ans[!test & !nas] <- rep(no, length.out = length(ans[!test & !nas])) which seems to solve the problem. Best regards, Jussi M??kinen Jussi M??kinen Analyst State Treasury, Finland www.statetreasury.fi mailto:jussi.makinen at valtiokonttori.fi
2002 May 06
2
A logit question?
...minor 5.0 year 2002 month 04 day 29 language R OS is Windows2000. Thank you for any help. deadlocked, Jussi M?kinen Analyst State Treasury, Finland phone: +358-9-7725 616 mobile: +358-50-5958 710 www.statetreasury.fi mailto:jussi.makinen at valtiokonttori.fi -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:...
2002 Apr 12
4
Matrix to data.frame without factors
Hello and thank you dear R-people in advance. This is quite basic question but which I have confronted occasionally and get over it without satisfying solution. The question is about factors, this time I would just like convert a data.frames NA-terms to 0 and get a data.frame as a result. There might be a way to do that inside of the data.frame but I think that it might be overcomplicated and
2005 Feb 21
1
its plot with pch-argument
Hi mighty R-gurus and other enthusiastics, I just encountered this: library(its) x <- its(sort(rnorm(10)), as.POSIXct(Sys.time() + 1:10)) plot(x, type = "p", pch = c(rep("A", 5), rep("B", 5))) Am I missing something if I expect that all the points labeled as 'A' should be below all those labeled as 'B'? Thanks, Jussi M?kinen platform
2003 Jan 29
0
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2505)
jussi.makinen@valtiokonttori.fi wrote: > Full_Name: Jussi M?kinen > Version: 1.6.2 > OS: Win2000 > Submission from: (NULL) (193.210.145.2) > > > I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/ > but I got the messages box: That's not a current mirro...
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen Version: 1.6.2 OS: Win2000 Submission from: (NULL) (193.210.145.2) I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/ but I got the messages box: The procedure entry point daxpy_ could not be located in the dynamic link library R.dll and the following lines to RGui: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable
2002 Apr 15
1
glm link = logit, passing arguments
...a link function practically same than Maximum Likelihood estimation which I would like to use? Can you recommend any reference to the probit/Logit within R/Splus (other than Modern Applied Statistics with S-PLUS which is in my list anyway). Regards and thank you for sharing your knowledge, Jussi Makinen Analyst State Treasure of Finland -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subje...
2005 Jun 01
2
A suggestion to improve ifelse behaviour with vector yes/noarguments
> Thomas Lumley wrote: > > On Tue, 31 May 2005, Duncan Murdoch wrote: > > > > > >>M??kinen Jussi wrote: > >> > >>>Dear All, > >>> > >>>I luckily found the following feature (or problem) when tried to > >>>apply > >>>ifelse-function to an ordered data. > >>> > >>> >