Displaying 7 results from an estimated 7 matches for "39997".
Did you mean:
3999
2012 Jan 19
1
converting a for loop into a foreach loop
...: num 8 8 8 12 8 8 10 8 8 4 ...
$ breeding : int 1 1 1 1 1 1 1 1 1 1 ...
$ hour : int 0 0 0 0 0 0 0 0 0 0 ...
$ sex : Factor w/ 4 levels "","F","M","U": 3 4 3 4 4 3 4 3 2 4 ...
$ sex.code : int 1 3 1 3 3 1 3 1 2 3 ...
$ day : int 39997 39997 39997 39997 39997 39997 39997 39997 39997
39997 ...
$ hour1 : int 24 24 24 24 24 24 24 24 24 24 ...
$ X1 : num 1765688 1765492 1765492 1765637 1765383 ...
$ Y1 : num -3834667 -3834964 -3834964 -3834786 -3834990 ...
for (i in 1:15) {
x = data[data$ID == i, 1:10]
for...
2009 Feb 18
2
Added system Info:--Segmentation Fault occured while connecting to the database
...-gnu"
$arch
[1] "i486"
$os
[1] "linux-gnu"
$system
[1] "i486, linux-gnu"
$status
[1] "Patched"
$major
[1] "2"
$minor
[1] "4.0"
$year
[1] "2006"
$month
[1] "11"
$day
[1] "25"
$`svn rev`
[1] "39997"
$language
[1] "R"
$version.string
[1] "R version 2.4.0 Patched (2006-11-25 r39997)"
--
Thanks
Moumita
[[alternative HTML version deleted]]
2007 Mar 07
1
Sweave issue: quotes in verbatim-like output print incorrectly
...happy to be corrected).
P.
> version
_
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu
status Patched
major 2
minor 4.0
year 2006
month 11
day 25
svn rev 39997
language R
version.string R version 2.4.0 Patched (2006-11-25 r39997)
> sessionInfo()
R version 2.4.0 Patched (2006-11-25 r39997)
i486-pc-linux-gnu
locale:
LC_CTYPE=en_AU.UTF-8;LC_NUMERIC=C;LC_TIME=en_AU.UTF-8;LC_COLLATE=en_AU.UTF-8;LC_MONETARY=en_AU.UTF-8;LC_MESSAGES=en_AU.UTF-8;LC_PAPE...
2006 Jul 14
2
Qtracker on Wine
I'm running ubuntu. and I'm trying to get qtracker running in wine.
www.qtracker.com is the website. I'm a total noob when it comes to wine
on linux. I'm really a noob to linux. But I can listen to someone talk
fast so dont be afraid to help. It should be an easy install for
someone who's already used wine. I'm just wondering I've gotten as far
as $wine qtracker.exe
2009 Feb 23
0
Segmentation Fault still exists
...version*
* _*
*platform i486-pc-linux-gnu*
*arch i486*
*os linux-gnu*
*system i486, linux-gnu*
*status Patched*
*major 2*
*minor 4.0*
*year 2006*
*month 11*
*day 25*
*svn rev 39997*
*language R*
* *
*R-Package Version *
*DBI "0.1-11" *
*RMySQL "0.5-11" *
* *
*MySQL version: 5.0.32*
*A small R- program* *also doesn't run now*,whereas with these same
configurations,i ran correlation analysis,regression analysis for my
datasets....
2008 Feb 10
3
building packages for Linux vs. Windows
Hi R People:
I sure that this is a really easy question, but here goes:
I'm trying to build a package that will run on both Linux and Windows.
However, there are several commands in a section that will be
different in Linux than they are in Windows.
Would I be better off just to build two separate packages, please?
If just one is needed, how could I determine which system is running
in
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...on" (a list) variable:
version
# platform i486-pc-linux-gnu
# arch i486
# os linux-gnu
# system i486, linux-gnu
# status Patched
# major 2
# minor 4.0
# year 2006
# month 11
# day 25
# svn rev 39997
# language R
from which you can extract the "os" component:
version$os
# [1] "linux-gnu"
I don;t know what this says on a Windows system,
but it surely won't mention Linux!
So testing this wil enable you to set a flag, e.g.
Linux<-ifelse(length(grep("lin...