search for: techsup

Displaying 20 results from an estimated 24 matches for "techsup".

2004 Mar 05
3
SMB gurus: please help - I am desperate.
...t account (if there is such a solution). My smb.conf global section has security=user (actually no 'security' entry, it simply takes the default, which is 'user'). The settings of the share are: [sharedir$] comment = %h shared dir path = /home/shared valid users = +sambagrp techsup browseable = No That's it. Any other settings are implied by taking the defaults. User account 'lynn' is a member of the group 'sambagrp' and as you can see from the original posting, it successfully authenticates from both a W2K client and a Linux client. 'techsup' i...
2016 Apr 22
3
Moving the 1st DC (FSMO) to another site - howto?
...oving our lab, with our offices staying in the old building for now (different class C subnets). The physical machine is basically a file server (hosting DC1 as a VM) which is particularly needed at the new site. Plus: Summer is coming and the new site has cooling. Unfortunately, our university techsup can't span a VLan to merge these two sites. So I am trying to figure out how to do it. In earlier discussions on DC failover strategies I was suggested to have my DCs on different sites (with different subnets), so I figure it being possible in general. The necessary steps likely include:...
1999 Dec 11
2
SAS XPORT Transport Format
...ted out that the United States Food and Drug Administration (FDA) has adopted a transport format defined by SAS Institute as a standard for electronic submissions of data. As a result, this format has been openly documented. The URL for the documentation on the format is http://ftp.sas.com/techsup/download/technote/ts140.html Information on the FDA standards for Electronic submissions is given at http://www.sas.com/software/industry/pht/fda/index.html Has anyone written code to import data stored in this format into R? Saikat DebRoy and I started reverse-engineering the format befo...
2018 Apr 13
0
Reading xpt files into R
...ence number You can look at the file with a text editor. There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. -- David. > If anyone can explain how I can read this xpt file into R I'd be v grateful > > Thanks Nick Wray > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-proj...
2002 Dec 21
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
...file, but with R trying to load a text SAS XPORT Stephen> file, when it should be loading the SAS XPORT file in Stephen> binary format? Is this a problem? I have no idea what you mean by binary/text SAS XPORT formats. R implements the XPORT format as described in http://ftp.sas.com/techsup/download/technote/ts140.html and that definitely is not a text format.
2018 Apr 14
0
Fwd: Re: Reading xpt files into R
...00:18 , David Winsemius <dwinsemius at comcast.net> wrote: > > There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > > -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com [[alternative...
2018 Apr 13
5
Reading xpt files into R
Hello R folk I have an xpt file which I have been trying to open into R in R studio On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded. I had also found some code which says that this would allow me to read the xpt file into R: library(SASxport) data(Alfalfa) lookup.xport("test.xpt")
2016 Apr 22
3
Moving the 1st DC (FSMO) to another site - howto?
...gt; in the old building for now (different class C subnets). The > physical machine is basically a file server (hosting DC1 as a VM) > which is particularly needed at the new site. Plus: Summer is > coming and the new site has cooling. Unfortunately, our university > techsup can't span a VLan to merge these two sites. So I am trying > to figure out how to do it. In earlier discussions on DC failover > strategies I was suggested to have my DCs on different sites (with > different subnets), so I figure it being possible in general. > >...
2018 Apr 14
1
Fwd: Re: Reading xpt files into R
..., David Winsemius <dwinsemius at comcast.net> wrote: >> >> There is a read.xport function in the foreign package and I think most people would have chosen that one as a first attemp. It's part of the standard R distribution. It refers you to https://support.sas.com/techsup/technote/ts140.pdf for details on the format. > -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law
2016 Jun 23
5
Moving the 1st DC (FSMO) to another site - howto?
...now (different class C subnets). The >>> physical machine is basically a file server (hosting DC1 as a VM) >>> which is particularly needed at the new site. Plus: Summer is >>> coming and the new site has cooling. Unfortunately, our university >>> techsup can't span a VLan to merge these two sites. So I am trying >>> to figure out how to do it. In earlier discussions on DC failover >>> strategies I was suggested to have my DCs on different sites (with >>> different subnets), so I figure it being possible in...
2002 Mar 28
0
Enhancement request: lookup.xport() in library foreign
...e author, or someone else if he's not available, could modify the code to include the format name. Thank you -Don -- the reference -- SAS Technical Support document TS-140: ``The Record Layout of a Data Set in SAS Transport (XPORT) Format'' available as <URL: http://ftp.sas.com/techsup/download/technote/ts140.html>. -- -------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA -------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2005 Apr 07
1
Importing SAS transport data
I have encountered a problem reading SAS transport files on both a Mac (OS X) and Linux (RedHat 9), both using R2.0.1. After loading "foreign", the command: read.xport("V1622101_050304.xpt") yields: Error in lookup.xport(file) : File not in SAS transfer format In Linux, I can "cat" the file. The first few lines are: **COMPRESSED** **COMPRESSED** **COMPRESSED**
2016 Apr 22
0
Moving the 1st DC (FSMO) to another site - howto?
...ith our offices staying in the > old building for now (different class C subnets). The physical machine is > basically a file server (hosting DC1 as a VM) which is particularly needed > at the new site. Plus: Summer is coming and the new site has cooling. > Unfortunately, our university techsup can't span a VLan to merge these two > sites. So I am trying to figure out how to do it. In earlier discussions on > DC failover strategies I was suggested to have my DCs on different sites > (with different subnets), so I figure it being possible in general. > > The necessary st...
2016 Apr 29
1
Moving the 1st DC (FSMO) to another site - howto?
...now (different class C subnets). The >>> physical machine is basically a file server (hosting DC1 as a VM) >>> which is particularly needed at the new site. Plus: Summer is >>> coming and the new site has cooling. Unfortunately, our university >>> techsup can't span a VLan to merge these two sites. So I am trying >>> to figure out how to do it. In earlier discussions on DC failover >>> strategies I was suggested to have my DCs on different sites (with >>> different subnets), so I figure it being possible in...
2016 Jun 24
2
Moving the 1st DC (FSMO) to another site - howto?
...lass C subnets). The >>>> physical machine is basically a file server (hosting DC1 as a VM) >>>> which is particularly needed at the new site. Plus: Summer is >>>> coming and the new site has cooling. Unfortunately, our university >>>> techsup can't span a VLan to merge these two sites. So I am trying >>>> to figure out how to do it. In earlier discussions on DC failover >>>> strategies I was suggested to have my DCs on different sites (with >>>> different subnets), so I figure it being...
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
...ts between different tissues can be compared or if they must somehow be "normalized", since the number of samples per tissue varyies. Searching the web I found the function "compcorr", see: http://www.fon.hum.uva.nl/Service/Statistics/Two_Correlations.html http://ftp.sas.com/techsup/download/stat/compcorr.html and implemented it in R: compcorr <- function(n1, r1, n2, r2){ # compare two correlation coefficients # return difference and p-value as list(diff, pval) # Fisher Z-transform zf1 <- 0.5*log((1 + r1)/(1 - r1)) zf2 <- 0.5*log((1 + r2)/(1 - r2)) # difference...
2008 Apr 21
3
optFederov/AlgDesign - help avail?
Hello, we are needing to generate optimal (Fractional) designs for discrete choice applications, where we will be using logistic regression or multinomial logit as the modeling technique. It looks like optFederov, in the AlgDesign package may work, but not sure if this algorithm works when the variable of interest is binary or nominal? Anyone who are experts in this area, anyone interested
2016 Apr 25
0
Moving the 1st DC (FSMO) to another site - howto?
...ld building for now (different class C subnets). The >> physical machine is basically a file server (hosting DC1 as a VM) >> which is particularly needed at the new site. Plus: Summer is >> coming and the new site has cooling. Unfortunately, our university >> techsup can't span a VLan to merge these two sites. So I am trying >> to figure out how to do it. In earlier discussions on DC failover >> strategies I was suggested to have my DCs on different sites (with >> different subnets), so I figure it being possible in general. &g...
2016 Jun 24
0
Moving the 1st DC (FSMO) to another site - howto?
...lass C subnets). The >>>> physical machine is basically a file server (hosting DC1 as a VM) >>>> which is particularly needed at the new site. Plus: Summer is >>>> coming and the new site has cooling. Unfortunately, our university >>>> techsup can't span a VLan to merge these two sites. So I am trying >>>> to figure out how to do it. In earlier discussions on DC failover >>>> strategies I was suggested to have my DCs on different sites (with >>>> different subnets), so I figure it being...
2016 Jun 23
0
Moving the 1st DC (FSMO) to another site - howto?
...lass C subnets). The >>>> physical machine is basically a file server (hosting DC1 as a VM) >>>> which is particularly needed at the new site. Plus: Summer is >>>> coming and the new site has cooling. Unfortunately, our university >>>> techsup can't span a VLan to merge these two sites. So I am trying >>>> to figure out how to do it. In earlier discussions on DC failover >>>> strategies I was suggested to have my DCs on different sites (with >>>> different subnets), so I figure it being...