search for: lmp

Displaying 20 results from an estimated 34 matches for "lmp".

Did you mean: jmp
2013 Nov 08
1
Different output from lm() and lmPerm lmp() if categorical variables are included in the analysis
I've found a problem when using categorical variables in lmp() from package lmPerm According to help(lmp): "This function will behave identically to lm() if the following parameters are set: perm="", seq=TRUE, center=FALSE.") But not in the case of including categorical variables: require(lmPerm) set.seed(42) testx1 <- rnorm(100,10,5...
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary: The directory /usr/local/lib/R/site-library can be used for site-wide multi-user installations of R. This is even the default on Debian and Ubuntu (following a suggestion by Kurt and Fritz a decade ago over beers -- what could be better). However, R enforces wrong permissions on directories and files there (removing group-write) which effectively defeats this purpose,
2010 May 06
0
intercept in lmp()
Hi all, Dear Dr. Wheeler, I am trying to use the lmPerm package to perform multiple regression on microarray data with certain empirical variables associated with treatments of the experiment. In order the circumvent the very conservative multiple test corrections such as Bonferroni and BH, I try to use permutated probabilities to assess associ...
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
...+=16 end return Base64.encode64(enc_text) end # def md5_decrypt(enc_text,password,iv_len=16) enc_text=Base64.decode64( enc_text) n=enc_text.size i=iv_len plain_text='''' pass='''' for ii in 0..password.size-1 pass +=password[ii].to_s(2) end lmp=enc_text[0,iv_len] enc='''' for k in 0..lmp.size-1 enc=lmp[k].to_s(2) end intermedi=(pass.to_i ^lmp.to_i) .to_s iv=intermedi[0,512] while(i<n) do block = enc_text[ i, 16 ] plain_text += block ^ pack( ''H*'', Digest::MD5.hexdigest (...
2010 Feb 12
5
logical operations with lists
...thing useful: how can I obtain a list C that contains all the members in the list B that are not in list A? This are lists of nanes, not numbers! Thank you Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Apr 22
6
simple question
Hi how can I find, in a vector of characters, which is the most frequent one? Thanks Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2008 Jan 14
2
What is connect-debounce wrt usb?
...et type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'sip2' Class: 0x000100 Service Classes: Unspecified Device Class: Computer, Uncategorized HCI Ver: 1.2 (0x2) HCI Rev: 0x512 LMP Ver: 1.2 (0x2) LMP Subver: 0x512 Manufacturer: Cambridge Silicon Radio (10) CSR is considered good... Then I try and pair my Treo 650. I picked up the following to make the token discoverable: dbus-send --system --type=method_call --print-reply --dest=org.bluez /org/bluez/hci0 org.blu...
2010 May 28
3
how to create automatically names for vectors in a loop?
...0) { vector#x# = rnorm(100) x=x+1 } where each vector has, at its hand, instead of #x# a number which goes from 1 to 99. How can I do this? Thanks Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Jan 29
2
question about transpose
...ly created colums do not appear to have the first row as header. How can I do to have all the newly created columns have their first row as a header? Thanks Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2020 Jul 22
2
NPM and code-size
(NPM: new pass manager; LPM: legacy pass manager) In a first quick experiment today I compared code-size of the LMP vs. the NMP for the CSiBE benchmark (and some other), and this shows code-size increases with the NPM that would probably be unacceptable for us. So, now I am wondering how/if we need to mitigate this, and have a bunch of questions. As I've noticed quite some activity around the NPM recently,...
2010 Feb 13
3
how to do calculations in data matrices?
...;, "calculations", "data matrices", "data tables", and "CRAN", and I didn't find anything useful. Thank you all Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Sep 03
6
how can I plot bar plots with all the bars (negative and positive) in the same direction????
...ot (x) all the values below 0 go downwards, and all the positive values go upward. How can I make them all begin from the minimum pointing upwards? Thanks! Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Jan 29
1
how to create a histogram from a matrix?
...I do: >library(lattice) >table<-read.table("C:/.../table",header=TRUE,sep="\t") >histogram(table) Please help me!!! Thanks Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Jan 31
1
permutation analysis with randomly chosen subsets of a matrix
...et and randomly chosen ones from the "mother" list. How could I do that? What would be an appropriate statistical test? Thank you for your help! Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 Apr 22
1
cell-based high-throughput chemical compound screens package?
...screens. I know that the cellHTS2 package provides this for siRNA screens. Does anybody know if something like what I'm looking for exists? Thank you! Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2010 May 08
1
memory limit
...= 3000 ) the error doesn't resolve, and when I type > memory.size () I always get [1] 26.85 I'm confused here. Can anybody help me? Thanks! Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2012 Sep 15
1
lmPerm p-values and multiple testing
I've started using lmPerm in order to perform regressions in R. The equation I want to fit has the form: out3 <- lmp(outcome ~ bin1 + bin2 + cont1 + cont2, perm="Exact") Where "outcome" is a non-normally distributed continuous variable, and bin* and cont are binary and continuous regressors (simi...
2005 Apr 26
8
Problems with unicode filenames
I have a file server with windows and I am creating a new Fedora Core 3 + Samba 3.0.10-1.fc3 file server... But i have many, many files that have chars like ?, ?, ? in their name... When I move the files to the Samba server, all that unicode chars are changed to ? I need a solution for that to move on, because my boss will not like to stop using that chars... Thanks for any help Cristian
2010 Jan 31
2
help on Venn's diagram
...lyes in the non-numeric nature of the list, but I don't know if a solution for this exists... If anybody can help, this would be a great thing. Thanks! Gabriele Zoppoli, MD Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy Guest Researcher, LMP, NCI, NIH, Bethesda MD Work: 301-451-8575 Mobile: 301-204-5642 Email: zoppolig at mail.nih.gov
2004 Jun 22
0
Accessing ISDN with avm bluetooth hardware
...tion issue (I hope), or the HW that I have has no voice capabilities. The remote device has the following capabilities: root@trident iaxcomm # hcitool info 00:04:0E:90:38:F6 Requesting information ... BD Address: 00:04:0E:90:38:F6 Device Name: Bluetooth ISDN Access Point LMP Version: 1.1 (0x1) LMP Subversion: 0x1 Manufacturer: AVM Berlin (31) Features: 0x2f 0xbe 0x05 0x00 0x00 0x00 0x00 0x00 <3-slot packets> <5-slot packets> <encryption> <slot offset> <role switch> <RSSI> <channel qu...