search for: last1

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

Did you mean: last
2005 Jun 20
1
(no subject)
...Negative = always negative or is a YoYo = unstable = changes from positive to negative. So, if I codify the visits with codes 1,2,4,8 if present at year 1,2,3,4 and similarly the tests positive I get the last2 list codifying the test code corresponding to the visits patterns possible, similarly the last1 list 20 here means NULL nobs <- 400 # visits 0 1 2 3 4 5 6 7 8 9 last1 <- list((20),(1),(2),c(3,2),(4),c(5,4),c(6,4),c(7,6,4),(8),c(9,8), # visits 10 11 12 13 14 15 c(10,8),c(11,10,8),c(12,8),c(13,12...
2005 Jan 26
9
Cisco 7960 Message Light on multiple phones
...ername=100 secret=100 host=dynamic mailbox=100 linelabel="First Last" line => 102 [135] type=friend username=135 secret=135 host=dynamic mailbox=135 linelabel="HelpDesk" line => 135 [101] type=friend username=101 secret=101 host=dynamic mailbox=101 linelabel="First1 Last1" callerid="First1 Last1" <101> line => 101
2012 Jul 31
3
time series line plot: Error in plot.window(...) : invalid 'xlim' value
Hello, This should be pretty simple but I cannot get it right. Please point to the right code. Thanks. > last <- read.csv(file.path(dataDir,"plot1.csv"), as.is=T,stringsAsFactors = FALSE) > last date r_wvht 1 8/6/2008 0.9766667 2 8/8/2008 0.7733333 3 8/11/2008 1.4833333 4 8/13/2008 1.5766667 5 8/14/2008 1.3900000 6 8/18/2008 0.7800000 7 8/20/2008
2011 Jun 29
2
Executing a script "hand-made" and time
Hi all, I have a function written by me that read a matrix (data frame) from a txt with 4 million of rows and 13 columns. The think is my function works with an input matrix of 100x13 and now I tried to execute my function with the big "input file" and it is running form the moment two hours... There is a way to know (how much time could it cost?) The second question is... I want
2011 Jun 30
0
help with interpreting what nnet() output gives:
...9nkBUbVp_+NYcA at mail.gmail.com> Content-Type: text/plain Hi all, My file that worked with a thin matrix (with few rows and colums) finally made an error but I can?t comprehed why? valor ausente donde TRUE/FALSE es necesario (absent value TRUE/FALSE is necessary?) Error en if (data[i, j] - last1[1, j] != 0) data2[i, j] = 0 else { : You recommed to part the file of 4 Million rows x 13 colums? 2011/6/29 Trying To learn again <tryingtolearnagain at gmail.com> > Hi all, > > I have a function written by me that read a matrix (data frame) from a txt > with 4 million of rows...