Displaying 17 results from an estimated 17 matches for "smidge".
2004 Jun 18
2
Barplots and error indicators: Some R-Code
...ot;bo"
if (is.na(hat)){
hat<-0.01} #fraction of the x axis that defines the size of the error
indicator hat
if (is.na(col)){col<-"white"} #the default color is white
x.cor<-barplot(data, ylim=ylim, xlab=xlab, ylab=ylab, main=main,
names.arg=names.arg, col=col, space=space)
smidge<-diff(par("usr")[1:2])*hat
up.ind<-data+err.ind
lo.ind<-data-err.ind
segments(0,0,x.cor,0) # draws X-Axis
if (ind.side=="up"){
segments(x.cor, data, x.cor, up.ind)
segments(x.cor, up.ind, x.cor+smidge, up.ind)
segments(x.cor, up.ind, x.cor-smidge, up.ind)
}else{
if (ind...
2000 Feb 24
2
(-1 as index) OR (envelope for QQ)
...uals(a.fit))
samp <- cbind(residuals(a.fit), matrix(rnorm(num.points*19),num.points,19))
samp <- apply(scale(samp), 2, sort)
rs <- samp[,1]
xs <- qqnorm(rs, plot=FALSE)$x
env <- t(apply(samp[,-1], 1, range)) ###########################3
xyul <- par("usr")
smidge <- min(diff(c(xyul[1], xs, xyul[2])))/2
segments(xs-smidge,env[,1], xs+smidge, env[,1])
segments(xs-smidge,env[,2], xs+smidge, env[,2])
where I've marked a confusing line with ########. From what I gather
(from section 2.1, or page 5, of "R complements to MASS" by VR),
indexi...
2001 Apr 16
1
Help with plotting error bars in R
Hi,
I'm sorry to send email to everyone on this list, but I have a simple question
which is bothering me and I can't seem to figure out the correct answer. I
just downloaded R and I'm trying to reproduce some simple analysis I've done
on other packages. In particular, if I have a vector of experimental values
and a vector of their uncertainties, is there a way to plot the
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2002 Jan 25
4
How to add error bars to plot(x,y)in R?
Dear R Experts,
Is there a way in R to add an error bar (say in the y direction) for each data point?
Thanks
Ming Chow
--
__________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2001 May 24
2
New Package: gregmisc
I've thrown a couple of useful functions into a new package "gregmisc" and
uploaded them to ftp://ftp.ci.tuwien.ac.at/incoming/gregmisc_0.1.1.tgz
Here's DESCRIPTION:
Package: gregmisc
Description: Misc Functions written/maintained by Gregory R. Warnes
Title: Greg's Miscellaneous Functions
Version: 0.1
Date: 2001/05/24
Depends: R
Maintainer: Gregory R. Warnes
2000 Nov 08
4
How to plot error bars
I'm a newcomer to R. I can't seem to find any documentation how to add
error bars to points in scatter plots. I guess I could plot the points,
then compute and plot line segments in the X and/or Y directions to
represent the errors?
- Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Aug 29
1
Newbie question: Linear regression with error bars.
Hello guys,
I am a total newbie on R, having downloaded it, read the documentation and
started playing with it right now.
My general question is what 'lr' model can be used for doing a linear
regression on points that have a variance associated with them (ie. Monte
Carlo simulation results).
Actually my Data sets look like:
Timestep Energy Variance_of_the_Energy
0.0005 -14.876840
2010 Apr 23
3
iptables
how could i add / remove iptable rules on cet os 5.4 final for tcp / udp
base on ports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100423/f2e3dc7a/attachment-0002.html>
2020 Mar 23
4
[RFC] Coding standard for error/warning messages
Hi all,
This came up in a recent review. There is currently no documented style for
how to write error messages. For example, should they start with a capital
letter or end in a full stop? Consequently, there's quite a bit of
inconsistency in our diagnostics throughout the code base.
clang typically emits error messages with no leading capital letter and no
trailing full stop. For example:
2017 Jun 12
2
Open bug count passes 10,000 mark
...g/buglist.cgi?action=wrap&resolution=---&=%20>
10011<https://bugs.llvm.org/buglist.cgi?action=wrap&resolution=--->
I have been tracking this number weekly since 8/20/2012 (when we had 2911 open bugs) and the trend line is extraordinarily consistent, adding an average of a smidge over 4 new open bugs per day for nearly 5 years straight (R2 > 0.99). The consistency is endearing to process-management geeks, as it means LLVM bug management is "under control" from a statistical quality management perspective. The raw number and trend line may feel less "unde...
2005 Mar 23
1
FW: polycom 500 help!!
Dean,
I appreciate the suggestion. Is it really necessary.
I've got slackware already installed on the box. (I consider myself a
bit of a Linux guru.), all the drivers, and Asterisk. Everything seems
to work fine, EXCEPT getting it to talk to the extension. wouldn't it
be easier/faster to just adjust a few settings than to re-initialize my
entire box.
dean collins wrote:
>If
2011 Jul 06
1
question about getting things out of an lapply
Dear R-help subscribers,
I have a quite stupid question about using lapply. I have the following
function:
create.gradient <- function(i){
colorgrad01<-color.scale(seq(0,1,by=0.01), extremes=c("red","blue"))
tree1$edge[i,1] -> x
tree1$edge[i,2] -> y
print(x)
print(y)
all2[x] -> z
all2[y] -> z2
round(z, digits = 2) -> z
round(z2, digits = 2) -> z2
2007 Dec 03
7
RSpec Project
Hey does anyone know of a good open source Rails project that uses
RSpec? I''d like to check out some real world code that''s drinking the
RSpec BDD koolaid.
Thanks.
--
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
2000 Jul 05
0
FW: PROBLEMS
...e 500 PC's so they don't need
> accounts OR need to know the password to connect. (NOTE: when I
> used the "man smbpasswd"
> command to obtain usage information on the smbpasswd command, I got
> a nice explanation of
> the smbpasswd file. It would have been a smidge helpful if the
> command and the name of the file itself
> were somehow just a tad different and had entries in the manpages.)
>
> 4) I spent considerable time in the appendix of the Using Samba book to
> go thru the sample SMB.CONF file
> and the various usage instructions for...
2004 Sep 06
1
Fixing libvorbisfile to handle largefiles
...in my hacks below. Anyway, here are some of my
hacks to lib/vorbisfile.c in vorbis (these are just the ones
needed for 64-bit tell/seek):
--- lib/vorbisfile.c-ORIG Sun Aug 22 20:50:55 2004
+++ lib/vorbisfile.c Fri Aug 27 08:21:33 2004
@@ -84,6 +84,18 @@
}
}
+/* XXX HACK */
+/* save a tiny smidge of verbosity to make the code more readable */
+ogg_int64_t _tell_helper(OggVorbis_File *vf){
+ if(vf->datasource){
+ (vf->callbacks.tell_func)(vf->datasource);
+ ogg_sync_reset(&vf->oy);
+ }else{
+ /* shouldn't happen unless someone writes a broken callback */
+...
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down...
http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html
Interesting piece. This is the second post from Yager that shows
solaris in a pretty good light. I particularly like his closing
comment:
"If you haven''t checked out ZFS yet, do, because it will eventually
become ubiquitously implemented