search for: liw

Displaying 20 results from an estimated 22 matches for "liw".

Did you mean: lib
2005 Apr 01
1
plotCI error when trying to omit upper or lower bars (PR#7764)
...ars should be omitted by passing NULL as an argument. Older versions of plotCI had no problem with this. Here is an example: library(gplots) means <- c(1,2,3,4,5) upperw <- c(1,1,1,1,1) lowerw <- c(1,1,1,1,1) upper <- means+upperw lower <- means-lowerw plotCI(x=means,uiw=upperw,liw=lowerw) #Works fine plotCI(x=means,ui=upper,li=lower) #Works fine ##Error with uiw and liw: plotCI(x=means,uiw=NULL,liw=lowerw) #Error: subscript out of bounds plotCI(x=means,uiw=upperw,liw=NULL) #Error: subscript out of bounds ##Error with ui and li: plotCI(x=means,ui=NULL ,li=lower) #Error:...
2010 Jun 05
1
Error Bar Issues
...1.5027762 7 110 6.968231 1.3799637 8 140 7.325713 1.2282053 9 200 7.875194 1.1185175 10 260 6.513927 0.5386359 11 320 4.204342 0.6855906 This is the command that I typed in to get my error bars. plotCI(x=Saline [,1],y=Saline [,2], uiw=Saline [,3], liw=uiw, err=y, pch=21, pt.bg=par("bg"), cex=1.5, lty=1, type="o", gap=0, sfrac=0.005, xlim=c(-21,340),xaxp=c(-20,320,11), xlab="Time (min)", ylim=c(0,12), yaxp=c(0,12,11), ylab="Arterial Plasma Acetaminophen (?g/mL)", las=1, font.lab=2, add=TRUE) And this is th...
2012 Jan 13
1
Problems with plotCI
...d use", col=c("grey","light grey","white"), beside=TRUE, space=c(0,2), ylim=c(0,107),cex.lab="1.3" ) legend(x=3.5, y=108, box.lty=0, legend=r, fill=w) box(bty='l' ) #original command, now not working # plotCI(x=yx,y=x,uiw=ste,liw=NA, pch=NA_integer_, col="black", lwd=1,add=TRUE) ## why is this following command working plotCI(x=yx,y=x,uiw=NA, liw=ste,pch=NA_integer_, col="black", lwd=1,add=TRUE) Cheers Lasse Bech Jacobsen Horticultural Master Student Copenhagen University Faculty of L...
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
1997 Jan 30
1
SecureNet PRO - BETA TESTING
*** CALL FOR BETA TESTERS *** MimeStar, Inc. is preparing the final release of SecureNet PRO v2.0, a complete network security system. SecureNet PRO combines several key technologies including session monitoring, session hijacking, connection firewalling, and keyword-based intrusion detection. Version 2.0 of this product also includes a new graphical users interface and client-server
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
2010 Apr 30
4
plotting multiple CIs
...an compare the accuracy e.g. boot basic vs normal vs my own vs classic lm CI etc. I like very very much the plotCI implemented here: http://cran.r-project.org/web/packages/plotrix/index.html This is their example: library(plotrix) y <- runif(10) err <- runif(10) plotCI(x=1:10,y=y,uiw=err,liw=2*err,lwd=2,col="red",scol="blue",main="Add colors to the points and error bars") but does not seem to support plotting multiple CIs but only one per point, is there a similar library somewhere but having the possibility to plot multiple CIs? I know there is the func...
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
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
2011 Feb 07
18
[PATCH] Btrfs-progs use safe string manipulation functions
Please find the attached patch which replace unsafe strcpy(3) by strncpy(3) functions. regards, Eduardo Silva
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",
2002 Nov 24
0
How do wine work with network path?
...ject that is stored in my network, mounted with samba, Team Source convert mount point /mnt/network/projects that is maped with wine to X:\projects\projectfile.cpj to \\server\projects\projectfile.cpj How make wine work with network path like \\server\projects??? []'s Cesar Romero cesar@liws.com.br
2007 Mar 06
1
[RFC][PATCH] remove extraneous xattr-s from not recreated files
...sources after appling acls.diff and xattrs.diff patches. Please comment or include it upstream. PS: please cc me, I'm not on list ---------------------------------------------------- Producenci "Opowie?ci z Narnii" przedstawiaj?: Wielka przygoda w ?wiecie, w kt?rym wszystko jest mo?liwe! MOST DO TERABITHII - w kinach od 9 marca! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fmost.html&sid=1044 -------------- next part -------------- A non-text attachment was scrubbed... Name: remove-extraneous-xattr.patch Type: text/x-patch Size: 1076 bytes Desc: not available U...
2012 Aug 25
0
write-intent bitmap
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On CentOS 6 I noticed very high load after installing and while the md raid 1 array was syncing. I found lots of complaints about performance degradation for md raid with enabled write-intent bitmap. See http://blog.liw.fi/posts/write-intent-bitmaps/ for example. So I wanted to it off. I let it sync and then removed the bitmap. Do you know of a way to not enable a write-intent bitmap while installing? I had a look at the Kickstart section in Upstreams Installation guide but found nothing. My only idea was a %pos...
2007 Aug 30
4
Templates and Ruby
Hi, I am using a template to create an /etc/exports file. I have a template that looks like this (but results in the puppetmasterd dying on the server when the client updates): <% nfsHomeClients.split.each do |host| -%> /nfs <%= host %>(<%= mainshareoptions %>) <% nfspaths.each do |path| -%> <%= path %> <%= host %>(<%= nfsoptions %>) <% end
2007 May 20
3
ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64
...de the ruby-shadow functionality on other platforms? The standard distribution only provides ''etc'' (for /etc/passwd and /etc/group), not the shadow equivalents, and I can''t find a gem for it in the rubygems system anywhere. It''s all very odd... - Matt -- <liw> hut.fi has or used to have two nfs servers not-responding and still-trying... don''t know if their dns server was not-found... 4o4 would be then a good name for the web server... endless hours of fun <aj> "did you get a response from 4o4?" "nah, it just 404ed"
2012 Oct 08
6
How to use Lines function to draw the error bars?
fit lwr upr 1 218.4332 90.51019 346.3561 2 218.3906 90.46133 346.3198 3 218.3906 90.46133 346.3198 4 161.3982 44.85702 277.9394 5 192.4450 68.39903 316.4909 6 179.8056 56.49540 303.1158 7 219.5406 91.52707 347.5542 8 162.6761 46.65760 278.6945 9 193.8506 70.59838 317.1029 10 181.3816 58.11305 304.6502 11 221.2871 92.14366 350.4305 12 164.2947 47.91081 280.6785 13
2007 Jul 25
3
Constructing bar charts with standard error bars
I am new to R. I want to graph group data using a "Traditional Bar Chart with Standard Error Bar", like the kind shown here: http://samiam.colorado.edu/~mcclella/ftep/twoGroups/twoGroupGraphs.html Is there a simple way to do this? So far, I have only figured out how to plot the bars using barplot. testdata <- scan(, list(group=0,xbar=0,se=0)) 400 0.36038 0.02154 200 0.35927
2009 Aug 18
2
Bug#542265: sendmail-base and logcheck-database: error when trying to install together
Package: logcheck-database,sendmail-base Version: logcheck-database/1.2.69 Version: sendmail-base/8.14.3-9 Severity: serious User: treinen at debian.org Usertags: edos-file-overwrite Date: 2009-08-18 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package dependency relationships has detected the