Skip to content
Back to formatted view

Raw Message

Message-ID: <1324650309099-4228759.post@n4.nabble.com>
Date: 2011-12-23T14:25:09Z
From: 1Rnwb
Subject: Help with code
In-Reply-To: <OFCB30D1F8.4EEEB979-ONC125796E.0027BE75-C125796E.00289FDF@precheza.cz>

this is how the ouput from the code should be 

structure(list(HTN = 1:10, HTN_FDR = structure(c(4L, 2L, 1L, 
2L, 3L, 1L, 1L, 2L, 3L, 2L), .Label = c("Ctrl_noc", "T1D_noc", 
"T1D_oc", "T1d_w"), class = "factor"), Dyslipidemia = structure(c(3L, 
2L, 1L, 2L, 4L, 1L, 1L, 2L, 4L, 2L), .Label = c("Ctrl_noc", "T1D_noc", 
"T1D_oc", "T1D_w"), class = "factor"), CAD = structure(c(3L, 
2L, 1L, 2L, 3L, 1L, 1L, 2L, 3L, 2L), .Label = c("Ctrl_noc", "T1D_noc", 
"T1D_oc"), class = "factor"), CAD_FDR = structure(c(3L, 2L, 1L, 
2L, 3L, 1L, 1L, 2L, 3L, 2L), .Label = c("Ctrl_noc", "T1D_noc", 
"T1D_oc"), class = "factor"), Prior_MI = structure(c(3L, 2L, 
1L, 2L, 3L, 1L, 1L, 2L, 3L, 2L), .Label = c("Ctrl_noc", "T1D_noc", 
"T1D_oc"), class = "factor"), t1d_ptype = structure(c(3L, 3L, 
2L, 3L, 1L, 1L, 2L, 3L, 3L, 3L), .Label = c("Ctrl", "Ctrl_FDR", 
"T1D"), class = "factor")), .Names = c("HTN", "HTN_FDR", "Dyslipidemia", 
"CAD", "CAD_FDR", "Prior_MI", "t1d_ptype"), class = "data.frame", row.names
= c(NA, 
-10L))


--
View this message in context: http://r.789695.n4.nabble.com/Help-with-code-tp4218989p4228759.html
Sent from the R help mailing list archive at Nabble.com.