similar to: errors

Displaying 20 results from an estimated 200 matches similar to: "errors"

2007 Jun 14
1
Wilcoxon test on data matrix
Dear everyone, I am trying to do a Wilcoxon one-sided test on my gene expression data. These are the data i have in R: data.matrix (matrix, numeric) containing all gene expression data (42 rows=genes, 42 columns=tumors), no column header or row names data.cl (vector, numeric) consisting of 42 0's and 1's to indicate class 0 or class 1 for each column in data.matrix I want to do a
2005 Sep 23
1
Installing local packages in R for MacOSX 10.4.2
Dear all, I have been using R for Windows before but recently switched to Mac. Now I am confused about how to install local packages using R 2.1.1. on the Mac. I found the menu Packages and Data, and have used it succesfully to install CRAN and Bioconductor packages (all binaries) by selecting these repositories from the pull-down menu and clicking the Get List button. However there is one
2008 Jul 09
2
replacing value in column of data frame
Dear all, Probably a very basic question but I need some help. I have a data frame (made by read.table from a text file) of microarray data, of which the first column is a factor and the rest of the columns are numeric. The factor column contains chromosome names, so values 1 through 22 plus X, Y and XY. The numeric columns contain positions or intensity measurements. What I need to do is
2008 Jun 17
1
samba ldap squid dansgardian
Hi, Just a question. I have a samba PDC with LDAP backend. I want squid / dansguardian use the user auth from samba NTLM bases. i need user and group filtering and i want it transparent. 2 steps, auth, first the NTLM auth on port 80 to be transparent. second, the dansgadian filter filtering groups. this looks bit like it, but this authenicates against ADS.
2008 Jun 23
1
samba ADS and ms licenses
Hi, a quick question. Im running samba, but i want to use ads for auth. I have 1 windows 2000 ( or 2003 ) available, but without extra licences ( just the default 5 users ) in my current enviroment im having about 70 users. now my question. I want to install the windows 2000 or 2003 and use only the ADS install my samba, connect it with the ads of windows. Now its al about, my
2003 Mar 20
0
Misschien leuk voor u
- Deze mail is doorgezonden omdat iemand dacht dat u wellicht interesse zou kunnen hebben. Mocht u na het lezen van deze mail geen interesse hebben dan kunt u de boodschap verwijderen, u ontvangt geen verdere berichten meer tenzij u daar uitdrukkelijk om verzoekt. Computervrienden De club computervrienden gaat zich lanceren in mei 2002. Voordat deze datum wordt bereikt willen wij het volgende
2019 Oct 01
1
VirtualBox extensions and the new kernel
I've been running Centos for different purposes in a VirtualBox environment for quite long now. But the newest kernels miss something so I can get the VirtualBox Extensions linked in. I can see in the virtualbox log file that I shall run maken oldconfig and make, but I get these errors: # make oldconfig && make prepare scripts/kconfig/conf --oldconfig Kconfig # # configuration
2003 Dec 06
1
Diploma zonder studie op basis van EVC
[image001.gif] Diploma's en titels zonder studie op basis van eerder verworven competenties Geachte heer of mevrouw, Graag willen wij u attenderen op onze unieke dienstverlening. Wellicht dat er voor u mogelijkheden zijn om zonder studie op basis van eerder verworven competenties via een External Programme in het bezit te komen van een academische Bachelor, Master
2018 Apr 19
0
Question
Hi, I think he's talking about how much a statistical estimator is influenced by extreme datapoints, e.g. https://en.m.wikipedia.org/wiki/Robust_statistics#Breakdown_point Olivier -- Olivier Crouzet Assistant Professor @LLING UMR6310 - Universit? de Nantes / CNRS Guest Scientist @UMCG - University Medical Center Groningen / RijksUniversiteit Groningen > Le 19 avr. 2018 ? 11:00,
2005 Mar 25
1
Hide files.
Hello Samba, I have a question and I can not find it on the web. I have a share and that works fine but there as files in it I want to hide. (same share as the webserver) I want to hide the *.php files. My question is"How do I do that?" Subdirs is already hidden but the files in the root/dir of the share not. The conf file is included. Kind regards, Martijn Zuiderwijk --
2004 Nov 04
0
Warning: Unacceptable file attachment detected
[ ENGLISH ] Our virus detector has just been triggered by a message you sent:- To: screensavers@pagina.nl Subject: Re: Hi Date: Thu Nov 4 09:38:54 2004 One or more of the attachments are on the list of unacceptable attachments for this site and will not have been delivered. Consider renaming the files or putting them into a "zip" file to avoid this constraint. The virus
2017 Sep 11
2
No more sessions available' / channels not closing issue
Hi all, We've run into a curious issue. We run CentOS 6.5 with openssh installed (OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013 by default). We connect to this server through sftp (Subsystem sftp internal-sftp) using the java JSch library. When opening many sftp channels on a single ssh session OpenSsh does not seem to release the sftp channels closed from the client side when there are
2013 Nov 24
1
[LLVMdev] wrong code generation for memcpy function in SROA optimization pass
SROA optimization pass did some optimizations and transforms for memcpy function,such as ld/st operations.When someone has written down code like size>sizeof(dest) in memcpy(*dest,*src,size), there was much likely a wrong code generation.for example,considered as such testcase: int main() { char ch; short sh = 0x1234; memcpy(&ch,&sh,2); printf("ch=0x%02x\n",ch); } At
2012 Jul 20
0
Forced inclusion of varaibles in validate command as well as step
Dear prof. Harrell, I'm not able to use the force option with fastbw, here an example of the error I've got (dataset stagec rpart package): > fitstc <- cph(Surv(stagec$pgtime,stagec$pgstat) ~ age + eet + g2 + grade + gleason + ploidy, data=stagec) > fbwstc <- fastbw(fitstc,rule="aic",type="individual") > fbwstc Deleted Chi-Sq d.f. P Residual d.f.
2017 Oct 31
0
Scatterplot3d :: Rotating x tick labels by x degrees
Hi Alex, this should be related to the "las" argument of "par()" but actually it does not seem to be parametered in scatterplot3d. Searching the net for "scatterplot3d las" provides a link to: https://stackoverflow.com/questions/25458652/specifying-the-orientation-of-the-axes-labels-in-scatterplot3d You may try the solution that is provided in this link or consider
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
> On Oct 31, 2017, at 8:55 AM, Olivier Crouzet <olivier.crouzet at univ-nantes.fr> wrote: > > Hi Alex, > > this should be related to the "las" argument of "par()" but > actually it does not seem to be parametered in scatterplot3d. > Searching the net for "scatterplot3d las" provides a link to: > >
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
Hello, David, don?t worry about answering this question or any of my inquiries in the future. Not looking for code servants. Definitely not an expert at using the scatter plot 3D library. That being said, I plan on researching rgl as was recommended so kindly on a previous response to my question. Regards, Alex On Oct 31, 2017, at 4:13 PM, David Winsemius <dwinsemius at
2015 Nov 25
0
Uw betaalpas staat voor u klaar
<HEAD> <META content="text/html; charset=utf-8" http-equiv=Content-Type> <STYLE rel="stylesheet"> body { margin: 0px; padding: 0px; background-color: #FFFFFF; } a img { border: none; } table.main { font-family: Tahoma; font-size: 10px; font-weight: normal; color: #4c4c4c; padding: 0px;
2015 Jan 25
4
Failure reporting (mixed feelings)
Hi there, ? As suggested on the samba wiki, I like to report failures using samba4. ? Story: I had setup a general Office environment using samba4 (2 servers) with AD intergrated DNS (samba internal), Zarafa mail server (Prof.), ISC dhcp with split-scope and file shares (users, profiles, data and application) for a test-case environment.? Plan was to deploy this setup for a customer? (small 25
2010 Jun 16
2
Package development process?
Hello, All: What thoughts might you have on "The R Software Package Development Process"? I'm looking for ideas, materials, references, and / or collaborators for an article on this topic to be submitted to the Communications of the ACM. My limited experience with other languages such as Matlab and Python suggests that R may be fairly unique with CRAN and this