search for: ded

Displaying 20 results from an estimated 57 matches for "ded".

Did you mean: dead
2003 Apr 03
5
cdf function: inverse to quantile?
Is there a function in R for calculating empirical cumulative distribution functions, i.e. the inverse of the quantile function? Perhaps in some library? I''d hate to have to re-invent the wheel. David Edwards, Biostatistics, Novo Nordisk A/S, Bagsværd, Denmark. DEd@novonordisk.com <mailto:DEd@novonordisk.com> Tlf: +45 44 42 62 35. Fax: +45 44 42 14 80 [[alternate HTML version deleted]]
2011 Jun 11
15
after initialize blowing up---help
All, Can anyone see what''s happening here? ================== migration ======================= class CreateGreetings < ActiveRecord::Migration def self.up create_table :greetings do |t| t.string :greet t.string :language t.integer :count t.timestamps end end def self.down drop_table :greetings end end ================== greeting.rb
2003 Jun 30
2
R as COM client (rather than server)
...uot;) for (i in 1:NoOutputLines) show(call.ole.method(pMIM, "GetOutputLine")) release.ole.object(pMIM) I've tried to look at the RDCOM documentation but could not figure out whether this can be done. Regards David David Edwards, Biostatistics, Novo Nordisk A/S, Bagsværd, Denmark. DEd@novonordisk.com <mailto:DEd@novonordisk.com> Tlf: +45 44 42 62 35. Fax: +45 44 42 14 80 [[alternative HTML version deleted]]
2006 Nov 25
1
"undefined symbol: _pam_make_env"
Hello, A while ago I downloaded and compiled PAM 0.99.x and installed it over the default CentOS PAM installation. Of course, this premature decision led to root and FTP access being fully locked down and inaccessible. When I `su -`, it prints "su: incorrect password" before it gives me the chance to type a passwor...
2007 Jun 18
0
change fold from package"DEDS"
Hi all: package"DEDS" can find out differentially expressed genes via computing changefold. But if there're 3(or more)groups(1\2\3 for instance),I wanna know the which "group vs group" the changefold is referd to(1 vs 2/1 vs 3/2 vs 3 for instance)? Thanks a lot! My best!
2003 Dec 12
1
jacobi.root, scre.eq, cgf.0, cgf.1 and cgf.2 R-plus functions nee ded
Who can send to me code that can perform in R-plus jacobi.root, scre.eq, cgf.0, cgf.1 and cgf.2 that are part of the S-plus package? Marc D. Brodsky
2003 Feb 07
1
Bug in socketConnection (PR#2535)
...ll gives the error irrespective of which port number is specified. The second call shown here requires, correctly, that a socket connection using port 50 on the local host is available. David Edwards, PhD, Principal Statistician, Department of Biostatistics, Novo Nordisk A/S, Bagsværd, Denmark. DEd@novonordisk.com <mailto:DEd@novonordisk.com> Tlf: +45 44 42 62 35. Fax: +45 44 42 14 80 [[alternate HTML version deleted]]
2018 Mar 08
2
Imputar NA a SQL Server
Buenas, Quiero meter NULL en algunos valores al hacer un insert en una base ded datos SQL Server, pero no me reconoce NA, por lo que no se como meterlos... ?Alguno sabe como podria hacerse? La opci?n de no meter el valor no es v?lida porque tengo que meter varias columans y los NA se pueden dar en cualqueira de ellas... Gracias Jes?s [[alternative HTML version deleted]]
2007 Aug 26
5
Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Hello list, I wonder if someone could help me understand the following: I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only hosted PHP applications there. I now need to set it up to host my new beloved Rails application. I asked them to set up apache with mod_proxy_balancer for the mongrel cluster, however, here''s what they told me: *Unfortunately, we wi...
2018 Jan 04
2
CentOS-virt - Kernel Side-Channel Attacks
On 01/04/2018 10:49 AM, Akemi Yagi wrote: > On Thu, Jan 4, 2018 at 9:51 AM, <rikske at deds.nl> wrote: > >> Please patch the CentOS-virt Kernel to fix the >> Kernel Side-Channel Attacks vulnerabilities. >> >> The latest CentOS-virt kernel was released in November, as seen below. >> >> kernel-4.9.63-29.el7.x86_64.rpm 2017-11-21 13:30 >> &gt...
2018 Mar 09
2
Imputar NA a SQL Server
...te: str_replace_all(values, "'NA'", "NULL") El 8 de marzo de 2018, 17:38, Jes?s Para Fern?ndez <j.para.fernandez en hotmail.com<mailto:j.para.fernandez en hotmail.com>> escribi?: Buenas, Quiero meter NULL en algunos valores al hacer un insert en una base ded datos SQL Server, pero no me reconoce NA, por lo que no se como meterlos... ?Alguno sabe como podria hacerse? La opci?n de no meter el valor no es v?lida porque tengo que meter varias columans y los NA se pueden dar en cualqueira de ellas... Gracias Jes?s [[alternative HTML version delet...
2018 Jan 04
2
CentOS-virt - Kernel Side-Channel Attacks
Please patch the CentOS-virt Kernel to fix the Kernel Side-Channel Attacks vulnerabilities. The latest CentOS-virt kernel was released in November, as seen below. kernel-4.9.63-29.el7.x86_64.rpm 2017-11-21 13:30 https://access.redhat.com/security/vulnerabilities/speculativeexecution http://mirror.centos.org/centos/7/virt/x86_64/xen/
2018 May 29
0
[ovirt-users] Gluster problems, cluster performance issues
...> also found that my cluster was out of date, and was trying to apply updates >>> (hoping to fix some of these), and discovered the ovirt 4.1 repos were >>> taken completely offline. So, I was forced to begin an upgrade to 4.2. >>> According to docs I found/read, I needed only add the new repo, do a yum >>> update, reboot, and be good on my hosts (did the yum update, the >>> engine-setup on my hosted engine). Things seemed to work relatively well, >>> except for a gluster sync issue that showed up. >>> >>> My cluster is...
2005 Feb 21
2
speex denoiser adaptation time
Hi Jean Marc & List, So I have been fiddling with the denoiser (again). While poking around I noticed that nb_preprocess is basically a counter that is mod-ded with 100 (the default), which causes Smin[] to be re- seeded with the value in Stmp[] (min of the previous adaptation period). Smin[] is then used to update the noise probability, which is (probably) less likely when adaptation period is shorter. Ok so that I can get from looking at the code- my...
2008 Oct 28
1
Sweave Error
dear R users, I am using sweave to generate report for my data analysis. I recently updated R ro 2.8.0, and now I have the following results when compile the the tex file generated from R. This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./Lajos.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, croatian, ukrainian, russian, bulgarian, czech, slovak, danish, dut ch, finnish, basque, french, german, ngerman, ibycus, greek, monogreek, ancient greek, h...
2017 Oct 05
3
dealing with a messy dataset
...I2 h RAh Hour of Right Ascension (J2000) 22- 23 I2 min RAm Minute of Right Ascension (J2000) 24- 27 F4.1 s RAs Second of Right Ascension (J2000) 28 A1 --- DE- Sign of the Declination (J2000) 29- 30 I2 deg DEd Degree of Declination (J2000) 31- 32 I2 arcmin DEm Arcminute of Declination (J2000) 33- 34 I2 arcsec DEs Arcsecond of Declination (J2000) 36- 40 F5.2 kpc a26 ? Major linear diameter (1) 42- 43 I2 deg inc ? Inclination 45- 47...
2018 Jan 06
1
CentOS-virt - Kernel Side-Channel Attacks
On 01/05/2018 06:33 AM, George Dunlap wrote: > On Thu, Jan 4, 2018 at 7:12 PM, Sarah Newman <srn at prgmr.com> wrote: >> On 01/04/2018 10:49 AM, Akemi Yagi wrote: >>> On Thu, Jan 4, 2018 at 9:51 AM, <rikske at deds.nl> wrote: >>> >>>> Please patch the CentOS-virt Kernel to fix the >>>> Kernel Side-Channel Attacks vulnerabilities. >>>> >>>> The latest CentOS-virt kernel was released in November, as seen below. >>>> >>>> kernel...
2024 Feb 21
0
Network issue
Hi Stephen, Thanks again for getting back to me, Ivan Krylov responded also and suggested windows binaries and I must confess I was only familiar with installing from files via the package sources (apart from the conventional install.packages method), so the solution was as simple as installing via the binaries. Thanks again, best wishes, James From: stephen sefick &...
2017 Oct 05
1
dealing with a messy dataset
...Right Ascension (J2000) >> 22- 23 I2 min RAm Minute of Right Ascension (J2000) >> 24- 27 F4.1 s RAs Second of Right Ascension (J2000) >> 28 A1 --- DE- Sign of the Declination (J2000) >> 29- 30 I2 deg DEd Degree of Declination (J2000) >> 31- 32 I2 arcmin DEm Arcminute of Declination (J2000) >> 33- 34 I2 arcsec DEs Arcsecond of Declination (J2000) >> 36- 40 F5.2 kpc a26 ? Major linear diameter (1) >> 42- 43 I2 deg...
2017 Oct 05
0
dealing with a messy dataset
...RAh Hour of Right Ascension (J2000) > 22- 23 I2 min RAm Minute of Right Ascension (J2000) > 24- 27 F4.1 s RAs Second of Right Ascension (J2000) > 28 A1 --- DE- Sign of the Declination (J2000) > 29- 30 I2 deg DEd Degree of Declination (J2000) > 31- 32 I2 arcmin DEm Arcminute of Declination (J2000) > 33- 34 I2 arcsec DEs Arcsecond of Declination (J2000) > 36- 40 F5.2 kpc a26 ? Major linear diameter (1) > 42- 43 I2 deg inc ? Incli...