Displaying 20 results from an estimated 10000 matches similar to: "Configuration File"
2001 Sep 27
4
configuration question
Hello,
The first thing I would suggest is to check freshmeat.net and see if there
is something comparable to astound out there for linux, therefore bypassing
the whole windows program need, bypassing the need for most pay-per-license
fees. As far as running a windows program under linux, you would need WINE,
vmware or some other win-emulator. Hope this advise helps some.
-----Original
1998 May 26
0
why use lmhost is samba1.9.18.p7
Hello samba gurus
I have used samba1.9.18.p4 since jan/1998. I have FreBSD 2.2.6 and
samba1.9.18p4 worked just fine.
I read in bugtraq that a new version of samba has been released and I
thought in upgrade to samba1.9.18.p7
Well I did the same things that I did when I compiled samba1.9.18.p4
1.Edit the Makefile ( I edit the same lines as samba1.9.18.p4)
2.make
3.make installbin
Everything
2007 May 06
1
simple table ordering question
Hi all,
I'm sure this is simple but I don't get it.
I have a table
mytable<-c(rep("Disagree",37),rep("Agree",64))
table(mytable)
this gives me
Agree Disagree
64 37
but I didn't ask for it to be in alphabetic order.
How can I get it in original order?
Disagree Agree
37 64
Thanks,
Jeff
Jeffrey. M. Miller, PhD
2024 Aug 09
1
a fast way to do my job
Dear R users,
I am running the following code below, the gem751be.rpkm is a dataframe with dim of 751 samples by 35164 variables, 73 phenotypic variables in the furst to 73rd column and 35091 genomic variables or genes in the 74th to 35164th columns. What I need to do is to calculate the residuals for each gene using the simple linear regression model of genelist[i] ~ purity2;
The following
2004 Jun 03
0
conditionals with String variables
I was wondering how to create an if-then statement that compares two
strings.
I tried an == :
> if (a[i,1] == c[j,1]){
> results[k,1] <- a[i,1]
where a, c, and results are [3,3] matrices of string values.
If anyone could help me, it would be greatly appreciated. Thank you.
R
-----------------------------------------------------------
SECURITY/CONFIDENTIALITY WARNING:
2012 Jan 24
0
Problem training a neural network with "neuralnet" library
Hi,
I am having difficulty in training a neural network using the package "neuralnet". My neural network has 2 input neurons (covariates), 1 hidden layer with 2 hidden neurons and 2 output neurons (responses). I am training my neural network with a dataset that has been transformed so that each column is of type "numeric". The difficulty I am facing is that the responses of
1998 May 25
0
[Q] Copy-File-Problem (with Samba 1.9.18p7 & Win NT4)
Hello,
I got a question concerning SAMBA 1.9.18p7 and Microsoft Developper
Studio (respectively: Copy'ing files in the same directory
does not work)!
Samba is running on a Linux-PC, clients are some Windows
NT 4 SP3 PC's (already including the "EnablePlainTextPassword" -
Entry in the registry).
As some of our developpers are using Microsofts Developper Studio 97
they would
2024 Jun 12
3
my R code worked well when running the first 1000 lines of R code
Hi R users,
The following code worked well to summarize four data groups in a dataframe for three variables (t_depth, t_alt_count, t_alt_ratio), 12 columns of summary, see attached.
However, after running another 2000 lines of R codes using functions from more than 10 other R libraries, then it only generated one column of summary.
Do you know why?
Thank you,
Yuan Chun Ding
summary_anno1148ft
2002 Mar 15
1
Wine dummy-spitting
I've got a real problem with the debian (unstable) wine 0.0.200202228-1
Whenever I try to run a windows executable - of any sort, although it's
Jeskola Buzz in the example I've attached - wine cheerfully spits the
dummy. I realise that the DRIVE_Init warnings are ignorable, but
#warn:dosfs:DOSFS_FindUnixName 'config\system' not found in ...
#warn:dosfs:DOSFS_FindUnixName
2024 Jul 25
1
please help generate a square correlation matrix
Hi R users,
I generated a square correlation matrix for the dat dataframe below;
dat<-data.frame(g1=c(1,0,0,1,1,1,0,0,0),
g2=c(0,1,0,1,0,1,1,0,0),
g3=c(1,1,0,0,0,1,0,0,0),
g4=c(0,1,0,1,1,1,1,1,0))
library("Hmisc")
dat.rcorr = rcorr(as.matrix(dat))
dat.r <-round(dat.rcorr$r,2)
however, I want to modify this correlation calculation;
2010 May 11
1
Xen 4.0 build error
Hi,
I just downloaded Xen4.0 from:
http://www.xen.org/products/xen_source.html
Trying=0A to build:
Create xen entries under /sys/hypervisor
=0A(XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration
written to =0A.config
#
make-3.79.1-p7[3]: Leaving
directory =0A`/foo/xen40/xen-4.0.0/linux-2.6-pvo=
ps.git''
make-3.79.1-p7 -C
2018 Jan 14
0
consolidate three function into one
HI R users,
I construct dendrogram tree and cut the tree into different clusters, then generate survival curves by the following three functions. All variables are included in an inputfile.
Can you help me to consolidate the following three function into one functions? I thought about using if else function, but not sure how to do it.
Thank you,
Ding
# function to generate RFS
RFS2cluster
2004 Mar 04
3
latest version (3.0.2a) on AIX 5.2 ML2 segmentation fault and core dump
First off, let me state that I am not a C programmer at all. I am a programmer in other languages, so I understand the basic configure/make/make install procedure for most GNU packages, and have done it lots of times.
I downloaded the GNU iconv libraries, compiled them and used --prefix=/usr/local/special to keep from replacing the standard AIX libraries. Then I downloaded the 3.0.2a source and
2016 May 23
0
libtool: error: '/usr/lib64/libtasn1.la' is not a valid libtool archive
Hi,
Can you please point me what is going wrong during make of libvirt. I found libtasn1.la is present under my sysroot path, still why make is searching it under /usr/lib64/?
<make logs>
CCLD libvirt_driver.la
/router/bin/grep: /usr/lib64/libtasn1.la: No such file or directory
sed: can't read /usr/lib64/libtasn1.la: No such file or directory
libtool: error:
2024 Jun 12
1
my R code worked well when running the first 1000 lines of R code
I sometimes think people on this list are quite rude to posters.
I'm afraid I'm likely to join in with some rudeness?
1. "Here is some code that works but also doesn't" is probably not going to
get you an answer
2. I provide no information about the data it works on or doesn't
3. I tell you I'm using a load of dependencies, but don't tell you what
4. I refer to
1998 Aug 06
0
Samba 1.9.18p7-2 PDC & netlogon? or p8? or wait?
I have a linux system running Samba 1.9.18p7-2 smoothly right now, with
perhaps 600 users. I have an NT box with 2 users, for a dedicated
application, which is a PDC right now. I have ~300 Win95 client machines
that I want to have do a domain login, authenticating off the samba box
(running RedHat 5.1, btw) so that I don't have to replicate users onto the
NT box when all they really need to
2011 Aug 13
1
Own R function doubt
Hi to all the people again,
I was writting a simply function in R, and wish to collect the results in a
excel file. The work goes as follows,
Ciervos<-function(K1, K0, A, R,M,Pi,Hembras)
{B<-(K1-K0)/A
T1<-(R*Pi*Hembras-M*Pi+B)/(Pi-M*Pi+R*Pi*Hembras)
P1<-Pi-B
R1<-P1*Hembras*R
M1<-P1*M
T2<-(R1-M1+B)/(P1-M1+R1)
P2<-P1-B
R2<-P2*Hembras*R
M2<-P2*M
2003 Sep 26
0
FreeBSD 5.1-p7
DR> I have two servers one is:
DR> 5.1-RELEASE-p6
DR> the other is:
DR> 5.1-RELEASE-p7
DR> cvsup'd them both, neither will complete a buildworld, they both error
DR> trying to compile.
DR> Anyone got this to work on RELENG_5_1?
DR> -Derek
hi on my test machine work 5.1-RELEASE-p7
FreeBSD-5_1# uname -a
FreeBSD FreeBSD-5_1.mfn.sk 5.1-RELEASE-p7 FreeBSD
2018 May 11
3
add one variable to a data frame
Hi Sarah,
Thank you so much!! I got your good ideas.
Ding
-----Original Message-----
From: Sarah Goslee [mailto:sarah.goslee at gmail.com]
Sent: Friday, May 11, 2018 11:40 AM
To: Ding, Yuan Chun
Cc: r-help mailing list
Subject: Re: [R] add one variable to a data frame
[Attention: This email came from an external source. Do not open attachments or click on links from unknown senders or
2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
Hello,
with samba-3.0.x an "smbcontrol smbd ping" was answered by all running
smbd processes. With samba-3.2.x it is now *also* answered by nmbd and
winbindd:
[root@cs00 ~]# smbcontrol -V
Version 3.2.5
[root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk
'{ print $4}'` ; do pstree -p | grep $i ; done
winbindd(29908) - winbindd(29909)
[root@cs00 ~]#