Displaying 20 results from an estimated 800 matches similar to: "Info"
2011 Sep 17
1
Replacing matching values by related values
I am trying to replace values of a vector (consisting of 15 values) by a value that is related to a matching value in a dataset (consisting of 17 rows).
Here's an example
The vector:
v <- c(f,a,e,d,m,o,e,f,i,n,e,i,b,a,o)
The dataset's columns consist of the following values
d[,1] <- c(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q)
d[,2] <- 1:17
So I want to end up with a vector that
2006 Mar 15
3
samba server only accessiblie via ip address and notviadns name
hello,
browsing over the network has got the same access denied issue as when i
do it via net use or run \\hostname\share
greetings,
herwarth
-----Original Message-----
From: samba-bounces+herwarth.heitmann=orangemail.nl@lists.samba.org
[mailto:samba-bounces+herwarth.heitmann=orangemail.nl@lists.samba.org]
On Behalf Of Louis van Belle
Sent: 15 March 2006 16:31
To: samba@lists.samba.org
Subject:
2009 Sep 22
2
glm analysis repeated for 900 variables
Dear R users,
Could you help my with the following problem?
I want to repeat a glm analysis with 2 independent variables for all 900
variables (snps) in my data set. So, I want to check whether snp1 has a
different effect on my outcome variable in patients and
controls(phenotype). And repeat that for snp2 to snp900.
Is there an easy way to get a summary of the data, e.g. a list of P
values of all
2018 Apr 18
2
Is anyone using Isilon OneFS in combination with Samba with AD authentication ?
Hi,
We are in the process of testing a migration of our current setup which
contains Samba 4 as Classic DC with LDAP backend, Isilon OneFS bulk
storage serving NFS/SMB shares and Windows/Mac/Linux clients to a more
modern Samba 4 AD.
We need to migrate to Samba AD because of Windows 10 and macos 10.13.x
(and for several other reasons).
But we run into an issue with authenticating the clients
2006 Mar 15
2
samba server only accessiblie via ip address and not via dns name
hello,
from windows 2000/xp clients i can only connect to the samba server
using the ip address in the form:
\\<ipaddress>\share
\\<hostname>\share will give an authorization error
i have tried samba 3 and 2.2 with no difference
smb.conf:
# Global parameters
[global]
workgroup = CMS
netbios name = loki
server string = Samba Server %v
bind
2019 Mar 25
2
Samba AD and adding a Windows 2008R2 DC
Hi,
we now have an old Windows NT4.0 domain served by Samba 4.2.x (using
Samba and LDAP) and want to move to Windows AD.
The reason we need to do that is because of the clients (Windows 10 and
MacOS) and because of a third party device which does not want to talk
to Samba AD (Isilon OneFS).
I did a 'classicupgrade' to Samba AD from our Samba/LDAP config and
then I use this guide :
2018 Sep 14
0
Routing(?) issue
Hi,
this has nothing to do with CentOS but with your router which does not
support using the public IP from inside your network (which is quite
common).
If the port is open on your router when you access it from another
public IP then all is well.
Regards,
Michel
On Fri, 2018-09-14 at 09:43 +0200, Marcin Trendota wrote:
> W dniu 13.09.2018 o 22:19, Oleg Cherkasov pisze:
> > On 13.
2012 Jul 20
0
Forced inclusion of varaibles in validate command as well as step
Dear prof. Harrell,
I'm not able to use the force option with fastbw, here an example of the error I've got (dataset stagec rpart package):
> fitstc <- cph(Surv(stagec$pgtime,stagec$pgstat) ~ age + eet + g2 + grade + gleason + ploidy, data=stagec)
> fbwstc <- fastbw(fitstc,rule="aic",type="individual")
> fbwstc
Deleted Chi-Sq d.f. P Residual d.f.
2012 Nov 28
0
Numbers at risk below cumulative incidence function plot (plot.cuminc, cmprsk-package)
Dear R-community,
I would like to plot the numbers at risk for the different causes of failure at specific timepoints below a cumulative incidence function plot (plot.cuminc-function, cmprsk-package). For a Kaplan-Meier plot I know this is possible with the n.risk-argument in the survplot-function (rms-package), but to my knowledge no such readily-available functions are available for competing
2013 Apr 30
0
Fastbw() function: grouping of variables
Dear R users,
For the purpose of validating a prediction model using validate() from the rms package, I am running into some trouble with using the fastbw() function breaking up natural groups of variables.
Is there any way I can specify to keep certain variable together? In particular, if interactions are included I would also like to keep the main effects in the model.
Another example is a
2018 Sep 14
2
Routing(?) issue
W dniu 13.09.2018 o?22:19, Oleg Cherkasov pisze:
> On 13. sep. 2018 21:02, Marcin Trendota wrote:
>>
>> There is nginx on port 80.
>> I've turned off SELinux for testing purposes.
>>
>> [root at chamber ~]# nmap chamber -p80
>> [...]
>> PORT?? STATE SERVICE
>> 80/tcp open? http
>>
>> [root at chamber ~]# nmap -p80
2009 Apr 09
5
data.fram zero's
Hi all,
A simple question which I don???t seem to be able to solve:
I want to make a data.frame of 360 rows and 94228 column with only zero???s
without having to type all these zero???s ;-)
What is the easiest method?
Thanks,
Naomi
Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan
vertrouwelijk zijn en is uitsluitend bestemd voor
2020 Jun 17
0
C8 - KVM on bridge on VLAN on team issues.
Hi,
the first thing that comes to mind, did you set ip_forward to enable in
/etc/sysctl.conf ?
net.ipv4.ip_forward = 1
Should explain why you IP on the bridge works but not on the vms.
Regards,
Michel
On Wed, 2020-06-17 at 09:43 -0400, Lamar Owen wrote:
> As part of my initial KVM host on C8 deployment, I decided to set up
> some HA features on the new host, specifically NIC
2009 Mar 26
4
same value in column-->delete
Hi Readers,
I have a question.
I have a large dataset and want to throw away columns that have the same
value in the column itself and I want to know which column this was.
For example
> x<-data.frame(id=c(1,2,3), snp1=c("A","G",
"G"),snp2=c("G","G","G"),snp3=c("G","G","A"))
2002 Feb 13
4
[Off-topic] Battery Backed NVRAM for journals ...
I've seen this come up on occassion, but every NAS OEM that uses
NVRAM I've ever talked to over the last 18 months won't tell me
anything about their equipment nor their suppliers. Recently, Micro
Memory contacted me. Is anyone here using their products?
FYI, their 64-bit PCI 128MB-1GB NVRAM board is here:
2009 Mar 20
1
reshape dataframe
Hi,
I have a large dataset on which I would like to do the following:
x<-data.frame(id=c(1,2,3), snp1=c("AA","GG",
"AG"),snp2=c("GG","AG","GG"),snp3=c("GG","AG","AA"))
> x
id snp1 snp2 snp3
1 1 AA GG GG
2 2 GG AG AG
3 3 AG GG AA
And then
2010 Apr 13
2
transpose but different
Hi all,
I want to make extra columns in my datafile where the id of every
groupmember is mentioned in separate columns. To explain it better see the
example:
id<-c(1,2,3,4,5,6,7,8,9,10,11,12)
group<-c(1,1,1,1,2,2,3,3,3,3,3,3)
a<-as.data.frame(cbind(id,group))
a
id group
1 1 1
2 2 1
3 3 1
4 4 1
5 5
2020 Jan 06
4
2FA for Dovecot
Hi,
My goal is to protect my mail account with 2FA, which isn't a crazy
idea in 2020. Therefore, I would like to know the possibilities of
configuring 2FA for Dovecot. In the documentation there are some hints
of e.g. OTP in Dovecot [1] and using FreeIPA with Dovecot [2], where
FreeIPA has the ability to enable OTP per user [3].
But I can't really find much practical information about
2009 Jun 03
1
strsplit for multiple columns
Hi,
I am trying to split multiple columns. One column works just fine, but I
want to do it for multiple columns???
Example
> a
ID V2 V3 V4 V5 V6 V7 V8 V9 V10
1 PBBA0644 -- GG AA -- AA -- AA GG GG
2 PBBA1010 -- GG AA -- AA -- AA GG GG
3 0127ATPR -- GG AA -- AA -- AA GG GG
4 0128EHAB -- GG AA -- AG -- AA AG GG
5 PBBA0829 -- GG AA -- AA -- AA GG AG
2010 Dec 15
1
Using Metafor package: how to backtransform model coefficients when Freeman Tukey double arcine transformation is used
Hello,
I am performing a meta-analysis using the metafor package. My data are
proportions and I used the Freeman Tukey double arcine (FT)
transformation to fit the random effects model. Now I want to create a
forest plot with my estimates backtransformed to the original scale of
proportions. Can this be done?
Regards,
Patricia