Displaying 5 results from an estimated 5 matches for "maxrow".
Did you mean:
marrow
2008 Aug 02
1
problem with nested loop for regression
...for many days now, testing various parts, and I
cannot seem to get the nested loop to work as I want it to. I would be very
grateful for any suggestions. Below is a brief version of my code:
#Code start
library(zoo)
seed.set(1)
Pmat<-matrix(rnorm(1000), nrow=100, ncol=100)
maxcol<-ncol(Pmat)
maxrow<-nrow(Pmat)
startrow<-10
period<-10
wind<-2 #roll window
subdiv<-period/wind
rollstart<-11 #start roll at period+1
#converting Pmat into ts for rollapply() to work...
PmatTS<-ts(Pmat)
Preg<-matrix(NA,ncol=maxcol,nrow=2*maxrow)
PmatWt&l...
2004 Apr 27
2
Gcc 3.4.0 and syslinux-2.09 menu
...didn't do anything special to
preserve the register.
I also noticed that getnumrows returns the contents of 0x484 which is
the number of rows minus one but menu.c has this
ms->numcols = getnumcols();
ms->numrows = getnumrows();
ms->maxcol = ms->numcols - 1;
ms->maxrow = ms->numrows - 1;
which makes maxrow = rows - 2. Is this intentional?
BTW, if you put this line
__asm__ (".code16gcc\n\t");
in an include file and include that file at the top of the .c files then
you can simplify the make file considerably.
Thanks.
--
Ceres
2004-04-27 13...
2009 Oct 13
2
splitting dataframe, assign to new dataframe, add new rows to new dataframe
Hi, all,
My objective is to split a dataframe named "cmbine" according to the value of "classes". After the split, I will take the first instance from each class and bin them into a new dataframe, "df1". In the 2nd iteration, I will take the 2nd available instance and bin them into another new dataframe, "df2".
>cmbine$names
apple tiger pencil chicken
2013 Apr 02
1
gdata selectively not working
...;C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx'...
Done.
Orignal Filename: C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx
Number of Sheets: 4
Writing sheet number 1 ('Sheet First') to file
'C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv'
Minrow=0 Maxrow=7 Mincol=0 Maxcol=2
0
Done.
Reading csv file
“C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv” ...
Done.
This tells me that perl can be found, used, and my local temp directory can
be written/read to just fine. Now to try to read one of my own files.
> test <- read.xls...
2010 Aug 27
2
phpMyAdmin can't connect to remote server
...Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['ForceSSL'] = true;
$cfg['blowfish_secret'] = '0(s3$9dea5bfy7ic8wo4l8kn&is3ANFY6NA*CM64';
$cfg['MaxRows'] = 100;
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
?>
All that being said it looks like PHPMyAdmin does not run on CentOS (It feels crazy just to say that). I know there's something I'm missing. If anyone else has any insight or questions...