Displaying 20 results from an estimated 2548 matches for "erlis".
Did you mean:
ellis
2004 Apr 11
3
pcauchy precision (PR#6756)
Full_Name: Morten Welinder
Version: snapshot
OS:
Submission from: (NULL) (65.213.85.129)
Two things are wrong.
1. There is nan test outside IEEE_754.
2. The meat part of the function should really be something like...
if (!lower_tail)
x = -x;
if (fabs (x) > 1) {
double temp = atan (1 / x) / M_PI;
return (x > 0) ? R_D_Clog (temp) : R_D_val (-temp);
} else
2007 Dec 22
2
Understanding eval
After many hours of debugging code, I came to the conclusion that I
have a fundamental misunderstanding regarding eval, and hope that
someone here can explain to me, why the following code acts as it does:
foo <- function(expr) {
eval(substitute(expr), envir=list(a=5), enclos=parent.frame())
}
bar <- function(er) {
foo(er)
}
> foo(a)
[1] 5
> bar(a)
Error in eval(expr,
2014 Apr 11
0
Fwd, from upstream: Heartbleed Toolkit | Secure, Detect, & Repair
Subject: Heartbleed Toolkit | Secure, Detect, & Repair
Date: Thu, 10 Apr 2014 18:12:16 -0400
From: Red Hat <email at engage.redhat.com>
View in a Web Browser
<http://app.engage.redhat.com/e/es.aspx?s=1795&e=352069&elq=852ad1748d834dbeac7f2adf6f4b1679>
"Follow us on Twitter"
2007 Jun 06
2
Multiple color schemes for barchart (lattice)
Hello R-help.
I am trying to make a stacked barplot where the color of the sections of
each bar depend on another variable.
> myData[1:11,]
score percent marker cellType Malignant
1 0 100.00000 ESR1 (ER) Bladder.M(5) TRUE
2 0 80.00000 PAX8 Bladder.M(5) TRUE
3 1 20.00000 PAX8 Bladder.M(5) TRUE
4 0 100.00000 ESR1 (ER) Brain.N(3) FALSE
5 0
2007 Aug 03
2
Does collection_select work in list.rhtml?
Hi,
I have 2 models:
Model 1: er, Columns: <er_id, er_name>
Model 2: er_process, Columns: <er_id, er_process_name>
er_id is a foreign key for Model 2.
When I am creating a new er_process or editing an existing one, I have
been successful to use collection_select to show the available er''s so
that the user can select a particular er by its name (to populate the
er_id
2012 Feb 29
2
How are the coefficients for the ur.ers, type DF-GLS calculated?
I need some real help on this, really stuck
how are the coefficients for
ur.ers(y, type = c("DF-GLS", "P-test"), model = c("constant", "trend"),
lag.max = 0)
The max lag is set at zero, so the regression should simply be
Diff(zt) = a*z(t-1)
where a is the value i'm trying to find and z(t)'s are the detrended values.
but through performing
2007 Jul 04
3
Stemming problem
Does anyone know if xapian stemming support suffix -er? I tried -s and -ing
both work, but not -er.
_________________________________________________________________
?????????????? MSN Messenger: http://messenger.msn.com/cn
2013 Feb 03
1
ggplot2 plotting errorbars.
Hi,
i'm using this lines of code:
dodge <-position_dodge(width=0.9)
ggplot(dfm,aes(x = X,y = value)) +
geom_bar(aes(fill = variable), position=dodge, stat="identity") +
geom_errorbar(aes(ymin=value-er, ymax=value+er),width=0.25,
position=dodge,stat="identity")
to plot this data frame
X variable value er
1 A X4 58.74 9.44
2 B X4
2005 May 24
1
Contingency tables from data.frames
Dear list,
I'm trying to do a set of generic functions do make contingency tables from
data.frames. It is just running "nice" (I'm learning R), but I think it can be
better.
I would like to filter the data.frame, i.e, eliminate all not numeric variables.
And I don't know how to make it: please, help me.
Below one of the my functions ('er' is a mention to EasieR,
2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
What fun. I don't often stoke up the boiler and actually compile
open-source code, but here I am at the beginning of just such a joyous
and wondrous adventure.
I'm running the latest level of AIX (V5.3...V4.3 has been obsolete for
at least, what, 5 years) and using the IBM compiler (xlc is similarly
obsolete, from back when the compiler came with the O/S...oh, for the
halcyon days of
2003 Jul 03
2
Problem with digit 0 X-lite
Hello guys,
Have you guys experienced problem with digit 0 from x-lite.
I cannot access asterisk services with number containing
digit 0. For example i have voicemail with mailbox number
6100, if i login from x-lite login always fail because
asterisk only read number 61.
2008 Oct 02
2
samba : Strong(er) authentication required
Good morning
I am running a windows server 2003 AD domain where the option "server
signing" cannot be changed
I have installed the latest version of samba and i always get this error msg
" Failed to join domain : Strong(er) authentication required"
Kinit is working
net ads join -U xxxxxx -d4 does give above error message
Is there a solution for this ?
It seems lots of person
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune.
Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.)
Du kan evt. scanne din computer med det gratis' værktøj
2010 Aug 20
2
strange behavier after finished backup
Hola,
new to the list and maybe having problems with english I ask for a friendly and a not too difficult answer.
Using Windows 7 Pro,
D-link DNS-323 NAS-Storage
rSync: actual Version (just downloaded)
Here is the stange behavier:
I use
rsync.exe -a -v --progress --delete --ignore-errors --force /cygdrive/N/ /cygdrive/ "//SPEICHER/Volume_1/Backup/10-er/D$/"
So I want to backup the
2005 May 27
0
x86_64 build break on FC4
When attempting to build Xen on x86_64 FC4 platform, using the May 26
22:03 xen-unstable-src.tgz and pulling the latest BK tree:
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix
include -Wall -Werror -Wno-pointer-arith -pipe -I/tmp/xen-
unstable/xen/include -I/tmp/x en-unstable/xen/include/asm-x86/mach-
generic -I/tmp/xen-unstable/xen/include/asm -x86/mach-default -O3 -
2009 Jul 01
2
net ads join -> strong(er) authentication required
Hi,
my windows folks migrated to AD 2008 R2, resulting in the following error
message when trying to join the domain:
[HOST] /etc $ /opt/csw/bin/net ads join -U <USER>
Enter <USER>'s password:
[2009/07/01 11:51:28, 0] libads/sasl.c:ads_sasl_spnego_bind(819)
kinit succeeded but ads_sasl_spnego_krb5_bind failed: Strong(er)
authentication required
Failed to join domain: failed
2005 Sep 30
2
boot errors
I''ve compiled the 3.0-devel version on SUSE Linux 9.3. The ony problem is the qla2300 driver, which will not start all correctly on boot. So i cannot see other partitions than sda.
---------------------------------------------------------------------------------
QLogic Fibre Channel HBA Driver
ACPI: PCI Interrupt 0000:04:02.0[A] -> GSI 24 (level, low) -> IRQ 185
qla2300
2010 Jul 28
3
draw ER Diagrams for models
Hi
I would like to know the relations ship between models by using er
diagrams.
How it is ??
please suggest me
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from
2013 Oct 20
1
cannot load such file -- unicode (LoadError)
I''m new to RoR and working on a migration of project developed by another
team.
I''m using Rails version (3.2.13) and my bundle install works successfully.
However while running "rails server", I get the error below.
Any suggestions are most appreciated.
Thanks!
-------------- rails server output --------------
2005 Jan 14
1
security = server, username map, different domain -> no login
Hi,
I posted a similar question a few days before. I'm still confused what
might be wrong with my config.
Setup:
- update from Samaba 2.2.12 to 3.0.10
- Solaris 8 Server
- server is not a domain (EMEA) member, and it's not possible to add the
server to the EMEA domain :(- server is only in workgroup ERS (our department, no DC, only a few hosts).
- no winbind
- authentification happens