search for: x115

Displaying 13 results from an estimated 13 matches for "x115".

Did you mean: 115
2018 May 24
0
Manipulation of data.frame into an array
...for, e.g. a matrix() call. This can be easily done by noting that a data frame is also a list and using do.call(): ## imp is the data frame: do.call(c,imp) X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114 1 2 1 2 1 2 1 2 1 2 1 2 1 2 X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212 1 2 0 1 0 1 1 1 0 1 0 1 0 1 X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 1 1 0 1 1 2 3 4 5 6 7 8 1 2 Y11 Y12 Y13 Y14 Y15...
2018 May 24
4
Manipulation of data.frame into an array
Hello everyone, I want to transform a data.frame into an array (lets call it mydata), where: mydata[[1]] is the first imputed dataset...and for each mydata[[d]], the first p columns are covariates X, and the last one is the outcome Y. Lets assume a simple data.frame: Imputed = data.frame( X1 = c(1,2,1,2,1,2,1,2, 1,2,1,2,1,2,1,2), X2 =
2018 May 24
2
Manipulation of data.frame into an array
...for, e.g. a matrix() call. This can be easily done by noting that a data frame is also a list and using do.call(): ## imp is the data frame: do.call(c,imp) X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114 1 2 1 2 1 2 1 2 1 2 1 2 1 2 X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212 1 2 0 1 0 1 1 1 0 1 0 1 0 1 X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10 1 1 0 1 1 2 3 4 5 6 7 8 1 2 Y11 Y12 Y13 Y14 Y15...
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
...+X44+X45+X46+X47+X48+X49+X50+X51+X52+X53+X54+X55+X56+X57+X58+X59+X60+X61+X62+X63+X64+X65+X66+X67+X68+X69+X70+X71+X72+X73+X74+X75+X76+X77+X78+X79+X80+X81+X82+X83+X84+X85+X86+X87+X88+X89+X90+X91+X92+X93+X94+X95+X96+X97+X98+X99+X100+X101+X102+X103+X104+X105+X106+X107+X108+X109+X110+X111+X112+X113+X114+X115+X116+X117+X118+X119+X120+X121+X122+X123+X124+X125+X126+X127+X128+X129+X130+X131+X132+X133+X134+X135+X136+X137+X138+X139+X140+X141+X142+X143+X144+X145+X146+X147+X148+X149+X150+X151+X152 ~ conditions, data = proteo) but I get this error message: Error in model.matrix.default(mt, mf, contrasts) :...
2009 Jun 24
2
change the height or scale of the y axis
...;x98","x99","x100", "x101","x102","x103","x104","x105","x106","x107","x108","x109","x110", "x111","x112","x113","x114","x115","x116","x117","x118","x119","x120", "x121","x122","x123","x124","x125","x126","x127","x128","x129","x130", "x131","x13...
2012 May 25
2
Query about creating time sequences
...quot;, "X99", "X100", "X101", "X102", "X103", "X104", "X105", "X106", "X107", "X108", "X109", "X110", "X111", "X112", "X113", "X114", "X115", "X116", "X117", "X118", "X119", "X120", "X121", "X122", "X123", "X124"), NULL)) [[alternative HTML version deleted]]
2002 Mar 07
1
EpsonC80 printing problem
Hi All, Does anyone have printing problem with an EPSON C80 connected to a Win98 OSR2 with USB cable ? I'm trying to "lpr'ing" a text file from a Linuxbox RH7.2 to the above printer without success. The print seem sent ok, because the green led flash something, but doesn't print. Any suggestion ? Thanks in advance. Roberto Fichera.
2013 Apr 05
1
Accessing examplars in apcluster (apcluster package)
Hi, I was wondering how it was possible to access the actual cluster exemplars from the APResult class. Currently it only spits it out onto the terminal if you type the object but there is no other way to see which one is the examplar. Would appreciate any help. Thanks, Sachin [[alternative HTML version deleted]]
2002 Jul 09
1
FW: minolta printers
I set it up as a raw printer using printconf. I added it to samba with swat and I get te\he following errors in my log. [2002/07/08 17:35:11, 0] rpc_server/srv_spoolss_nt.c:close_printer_handle(257) close_printer_handle: Invalid handle (OTHER) [2002/07/08 17:35:11, 0] rpc_server/srv_spoolss_nt.c:close_printer_handle(257) close_printer_handle: Invalid handle (OTHER) The printer name and the queue
2012 Aug 08
1
basehaz() in package 'Survival' and warnings() with coxph
Hello, I have a couple of questions with regards to fitting a coxph model to a data set in R: I have a very large dataset and wanted to get the baseline hazard using the basehaz() function in the package : 'survival'. If I use all the covariates then the output from basehaz(fit), where fit is a model fit using coxph(), gives 507 unique values for the time and the corresponding cumulative
2012 Aug 09
1
basehaz() in package survival and warnings with coxph
I've never seen this, and have no idea how to reproduce it. For resloution you are going to have to give me a working example of the failure. Also, per the posting guide, what is your sessionInfo()? Terry Therneau On 08/09/2012 04:11 AM, r-help-request at r-project.org wrote: > I have a couple of questions with regards to fitting a coxph model to a data > set in R: > > I have a
2003 Nov 07
6
Printing with CUPS
I've just been trying to get my Samba 3.0.0-2 build to work with CUPS. The rpm I downloaded from the Samba site was not compiled with CUPS library support. Which is why I am assuming that having added printing = cups in my conf file things are not working. If I use the source rpm can I force the build to include CUPS library support ? Or do I have to build from scratch? thanks Alan
2002 Jan 22
1
glm.predict?
...ot;, "MM"), row.names = c("X9", "X10", "X21", "X22", "X23", "X31", "X50", "X51", "X62", "X63", "X64", "X65", "X82", "X101", "X102", "X115", "X116", "X126", "X127", "X128", "X129", "X153", "X154", "X169", "X170", "X178", "X179", "X180", "X199", "X200", "X201", "X242", &q...