search for: akintayo

Displaying 5 results from an estimated 5 matches for "akintayo".

2007 Mar 06
3
Passing command line parameters to a script
...any one know if it is possible to create an R script that can use command line parameters. I can execute an R script from the command line, but I cannot figure out how to pass parameters to the script. The only resources I have found seem somewhat involved or incomplete. Any help is appreciated. Akintayo [[alternative HTML version deleted]]
2007 Jan 25
1
'Fitting' a model at predefined points
Hi, I have a linear model ("mod1 <- lm(V3~V1+V2) and I would like to get the model's prediction at values of V1 and V2 not included in the original sample. samp <- read.table("data.dat",nrows=100) attach(samp) out.poly <- lm(V3 ~ V1 + V2) If I try to use out.poly to predict values for the function I run into problems. It seems that it isn't possible to use a new
2009 Mar 23
1
Copying a subset of a matrix
Hi, I have a matrix and I want to create a matrix that includes every nth column of the original matrix. Does anyone know how I can go about doing that ? Or if you have an idea how I can do the same thing with a data frame ? If you can just point me towards the appropriate function I would appreciate it. Thanks [[alternative HTML version deleted]]
2001 Oct 21
1
Wine and Dual booted Windows
Hi, I have not yet found anything about this is the documentation. I have W95 and W2K installed and I would like to use both, if possible. So is there anyway to config wine so that i can specify it run w95 or w2k ? Some of my programs do not run and i think it maybe because they were installed for w95. thanks -- Never in the world does hatred cease by hatred; hatred ceases by love. --
2008 Oct 17
0
GET DATA Returning only a single digit
-- jand. more than just a group Asterisk AGI Command GET DATA is usually of this form GET DATA timeout max_digits When I execute this command, I get only a single digit, regardless of what the value of max_digits is, Also the script quits Immediately after the press of the digit regardless of what the value of timeout is, This is really un-desirable as I will like to GET multiple DTMF digits