search for: tooth

Displaying 20 results from an estimated 120 matches for "tooth".

Did you mean: booth
2010 Sep 26
2
Changing x-axis on boxplot
...s() command.? I have also tried variations in the names= argument but can't get it to work.? Ideally I would like tickmarks on either side of each factor with the number for the level centered between the two tick marks.? Any suggestions? ? Thanks, ?Tim? Example: boxplot(len ~ dose, data = ToothGrowth, ??????? boxwex = 0.25, at = 1:3 - 0.2, ??????? subset = supp == "VC", col = "yellow", ??????? main = "Guinea Pigs' Tooth Growth", ??????? xlab = "Vitamin C dose mg", ??????? ylab = "tooth length", ??????? xlim = c(0.5, 3.5), ylim = c(0, 3...
2008 Sep 12
2
Again, about boxplot
Thank you for your guys reply for my previous question. But I got one more question about the boxplot. With the code in the R-help: boxplot(len ~ dose, data = ToothGrowth, boxwex = 0.25, at = 1:3 - 0.2, subset = supp == "VC", col = "yellow", main = "Guinea Pigs' Tooth Growth", xlab = "Vitamin C dose mg", ylab = "tooth length", ylim = c(0, 35), yaxs = "i") bo...
2014 Apr 24
1
50% performance of custom R build compared to PPA R for a command
...below). I will refer to these as "R" and "R-devel", respectively. I've reproduced the following on Ubuntu 13.10 and 14.04. Below is an example (which requires the bootstrap package) that takes 10 seconds for me to run with R-devel and 5 seconds with R library(bootstrap) str(tooth) theta <- function(ind) { easy <- lm(strength ~ E1+E2, data=tooth, subset=ind) diffi<- lm(strength ~ D1+D2, data=tooth, subset=ind) (sum(resid(easy)^2) - sum(resid(diffi)^2))/13 } tooth.boot <- bootstrap(1:13, 2000, theta) I'm wondering if this is due to different com...
2008 Feb 04
7
adding the mean and standard deviation to boxplots
Dear list, How can I add the mean and standard deviation to each of the boxplots using the example provided in the boxplot function? boxplot(len ~ dose, data = ToothGrowth, boxwex = 0.25, at = 1:3 - 0.2, subset = supp == "VC", col = "yellow", main = "Guinea Pigs' Tooth Growth", xlab = "Vitamin C dose mg", ylab = "tooth length", ylim = c(0, 35), yaxs = "i") bo...
2010 Jan 29
1
create an R object in a loop
...he loop with the extraction and storage into a list. The code is below. ----- # Defines variables file <- ssfamed #data file object to be used spec <- "cotau" #species selection bone <- "tx" #tooth row selection cat <- 3 #column indexe to be used as categorical variable seq.num <- c(seq(7,21,1)) #column indexes to be used as numerical variables # Select data for species and tooth row select <- file[file$SPECSHOR==spec & file$BONE==bone...
2013 Nov 20
4
How to stop Kaplan-Meier curve at a time point
Hello R users I have a question with Kaplan-Meier Curve with respect to my research. We have done a retrospective study on fillings in the tooth and their survival in relation to the many influencing factors. We had a long follow-up time (upto 8yrs for some variables). However, we decided to stop the analysis at the 6year follow up time, so that we can have uniform follow-up time for all the variables. I did play a bit with the formula and...
2010 Jun 29
3
merging/intersecting 2 data frames
...F 23686 45 RASH ON BODY 2 4/16/2009 F 13840 35 CANT URINATE 3 4/16/2009 M 12895 30 BLURRED VISION 4 4/16/2009 M 18375 33 UNABLE TO VOID 5 4/16/2009 M 2237 44 SOB WEAKNESS 6 4/16/2009 F 21484 41 TOOTH PAINTOOTH PAIN 7 4/16/2009 M 10783 37 RT ARM PAIN 8 4/16/2009 M 12610 65 L FOOT INJURY 9 4/16/2009 F 3495 29 URINARY DIFFICULTIES 10 4/16/2009 F 351 36 PT STS MVA > b.df[1:10,] DATE_OF_DEATH ID 1 4/19/2009 216...
2006 Feb 28
4
Moving samba PDC to new machine (same name?)
I'm using a tdbsam database with Samba 3.0.11 on a machine that's getting a little long in the tooth. I'd like to move the whole deal to a new machine without any reconfiguring on the clients - I'm happy with a little downtime - out of office hours the system is hardly used anyway. I'd like to upgrade to 3.0.21c at the same time. I'm thinking: 1. backup domain data on old server...
2015 Jun 16
3
FXS Solutions for modems and other non jitter tolerant devices
...alog phones but devices that use modems, they fail 99.99% of the time when using an ATA. We tried to migrate to TA908 devices; they have FXS ports built into the unit. Unfortunately the FXS ports are just ATA's off of Asterisk, no different than a SPA2012 unit. The 550 is getting long in the tooth and very expensive for a few FXS ports, what are you folks doing when someone has a need? It can be a modem for the power company to read the meter, a postage machine that needs to get more postage, an alarm system,etc. Is the customer buying a POTS line and splitting it the only other way? Than...
2016 Feb 07
3
"upstream testing"??
...as super grub disk, and finally even with DBAN. The machine doesn't even find any of those. On any reboot, it just goes to that CentOS error message, and stops. I've also googled for '"upstream testing" hardware' Any thoughts or experience??. -- Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User Remember I have precious (very precious!) little idea where up is.
2017 Oct 04
1
STAT command error
...on as much logging as I can find in Dovecot but nothing useful is coming out, it honestly does believe STAT is invalid - I can see the connection close rather than disconnect. It's strange how it works for one account but not others, the settings are identical - I went through them with a fine tooth comb. Any suggestions appreciated. Regards, Andrew
2006 Jul 10
1
O'Reilly - Using Samba (3rd edition)
As the second edition is a bit long in the tooth, I wrote to O'Reilly, and they said the 3rd edition of "Using Samba" is scheduled for release in November. Steve :)
2007 Apr 09
1
(no subject)
I have an application which runs on servers running everything between RH 7.3 and CentOS 4.4. My development hardware (RH 7.3) is getting long in the tooth and needs to be replaced. Can someone point me to a "how to" install the GCC 2.96 environment on a CentOS 4.4 platform. Thank you. Marc Ferguson Trapeze Software 757-961-9224 x304
2003 Feb 24
1
Vorbis Streaming - How to?
Hello all!! I spent the better part of the weekend attempting to get streaming music into a game project I am working on, after some tooth pulling I got the game to load and play .ogg files. The only glitch I have is the hic-up when .ogg files are being loaded for play. Does anyone know of a solution to resolve this hic-up? Does vorbis provide some form of streaming that would allow me to smoothly load/play a .ogg file without notici...
2015 Jul 13
1
"Official" libopus project for Android?
I was digging around and saw a bunch of different people have created ways of building libopus for android (even I did one back in the CELT days). Is there an official one somewhere that I missed? I even notice this is the Google sources, but it seems to be a touch long in tooth at this point: https://android.googlesource.com/platform/external/libopus/+/android-wear-5.1.1_r1 I am happy to build and test something, but someone with way better than my understanding of the Android/Eclipse/CDT/SDK/NDK/ADT combination dance would be required to lay down the skeleton to create...
2004 Jan 04
0
termplot; failure to subset non-dataframe carriers (PR#6327)
termplot() does not carry subsetting over to carriers that are in the environment but not in the data frame. This generates a "subscript out of bounds" error. > data(ToothGrowth) > logdose <- log(ToothGrowth$dose) > tooth.lm <- lm(len ~ logdose, data=ToothGrowth) > termplot(tooth.lm) ## Works fine > toothVC2.lm <- lm(len ~ poly(dose,2), data=ToothGrowth, + subset=ToothGrowth$supp=="VC") > termplot(toothVC2....
2016 Nov 05
2
How can I setup a Domain Controller and File Server on the same hardware
...s there a target date for when the 4.x server will be able to support 1 samba instance being the domain controller and serving files as the 3.x server is able to do? I have been waiting for the 4.x server to become a full server before upgrading from 3.6.22, but it is getting a bit long in the tooth. The requirement that in upgrading to 4.x I'll still need to run a 3.6 server made the upgrade seem like alot of work for little gain (I only have a few users and most of them are "virtual me's"...). I guess I don't understand why the 3.6.x file-serving code wasn't ju...
2006 Jun 19
1
How can I tell what fields have been updated?
I''ve scoured the Wiki and gone through the documentation with a fine toothed comb, but I can''t seem to find this answer. I want to keep a history of the changes made to a record, but can''t seem to find out what fields have changed. I''m sitting in the update function, as you can see below... I want to be able to get a list of what has changed...
2005 Nov 20
1
Highpoint Rocketraid 2240
Has anyone on the list used one of these w/Linux? We currently use Linux + Cinelerra for editing uncompressed video (and a few dual G5 macs running Final Cut Pro). Current editing stations are getting a bit long in the tooth so I've been mulling over a mass upgrade. 8-) These cards are interesting to me because they are PCI-X and support 4 SATAII drives per multilane/infiniband connector for a total of 16 drives. Multilane is interesting to me because the editor can use a SFF system (tiny desktop footprint) w...
2011 Dec 22
1
Repo conversion progress report
...nally working implementations that were unusable because they grovelled for hours before producing results. But the full translation of 33K commits is now down to 117 seconds on a bog-standard 2.66Ghz dual-core Intel box. I'm not done yet. Now I get to go over the converted repo with a fine-tooth comb, looking for Subversion metadata that could be converted more intelligently. There might be more coding to do. Then, I will still need to do all the manual and only semi-automated stuff - reference lifting, massaging comments into git form, that sort of thing. After that Charles Lepple sho...