similar to: error bars

Displaying 20 results from an estimated 2000 matches similar to: "error bars"

2006 Apr 06
1
R CMD check for packages in a bundle
Hi [MacOsX 10.4.6; R-2.2.1] I have a bundle that comprises three packages. I want to run R CMD check on each one individually, as it takes a long time to run on all three. I am having problems. The bundle as a whole passes R CMD check, but fails when I cd to the bundle directory and run R CMD check on a package directory. The whole bundle passes: octopus:~/scratch% R CMD check
2008 Oct 21
2
Dragon NaturallySpeaking 7 install fails -ve memory reported
Hi folks, I'm presently having my second foray into Wine. I'm running Ubuntu 8.04 on a machine with 3GB memory. I'm having problems installing Dragon NaturallySpeaking 7 and would welcome some guidance. When I run "wine /media/cdrom1/autorun.exe" the install looks promising for a few moments, then an error message saying: "Your computer does not meet the minimum
2006 Nov 17
1
which operators are available? (was: Re: do.call("+", ...))
I did not realize that ++ was available. Is there a comprehensive list somewhere of which operators are available for definition? I searched the R Language manual for ++ but that only came up with a reference to C++ . On 17 Nov 2006 11:38:43 +0100, Peter Dalgaard <p.dalgaard at biostat.ku.dk> wrote: > rfrancois at mango-solutions.com writes: > > > Hi, > > > > You
2009 Aug 28
4
progress of sound update -- REVISED
Change -- The program I test with is Dragon NaturallySpeaking. Yesterday's Ubuntu updates produced a rash of pulseaudio changes, and suddenly alsa works with wine, without stumbling. Today's secret to making it work: In System/Preferences/Startup applications, uncheck pulseaudio sudo apt-get install esound sudo nano /etc/pulse/client.conf autospawn = no Then every time your computer
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown (or more broadly, another form of light-markup)... to begin with, there is the markdown "dingus"... from a demo perspective, it has been _fantastic_. it has provided interested observers a quick idea about the simplicity and the power of markdown. as a writing tool, it's a bit clunky; it will work, yes, but i'd doubt many
2009 Jul 05
5
Naturally speaking + Wine better, the audio not so good
NaturallySpeaking under wine is working remarkably well considering the amount of complexity present in both systems.. When I use it, it's just smoother and feels better than NaturallySpeaking under Windows. My undying gratitude is extended to all of those that helped. Here's what doesn't work so well. Audio. Specifically, vxi-b200 USB microphone In order to use it, I need to turn off
2012 Feb 20
2
Dragon NaturallySpeaking 11.5
I tried to install Dragon NaturallySpeaking 11.5 with wine on Debian Squeeze. My Wine version is 1.0.1-3.1. It installed Visual C++ 9.0 runtime, but failed to install Microsoft .NET framework, and so the installation failed. Is the solution merely to upgrade my Wine to version 1.4 to install NaturallySpeaking11.5? l Or is the goal to install this ".NET framework". What is it and how
2008 Feb 20
1
Running DNS 9.5 Standard
Dragon NaturallySpeaking 9.0 Preferred installs and runs. However, DNS 9.5 installs well but does not. The output is as follows. I have been told that there is an oleacc function that has not been implemented in wine, but does anyone else have any suggestions? susan at ubuntu:~/.wine/drive_c/Program Files/Nuance/NaturallySpeaking9/Program$ wine natspeak Xlib: extension "GLX" missing
2012 Sep 20
3
Line over Boxplot
Very much a rookie at R, and have only recently started using it again so pardon the simple question. I am trying to produce a box plot from one data set and then overlay a line plot from another data set. The box plot data set is made up of 20 sets of 30 data points, or 600 total data points. The line has only 30 total data points. The box plot is plotting fine, but for some reason, the line plot
2008 Nov 24
2
Getting lowest latency sound?
I have been trying to get lowest-latency sound (with highest fidelity) to use with Dragon NaturallySpeaking. I have Jaunty and the latest RT kernel, which I know has problems for many applications but works fine to run DNS. (It will not, however, install the program nor train it.) I set up real-time audio access as follows: sudo su -c 'echo @audio - rtprio 99 >>
2008 Jun 02
4
Beginning Questions
Dear all, I am new to rails and I am considering it for a project. What I would like to know (and I couldn''t straightforwardly find an answer to) is: - is it possible to develop commercial web applications in which you can pack a whole web app and send it to a client without disclosing the source? - is there any library of existing components already implemented? - which solutions are
2003 Sep 07
3
bug in crossprod? (PR#4092)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### # The last line of following code produces a segmentation fault: x <- 1:10 f <- gl(5,2)
2011 Aug 23
2
Can't install program with today's git in 64-bit
<head><style>body{font-family: Geneva,Arial,Helvetica,sans-serif;font-size:9pt;background-color: #ffffff;color: black;}</style></head><body id="compText">>I downloaded today''s git, compiled --enable-win64, and installed. <br>>The command "wine64 notepad" produces notepad, and everything seems fine. <br>>But then I
2004 Sep 08
3
do.call("[", ...) question
Hi again everyone I have an arbitrarily dimensional array "a" and a list "jj" of length length(dim(a)). The elements of jj are vectors of indexes. How do I use do.call() to extract a[ jj[[1]], jj[[2]], jj[[3]], ...] ? Toy example follows: a <- matrix(1:30,5,6) jj <- list(5:1,6:1) I want the following a[ jj[[1]],jj[[2]] ] How do I do this? OBAttempts:
2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help! >library(MASS) > dif.mns = function(x2,tr1=.2,tr2=.3){ + #generates four different 'means' using + #difference scores from x2, an n x 2 matrix + #for use w/ bootstrap comparisons + diffs = apply(x2,1,diff) + mn1=mean(diffs) + mn2=mean(diffs,tr=.2) + mn3=mean(diffs,tr=.3) +
2009 Aug 19
4
FYI -- Just to let you know of potential sound problems
I have the latest version of Ubuntu Studio (Karmic) and just re-installed it today. I use non-pulse applications, including Audacity and Dragon NaturallySpeaking running under wine. I have tried disabling pulseaudio every way I know how. I am getting no sound, mostly due to what are described as timeout errors. Ubuntu has been working to make it run with pulseaudio properly disabled, so that
2004 Jun 11
4
rownames of single row matrices
Hi I want to extract rows of a matrix, and preserve rownames even if only one row is selected. Toy example: R> a <- matrix(1:9,3,3) R> rownames(a) <- letters[1:3] R> colnames(a) <- LETTERS[1:3] R> a A B C a 1 4 7 b 2 5 8 c 3 6 9 Extract the first two rows: R> wanted <- 1:2 R> a[wanted,] A B C a 1 4 7 b 2 5 8 rownames come through fine. Now extract just
2004 Nov 04
1
Specifying error terms in aov and lme
I need to specify error terms properly in a mixed-effects anova model. I know you can add error terms in aov using Error and can specify random factors in lme but I am not sure how these get treated. When making the calculations for fixed and random factors, are the correct error terms used and how can you get aov or lme to use different error terms for fixed and random effects? I'm
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
(Forwarded off-list message) -------- Original Message -------- Subject: Re: [Xapian-discuss] what is the fastest way to fetch results which are sorted by timestamp ? Date: Thu, 11 Aug 2011 01:06:36 +0800 From: ??? <panjunyong at gmail.com> To: Tim Brody <tdb2 at ecs.soton.ac.uk> On Wed, Aug 10, 2011 at 6:39 PM, Tim Brody <tdb2 at ecs.soton.ac.uk> wrote: > Hi, > > In
2011 Mar 19
5
64-bit installation instructions
<head><style>body{font-size:10pt;font-family:arial,sans-serif;background-color:#ffffff;color:black;}p{margin:0px;}</style></head><body>>Have you also compiled 32 bit Wine? My impression is that you need both to have a functioning system. http://wiki.winehq.org/Wine64<br><br>Thanks. I followed instructions. It seems to be OK to use two git repositories