similar to: Invoking SAS in order to use sas.get

Displaying 20 results from an estimated 10000 matches similar to: "Invoking SAS in order to use sas.get"

2006 Jun 16
6
modeling logit(y/n) using lrm
I have a dataset at a hospital level (as opposed to the patient level) that contains number of patients experiencing events (call this number y), and the number of patients eligible for such events (call this number n). I am trying to model logit(y/n) = XBeta. In SAS this can be done in PROC LOGISTIC or GENMOD with a model statement such as: model y/n = <predictors>;. Can this be done
2006 Jul 26
2
R vs. Stata
I have read some very good reviews comparing R (or Splus) to SAS. Does anyone know if there are any reviews comparing R (or Splus) to Stata? I am trying to get others to try R in my department, and I have never used Stata. Regards, -Cody Cody Hamilton, Ph.D Institute for Health Care Research and Improvement Baylor Health Care System (214) 265-3618 This e-mail, facsimile, or letter
2006 Jul 07
6
parametric proportional hazard regression
Dear all, I am trying to find a suitable R-function for parametric proportional hazard regressions. The package survival contains the coxph() function which performs a Cox regression which leaves the base hazard unspecified, i.e. it is a semi-parametric method. The package Design contains the function pphsm() which is good for parametric proportional hazard regressions when the underlying base
2007 Apr 10
3
sas.get problem
I have 3 SAS files all in the directory F:/sas, two data files and a format file : form.ea1.sas7bdat form.ea2.sas7bdat sas.fmts.sas7bdat F is a USB. I am trying import them to R using "sas.get". I have not used SAS since I was downloading data from mainframe and having to write JCL. I had forgotten how bizarre SAS can be. I currently have not even figured out how to load the files
2007 Aug 13
4
CDR-CSV Processing
Does anyone have any tools to process CDR-CSV files into reports? I don't have anything specific in mind, I'd just like some reporting examples so I don't have to reinvent the wheel. ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended
2008 Jul 16
3
Zap Channel Oddity
Can anyone help me start to diagnose why a Sangoma A200 wouldn't dial out LD? Local calls are fine, incoming is fine, just no LD. Bell tech has been on site and plugged into lines with his test set and was able to dial LD just fine, so it's not a LEC issue. No errors in asterisk console, using zaptel 1.4.11 and sangoma drivers 3.2.6, asterisk 1.4.18 ________________________________
2007 Aug 14
4
Recognize 800 number
Is there a way to recognize if someone called our PRI using an 800 number? The DID is showing my 4 digit primary line, not anything obvious signifying that an 800 number is called? ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the
2007 Dec 11
2
Aastra 480i CT
Are the cordless phones on the 480i CT from Aastra registered independently in Asterisk? Such that if I have 5 of the cordless phones hooked up, each one is it's own "extension?" ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended
2009 Apr 06
2
Hacked
Just FYI: IP address 89.248.168.176 has been trying to use the recently release SIP vulnerability in Asterisk to make outbound calls via our box. They are running a bank account callback scam. Jeremy Mann Director of IT Texas Health Management Group Direct Line: 817-310-4956 Main Line: 817-310-4999 Helpdesk: 817-310-4999 x3 Fax: 817-310-4990 Email: jmann at txhmg.com
2008 Nov 05
2
Dundi Issues
I'm getting the following error over and over on the console: pbx_dundi.c:2975 dundi_rexmit: Max retries exceeded to host Any idea how to troubleshoot this? My network latency is roughly 40-50ms between all hosts in my dundi cloud. Jeremy Mann Director of IT Texas Health Management Group Direct Line: 817-310-4956 Main Line: 817-310-4999 Fax: 817-310-4990 Email: jmann at txhmg.com
2008 Mar 12
2
DUNDi
Is there a way to have a dundi host advertise extensions for another server? A-----------B-----------C I'd like A to reach C through B. A and C would handle the call, B would just be the DUNDi intermediary. Assuming A has 101-199 B has 201-299 And C has 301-399 A sample dundi/extensions/iax config for B is all I need. I can get single DUNDi queries running fine(A->B, B->C,
2006 Jul 21
0
One arm survival sample calculations
Does anyone know of a function that computes the necessary sample size to reject a null median survival in favor of a given alternative median survival in a one arm trial? Cody Hamilton, Ph.D Institute for Health Care Research and Improvement Baylor Health Care System (214) 265-3618 This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information
2007 Apr 20
4
importing sas datasets
Hello, I wanted to ask help about importing sas datasets. 1)I tried with some functions as read.ssd (foreign package), but it doesn't import the file if the length of the variables' names are longer than 8 bite (it has to conform to the 6 version). 2)I then tried with the sas.get function (Hmisc package) but with the command: c<- sas.get(lib="c:\\ghan",
2007 Oct 02
1
Rhino RCB8FXX
Anyone know if Rhino is planning on supporting zaptel 1.4 anytime soon? ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the use of the individual(s) and entity(ies) to whom it is addressed. If you are the intended recipient, further
2006 Dec 11
3
Problem with sas.get function in Hmisc
Thomas, As F Harrel in a preceding message told me that you are the maintainer of Hmisc package, I write directly to you, with copy to the Rhelp list in case someone encountered the same problem and find some benefit in the response. I used quite often the function sas.get in Hmisc library which I is very, very useful. But, as trying to reuse it today it seems not to function anymore. I tried
2007 Aug 08
2
PRI Reset
Is it normal for a PRI to reset the inactive B channels periodically(like once every hour). I'm seeing on my asterisk console successful restarts, just curious as this is all new to me. ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept statistical analyses performed with R ? Delphine Fontaine
2010 Mar 25
1
Read SAS data
Hi! I need to import in R some SAS dataset (sas7bdat). I found two functions to do it: "read.ssd" from the package "foreign" and "sas.get" from "Hmisc". df = read.ssd(libname = path2data, sectionnames = "sasSmallDataset", tmpXport = path2data, tmpProgLoc = path2data, sascmd = path2sas) sas.get(libraryName = path2data, member =
2009 Apr 30
1
Wanpipe
Newest wanpipe (3.3.16) beta drivers do not compile against dahdi-linux 2.2.0-rc2 which is what you get when you get dahdi-linux-current.tar.gz Anyone have a workaround or patch? Error below ==================== Building modules, stage 2. MODPOST CC /usr/src/wanpipe-3.3.16/patches/kdrivers/wanec/wanec.mod.o LD [M] /usr/src/wanpipe-3.3.16/patches/kdrivers/wanec/wanec.ko make[1]:
2007 Aug 09
1
PRI Question
I have a 2 port T1 card doing PRI passthrough, Span 1 answers from Telco, Span 2 sends to my existing phone system(Nortel). My Span1 gets sent to the context from-pri, detailed here: [from-pri] exten => _49XX,1,Set(CALLERID(all)=${CALLERID(all)}) exten => _49XX,2,Dial(Zap/g2/${EXTEN},,twk) exten => _49XX,3,Congestion() exten => _49XX,4,Set(CALLERID(all)="") exten =>