Displaying 8 results from an estimated 8 matches for "datfile".
Did you mean:
datafile
2005 May 18
1
problem to exclude
...ftp/
- - - - - - - - - -
I still use verbose mode to debug it, and the content of
netbsd-selection.txt is:
- - - - - - - - - -
- /NetBSD-release-1-5/**
- /packages/1.5**
- - - - - - - - - -
But the outpu of the script tell yet:
- - - - - - - - - - -
[...]
NetBSD-release-1-5/src/games/fortune/datfiles/CVS/Repository
27 100% 0.00kB/s 0:00:00
NetBSD-release-1-5/src/games/fortune/datfiles/CVS/Root
25 100% 0.00kB/s 0:00:00
NetBSD-release-1-5/src/games/fortune/datfiles/CVS/Tag
12 100% 0.00kB/s 0:00:00
NetBSD-release-1-5/src/games/fortune/datfiles/Makef...
2012 Aug 01
2
add vectors to multiple objects
Hi everyone,
I try to add many vectors (L1,L2,L3....) to many list objects (a.list, b.list....) in a workspace. Somethings like below, but it is not working. Any suggestions will be appreciated. Best, John
lf=ls(pattern=".lst")
for (x in listfiles) {
dat=read.delim(x,header=F)
for (i in 1: lf) {
assign(i$add,as.numeric(dat[,3]))
#or i$add=as.numeric(dat[,3]
2006 Jan 25
0
Interpolating spline problems and akima
...is happens, I thought thought I might try
function "aspline" in library (akima). However, I cannot install or find this
library/package.
Has anyone any instructions to install this package or help with my problem?
Using this works....
> day<-c(1,2,3,4,5,6,7,8,9,10,11,12,13)
> datfile<-c(16,23,39,37,45,34,NA,3,7,8,15,20,21)
> for (i in 1:13) {
+ dat<-datfile
+ dat.ok <- !is.na(dat)
+ dat2<-dat[dat.ok]
+ day2<-day[dat.ok]
+
+ dat.interp<-spline(day2,dat2,length(day))
+ outt<-rep(NA,length(day))
+ for (j in 1:length(dat.interp$x)) {
+ outt[j]<-da...
2012 Apr 02
2
Reading first line before using read.table()
So far I have figured out that the following line
reads our time series files into R OK.
dtLs$dta <- read.table("C:/TryRRead/datFiles/JFeqfi4h.rta", header = TRUE,
sep = ",", colClasses = "character")
But I have to remove a main-title line so
that the first line is the column titles line.
This leads to having two sets of data files around when
we would rather have just one set.
How can I read just one...
2005 Aug 05
0
GAP pointer
I am trying to do a simple segregation analysis using the GAP package. I
have the documentation for pointer but I desperately need an example so
that I can see how to format the datfile and the jobfile. For each
individual, I have FamilyId, SubjectId, FatherId, MotherId, and
AffectedStatus (0/1). I would like to obtain the likelihood ratio
statistic for transmission.
I would greatly appreciate any help on this subject.
Best to all,
Julia Reid
2005 Aug 08
0
R-help Digest, Vol 30, Issue 6
On Fri, 5 Aug 2005 Julia Reid wrote:
> Subject: [R] GAP pointer
>
> I am trying to do a simple segregation analysis using the GAP package. I
> have the documentation for pointer but I desperately need an example so
> that I can see how to format the datfile and the jobfile. For each
> individual, I have FamilyId, SubjectId, FatherId, MotherId, and
> AffectedStatus (0/1). I would like to obtain the likelihood ratio
> statistic for transmission.
> I would greatly appreciate any help on this subject.
> Best to all,
> Julia Reid
>
I w...
2002 May 27
2
hist failed with unused arguments
Hello,
I urgently need a histogram of the vector geo1$ds1
but:
> hist(geo1$ds1)
Error in hist(geo1$ds1) : unused argument(s) ( ...)
I can use density, summary, boxplot and stem with this vector but not hist ?
Any suggestions ?
Thanks in advance,
Detlef Groth
> density(geo1$ds1)
Call:
density(x = geo1$ds1)
Data: geo1$ds1 (1412 obs.); Bandwidth 'bw' = 0.2805
2000 Apr 03
2
PC Virus scanning on *nix side?
Date: Fri, 31 Mar 2000 10:49:21 +0900 (JST)
From: Steve Frampton <frampton@j-com.co.jp>
To: Multiple recipients of list SAMBA <samba@samba.org>
Subject: PC Virus scanning on *nix side?
Message-ID:
<Pine.LNX.4.21.0003311046390.7302-100000@firewall.j-com.co.jp>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi: