search for: diagnosis

Displaying 20 results from an estimated 906 matches for "diagnosis".

2008 Nov 12
3
R- transform data frame into matrix
Hello I have the problem that I want to transform a dataframe as generated by diagnosis <- rep(diagnosis[1:3], 3) marker <- gl(3,3) values <- rnorm(9) dataframe <- cbind(diagnosis, marker, values) dataframe <- dataframe[c(1:5, 7:9), ] into a matrix where levels(diagnosis) is indicating the rows of the matrix, levels(marker) the columns and values are the actual conten...
2011 Jan 20
4
subsets
Dear R people Could you please help. Basically, there are two variables in my data set. Each patient ('id') may have one or more diseases ('diagnosis'). It looks like id diagnosis 1 ah 2 ah 2 ihd 2 im 3 ah 3 stroke 4 ah 4 ihd 4 angina 5 ihd .............. Q: How to make three data sets: 1. Patients with ah and ihd 2. Patients with ah but no ihd 3. Patients with ihd but no ah? If you have any ideas could just guide what should I look...
2006 Oct 31
0
PSARC 2005/738 SSG-Availability Feature Set 2 APR
...2005/738 SSG-Availability Feature Set 2 APR PSARC 2005/748 FMA for UltraSPARC DataPath 6229087 SPARC CPU/Mem DE should track DIMM serial numbers on Serengeti/Starcat 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms 6281113 RFE: AVL-FS2: FMA-AVL Datapath Diagnosis Coordination Files: create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp.c create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp.h create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp_page.c create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp_page.h create: usr...
2010 May 19
2
Joining two (or more) frequency tables
Hi, I am still new to R and have, in spite of searching all over, found no "understandable" documentation for how to join two (or more) frequency tables. Why would I want to do that and what do I mean by "joining" ? Let me try to explain: I have a diagnosis form that allows registration of up to three diagnosis codes on animals with birth defects, like this: father.id diagnosis diagnosis2 diagnosis3 a 100 200 300 b 200 100 340 .... and so on. As you can see the same diagnosis can show u...
2009 Nov 18
4
Switch Help
Dear Rexperts, Given, aar <-function(command) { switch(command, {scrn = cat("scrn :Screening","\n")} {dx = cat("dx :Diagnosis","\n")} {df = cat("df :Don't Forget","\n")} ) } I want to be able to do: aar("dx") # function does cat("dx :Diagnosis","\n") aar(c("dx","df")) # function does cat("dx :Diagnosis",&quo...
2012 Jul 06
1
How to do goodness-of-fit diagnosis and model checking for rlm in R?
Hi all, I am reading the MASS book but it doesn't give examples about the diagnosis and model checking for rlm... My data is highly non-Gaussian so I am using rlm instead of lm. My questions are: 0. Are goodness-of-fit and model-checking using rlm completely the same as usual regression? 1. Please give me some pointers about how to do goodness-of-fit and residual dia...
2007 Apr 09
1
testing differences between slope differences with lme
hello i have a mixed effect model which gives slope and intercept terms for 6 groups (diagnosis (3 levels) by risk group(2 levels)). the fixed part of the model is -- brain volume ~ Diagnosis + Risk Group + (Risk Group * age : Diagnosis) - 1 thus allowing risk group age/slope terms to vary within diagnosis and omitting a nonsignificant diagnosis by risk group intercept (age was centered...
2001 Nov 29
1
Diagnosis Article
Just following your the Diagnosis Article located at (http://samba.org/samba/docs/DIAGNOSIS.html):- At Test 3, there is nothing mentioned if the test prompts for a password:- mercury# smbclient -L mercury added interface ip=203.220.30.98 bcast=203.220.30.103 nmask=255.255.255.248 added interface ip=192.168.10.122 bcast=192.168.10...
2004 Jun 16
2
subset and lme
I'm puzzled by the following problem, which appears when attempting to run an analysis on part of a dataset: If I try: csubset <- dat$Diagnosis==0 cont <- lme(fixed=cform, random = ~1|StudyName, data=dat,subset=csubset,na.action=na.omit) Then I get: Error in eval(expr, envir, enclos) : Object "csubset" not found But if I do instead: cdat <- dat[dat$Diagnosis==0,] cont <-...
2001 Nov 26
1
Failing tests 5 and 6 in DIAGNOSIS.txt?
Hi, While going through DIAGNOSIS.txt on my samba 2.2.2 server, I came across the following test results: Test 5: [root@NetServer samba]# nmblookup -B resaddr8.research.bio2.edu '*' querying * on 209.64.53.8 name_query failed to find name * This appears to be a partial failure? Test 6: Initially, I got: [root@NetServe...
2008 Apr 29
0
Samba fails diagnosis.txt test #5 nmblookup
I am using diagnosis.txt on a connection between Kubuntu Gutsy Gibbon and a Windows XP machine with service pack 1 and 2 installed. !== DIAGNOSIS.txt for Samba release 2.0.7 26 Apr 2000 Contributor:Andrew Tridgell Updated:November 1, 1999 Subject:DIAGNOSING YOUR SAMBA SERVER diagnosis.txt fails on test #5. TEST 5:...
2002 Nov 03
4
Not visable server
Hi list I have a problem. Running Samba 2.2.1a on a Redhat Linux 7.2 kernel 2.4.18 Client is a Microsoft Windows2000pro I can connect to all shares but I can not see my server in network neighborhood. I can see the the clients but not the server??? What have I missed? Some configuration I can test Thanks H?kan
2003 Oct 17
1
as.matrix does not turn data frame into character matrix
The as.matrix function behaves in a puzzling manner. The help file says: "`as.matrix' is a generic function. The method for data frames will convert any non-numeric column into a character vector using `format' and so return a character matrix." But this does not appear to be the case in the following example. Instead, as.matrix turns a data.frame into a list, not a
2006 Aug 22
2
how to run ANCOVA?
Dear all, I would like to know how to run an analysis of covariance in R. For example, I have a data frame ("data") consisting of two second-degree categorical variables ("diagnosis" and "gender"), one continous independent variable ("age") and one continous dependent variable ("response"). I ran a simple anova to see the effects of diagnosis and gender (and interaction): aov.out <- aov(response~diagnosis*gender,data) anova(aov.out) Now...
1998 Sep 27
0
can't get past test 8 in diagnosis.txt
I am trying very hard to get Samba working on my RedHat 5.1 system. I can't get past the 7th test in the Diagnosis.txt. On my Windows95 computer if I type 'net view \\MONSTER1' at a DOS prompt it returns an error: Error 54: The network is currently busy processing other requests or is out of resources. Try again later, or verify your network configuration to be sure that enough network resources are spe...
2003 Jul 10
2
DIAGNOSIS.TXT
Hi all, working on the problem that I cannot log in from my NT4 box I noticed that: - Test 8 from DIAGNOSIS.TXT fails: from the NT machine I try: "net view \\server" and I have: "System error 5 has occurred. Access denied" I don't know how to handle this... Could you please help me? Regards, -- Benilton Carvalho DE / IMECC / UNICAMP Red Hat Linux i18n Team
2008 Oct 31
1
stratified kappa (measure agreement or interrater reliability)?
Hi All: Could anyone point me to a package that can calculate stratified kappa? My design is like this, 4 raters, 30 types of diagnosis scores, 20 patients. Each rater will rate each patient for each type of diagnosis score. The rater's value is nominal. I know I can measure the agreement between raters for each type of diagnosis score, e.g., calculate out 30 kappa values. My problem is I want to have an overall agreement meas...
1999 Aug 06
0
Need diagnosis help
...ord like I do when I login to Linux, and then an error dialog appears with the message 'The domain password is not correct, or access to your logon server has been denied.' The same user name an password work with the Win 95 machine, so I know they are correct. Following the directions in DIAGNOSIS.TXT, everything is fine until TEST 8 > net view \\eserv I get an error message like 'you need to log in first.' Eserv is the Linux samba server. I've read books and (carefully) experimented with every panel I can find - nothing seems to work. However ... If I turn off 'Log on...
2000 Feb 02
1
Stuck with Test 3 of Diagnosis... Please Help..
...are using smbmount, and copy files. No problems. + On the NT side, I can see the linux server on the network neighborhood, although I can't browse it... i.e., I can't double click on it (I got a "semaphore timeout" error). Since I need also access to the linux shares, I went over Diagnosis.TXT, and begun step by step: T1: testparm: OK. T2: ping: OK. T3: I'm getting the following error: # smbclient -L myserver session request to MYSERVER failed session request to *MYSERVER failed # smbclient -L myNTclient -N ==> I get info from the NT, although the list of shares is empty, w...
2000 Jul 20
1
Diagnosis Tests - Failed #5
...work. It's running RedHat 6.2 and Samba 2.0.7. On the NT 4.0 side of things I can see the machine (with the correct name) if I do NET VIEW or look in the Network Neighborhood. However, when I do "NET VIEW \\SambaServer" I get an Error 5 Access Denied. (Test 8) So I started on the diagnosis and got to Item 5. When I issue "nmblookup -B ntserver '*'" I get back the IP Address of the Samba Box. I'm guessing that's not what I should get back. I'm guessing I should get back the IP Address of the "ntserver". I have host allow set to ALL (do I nee...