Displaying 20 results from an estimated 65 matches for "eighths".
Did you mean:
eighth
2010 Nov 02
1
splitting First 10 words in a string
Hi Steven,
Thank you for the help. I get an error though when i do this :
>lit<-read.csv("litologija.csv", sep=";", dec=".")
>sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE)
>str(sent)
>sentV<-rep(sent,10)
>str(sentV)
>first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10)
>DF
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts.
--------------------------------------------------------------------------------
Eighth Real-Time Linux Workshop
October 12-15, 2006
Lanzhou University - SISE
Tianshui South Road 222
Lanzhou, Gansu 730000
2006 Jun 13
1
GXP-2000 Audio Quality
I have a client with about 16 GXP-2000. They complain that the audio
quality is terrible after 2 or 3 simultaneous conversations. They are
behind DSL 1.5Mbps down and 256Kbps up. Because they are using G711.u
codec, I know they upstream bandwidth is the limiting factor and they
most likely won't be able to have more than 3 simultaneous
conversations, and if they're surfing the
2012 Nov 26
1
who's in charge of the fortune d/b?
I haven't found who does it for RHEL/CentOS yet, and there's a wrong
attribution....
--------------------- Fortune Begin ------------------------
I'm N-ary the tree, I am,
N-ary the tree, I am, I am.
I'm getting traversed by the parser next door,
She's traversed me seven times before.
And ev'ry time it was an N-ary (N-ary!)
Never wouldn't ever do a binary. (No
2006 Sep 11
5
Successive Graphs
Hello! I have written an R script on a Windows platform where I
calculate eight result matrices I plot using matplot. I would like to
display the resulting plots successively, rather than simultaneously,
and I was wondering if anyone could point me in the right direction as
to how to do this. The graphs pop up in this manner by default when I
run my script in S-PLUS, with tabs separating them so I
2005 Jun 22
2
Trouble with ifelse and if statement (PR#7962)
Full_Name: Woolton Lee
Version: 2.1
OS: windows
Submission from: (NULL) (128.118.224.46)
I did the following ('g' and 'h' are both numeric vectors)
> i <- abs(g-h)
creating a vector 'i' with values,
> i
[1] 0.08 0.00 0.33 0.00 0.00 0.00 0.00 0.33 0.00 0.00 0.08 0.08 0.20 0.00 0.13
Now, I want to create a new vector =1 whenever 'i' = 0.33 and =0
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
I have a very standard barplot. My labels are too long to be printed
horizontally under each bar, so I am using text to put the labels on a 45
degree slant.
However, the labels are spaced more narrowly than the bars, so on an 8
vertical bar plot, the end of the eighth label is lined up with the seventh
bar.
Preferably I don't want to do every text label separately (I'm having this
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably
noticed that SCO has said that the GPL is invalid. IBM appears to make
the reasonable case that you can't say something is void, and then rely
on it. INAL, but why is SCO allowed to distribute Samba without agreeing
to the GPL? That's like buying a car, then claiming the sale agreement
is bogus but you still want
2016 Mar 07
2
CentOS 7, ctrl-alt-bksp
I've been googling, and looking at the CentOS wiki - which, btw, when I do
a full search on "control-alt-backspace", gives me three pages... in
Japanese, I think.
How do I re-enable userspace restart X?
mark
2005 Sep 18
1
trimmed mean in R seems to round the trimming fraction
subject: trimmed mean in R seems to round the trimming fraction
to r-help at stat.math.ethz.ch.
Consider the following example of 10 numbers. 10% trimmed mean is correct
but you can see that the result is the same for many trimming fractions
till 0.20!
For example 13% trimmed mean should use interpolation of second and
eighth ordered observation. R does not seem to do this.
The correct 13%
2016 Mar 07
2
CentOS 7, ctrl-alt-bksp
Fred Smith wrote:
> On Mon, Mar 07, 2016 at 11:25:30AM -0500, m.roth at 5-cent.us wrote:
>> I've been googling, and looking at the CentOS wiki - which, btw, when I
>> do a full search on "control-alt-backspace", gives me three pages... in
>> Japanese, I think.
>>
>> How do I re-enable userspace restart X?
>>
> on the top panel, click SYSTEM /
2009 Jan 24
2
Plotting Two Lines
Hi,
I am trying to plot the following data such that both variable y and z vs x.
(ie two lines on a single plot). As the x variable is not numeric, how do I
go about it? Appreciate if any expert could help.
I know I use plot() follow by lines() to add another line to the plot. But
my problem is i was unable to plot y vs x in the first place.
x y z
D9S1820
2006 Apr 11
10
Ruby on Rails as rapid prototyping tool
[This might be slightly off-topic]
I just posted my thoughts on how we use Rails as rapid prototyping tool in
Capgemini.
http://justaddwater.dk/2006/04/12/rails-prototyping/
Unfortunately I cannot give details as to which clients due to privacy
issues. Just want tho share my thoughts on this and hear if you have
anything to add.
--
Jesper R?nn-Jensen
Capgemini Danmark A/S
Oernegaardsvej 16
DK -
2003 Jan 15
1
S-Plus compatability...
Dear all,
I was wondering if someone could point me in the right direction to
solve a problem I've encountered.
I have a set of S-plus scripts which call an external program to
analyse the data (the external program is called Genehunter and is
used for genetic analysis). There are a six scripts in total, five of
which are called from the main script. I made a few changes like
changing
2003 Feb 10
1
Samba 2.2.7a as PDC with LDAP: c000019b error code
Hello!
I've run into a strange problem with samba-2.2.7a. I compiled it with
--with-ldapsam on a Debian/Woody box, set up openLDAP 2.0.23 with all users
and machine trust accounts and configured samba to using LDAP and being a
PDC. Works ok so far, users may authenticate and use their shares.
But they can not *always* log into the domain from NT4.0 workstations.
Sometimes yes, sometimes
2006 Mar 03
1
extracting p-values from lmer outputs
I would like to write a function that runs GLMM using lmer
on a user-input model containing interactions, but if the
model doesn't produce significant results for the interaction,
a reduced model will be run without the interaction.
Doing this seems to require getting the p-values out of an
lmer object, but I don't know how to do this. (The grand
DF debate seems to be irrelevant since the
2003 Jul 11
0
More voice prompts available now
Thanks to a generous donation by VoicePulse
(http://www.voicepulse.com/) there are now a wide selection of useful
(and not-so-useful) voice prompts available on my website, recorded
by Allison Smith (http://www.theivrvoice.com/) There were some apps
and dialplan tricks that people were waiting on release because of a
lack of voice prompts; hopefully I received and remembered your
requests.
2019 Nov 06
2
Alias analysis only throwing mayAlias for something that seems should be identifiable as mustAlias
I have a global 2-D array ARRAY[N][M] and I am accessing it inside the for
loop like this:
for (i...)
for (j ...)
ARRAY[i][j] ...
So nothing really weird is happening. If I look at the generated IR, it is
also fairly straight forward.
@ARRAY0 = dso_local global [32 x [32 x i32]] zeroinitializer, section
".slow_mem", align 32, !dbg !84
...
%45 = getelementptr inbounds [32 x [32 x
2006 Apr 14
0
CentOS-announce Digest, Vol 14, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Jul 22
2
Automatic differentiation in R
Hi
I recently gave a presentation about Automatic Differentiation (AD) and R at the Eighth Euro AD Workshop in Oxford (17/07/09). The presentation was intended as a general introduction to R and the desire for a generic AD interface for R. During the presentation I emphasised the need and the high level of interest that the R community has in developing such an interface and that input from the