search for: kg

Displaying 20 results from an estimated 522 matches for "kg".

Did you mean: pkg
2013 Apr 03
1
Superscript and for loops
Hi, If I have data as follows: DATA_names<-c( "A mg kg" "B mg kg" "C mg kg" "D mg kg" "E mg kg" "F mg kg" "G mg kg" "H mg kg" How do I convert to: -1 A (mg kg ) -1 B (mg kg ) -1 C (mg kg ) -1 D (mg kg ) -1...
2004 Aug 13
5
simtest for Dunnett's test
...1]<--1 m[2,3]<-1 m[3,1]<--1 m[3,4]<-1 m[4,1]<--1 m[4,5]<-1 m[5,1]<--1 m[5,6]<-1 m[6,1]<--1 m[6,7]<-1 m[7,1]<--1 m[7,8]<-1 m[8,1]<--1 m[8,9]<-1 m[9,1]<--1 m[9,10]<-1 m[10,1]<--1 m[10,11]<-1 rownames(m)<-c("vehicle+vehicle vs. morphne 60mg/kg+vehicle","vehicle+vehicle vs. Naloxone 30mg/kg+vehicle","vehicle+vehicle vs. Naloxone 30mg/kg+Morphine 60mg/kg","vehicle+vehicle vs. RWJ-69528-000-B 0.1mg/kg+vehicle","vehicle+vehicle vs. RWJ-69528-000-B 1mg/kg+vehicle","vehicle+vehicle vs. RWJ-6952...
2008 Mar 04
1
FreeBSD 7.9-stable: weird messages in /var/log/messages?
Hello One one of my stable machines I see these messages in /var/log/messages: Mar 3 18:37:41 kg-i82 kernel: 16.011e9e3975b3aa06 too long Mar 3 21:41:42 kg-i82 kernel: 16.016a24cf0742715c too long Mar 3 21:41:58 kg-i82 kernel: 15.feb784aee196608c too short Does anyone know hwat the messages mean, or which part of the kernel they are from? Googling didn't help me. The machine runs FreeB...
2009 Feb 02
2
parsing problem
Hi all, I am trying to parse a vector for caliculating minimum in that vector the vector having values like 1 Kontrolle 2 Placebo 3 125mg/kg 4 250mg/kg 5 500mg/kg 6 1000mg/kg hear i tries for comverting it into numeric with using "as.numaric()" function but i got values like 5 6 2 3 4 1 it gives 1000mg/kg is the least one but i have toget 125mg/kg as the minimum value for that i have to remove all the...
2013 Feb 17
1
RELENG_8: amdtemp module and newer CPUs not working. MFC?
Hello, I'm running FreeBSD 8.3-stable on a machine with an AMD A8-5600K cpu. tingo at kg-quiet$ uname -a FreeBSD kg-quiet.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #2: Fri Jan 4 19:18:15 CET 2013 root at kg-quiet.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo at kg-quiet$ dmesg | grep CPU | head -1 CPU: AMD A8-5600K APU with Radeon(tm) HD Graphics (3618.02-MHz K8-class CPU) Unfo...
2013 Jul 14
1
There is an error in chmod(1)
There is an error in the chmod(1) man page. tingo at kg-v2$ uname -a FreeBSD kg-v2.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #6: Fri Apr 27 23:50:55 CEST 2012 root at kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo at kg-v2$ apropos ^sticky sticky(7) - sticky text and append-only directories tingo at kg-v2$ man 1 chmod | grep stick...
2006 Jun 13
1
Cramer-von Mises normality test
...when the other tests do not. Is there something I'm misunderstanding or potentially a bug in the code? Below are the results of the tests and then, below that, I've provided that column of the datafile. Thank you in advance for your help. Bob Powell > shapiro.test(Mn.Total..ug.kg) Shapiro-Wilk normality test data: Mn.Total..ug.kg W = 0.5269, p-value < 2.2e-16 > shapiro.test(ln.Mn.Total..ug/kg) Error in inherits(x, "factor") : object "ln.Mn.Total..ug" not found > shapiro.test(ln.Mn.Total..ug.kg) Shapiro-Wilk normality test data: ln.Mn....
2006 Jun 14
1
Bug in nortest cvm.test package (PR#8980)
...e. Sincerely, Bob Powell Robert M. Powell Senior Project Scientist/Project Mgr. Horizon Environmental Corporation Suite 1700, Fisher Building 3011 W. Grand Blvd. Detroit, MI 48202 Tel (313) 874-0124 Fax (313) 874-0135 Cell (248) 977-0317 http://www.horizonenv.com > shapiro.test(Mn.Total..ug.kg) Shapiro-Wilk normality test data: Mn.Total..ug.kg W = 0.5269, p-value < 2.2e-16 > shapiro.test(ln.Mn.Total..ug/kg) Error in inherits(x, "factor") : object "ln.Mn.Total..ug" not found > shapiro.test(ln.Mn.Total..ug.kg) Shapiro-Wilk normality test data: ln.Mn....
2003 Oct 17
7
datetime data and plotting
If I take the following simple data: YEAR MONTH DAY WEIGHT.KG 2003 10 6 1.2 2003 10 12 1.2 2003 10 16 1.3 and format the date data and plot it: dates <- strptime(paste(DAY,MONTH,YEAR),"%d%m%Y") plot(c(min(dates),max(dates)),c(0,max(WEIGHT.KG)), xlab="Date",ylab="Weight (kg)",type="n") lines(dates,WEIGHT.KG) poin...
2011 Apr 12
2
font and size times New Roman
Hello I wonder how to change the font of chart to Times New Roman and size 9. plot(c(0,100,20),c(0,600,50), xlab= 'Idade(meses)', ylab="Peso(kg)", type = "n", axes=F) axis(1, pos=0, at=seq(0,100,20)) axis(2, pos=0, at=seq(0,600,100)) t<- seq(0,100,1) TA=543.56*(1-0.8976*exp(-0.0522*t)) NI=498.97*(1-0.9259*exp(-0.0494*t)) RC=514.57*(1-0.9112*exp(-0.0499*t)) TS=553.47*(1-0.9119*exp(-0.0535*t)) lines(t, TA, col='black...
2008 Jun 25
1
expression, strsplit, ...
...substitute and co. I often use fairly long axis labels in my graphs (long to write, that is). Typically, they would contain some greek letters and units with exponents, as in: > xlab=expression(paste("text ", alpha, " / ", V,".", m^{-3}, ".", > kg^{-2}, ".", l^{4})) To make this a bit prettier, I've attempted to mimic the behavior of the SIstyle latex package which defines a macro that cleverly parses an expression for units, exponents, etc. My code fails in putting together the unit, as seen in the example below: >...
2012 Nov 17
3
Reshaping a dataframe
Seems like this should be easy but I'm struggling a bit. How do I rearrange a data frame to go from the first one to the second shown below ? State Date lbs TX 200701 400 TX 200702 650 TX 200703 950 TX 200704 1000 FL 200701 200 FL 200702 300 FL 200703 500 FL 200704 333 NJ 200701 409 NJ 200702 308 NJ 200703 300 NJ 200704 800 Date TX FL NJ 200701 400 200 409 200702 650
2008 Sep 17
1
floppy disk controller broken
Hello, when testing FreeBSD-7.1-BETA i discovered that the floppy disk controller doesn't work correctly. Trying to format a floppy (perhaps with bad blocks) i get: Processing fdformat: ioctl(FD_FORM): Device not configured instead of the normal E letter. I then checked the same problem is present on FreeBSD-6.3 and it has been reported by Beech Rintoul (*) in 2006! Of course the floppy disk
2020 Apr 17
3
Convertir lista de precios a dolares por gramo
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20200417/11369880/attachment.html>
2012 Mar 24
3
FreeBSD 9.0 - GPT boot problems?
...quot;), but got the same message. I upgraded the BIOS from version P01-A3 to version P01-A4 (the newest available), still no dice. If I use the usb stick I installed from, I can select the boot device, and actually boot from it, so there doesn't seem to be anything wrong with the SSD. I tried: kg-vm2# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0 bootcode written to ada0 in case there was something wrong with the bootcode, but I still get the message "ERROR: No boot disk has been detected or the disk has failed." gpart shows this: root@kg-vm2# gpart show ada0 =>...
2012 Aug 04
2
FreeBSD 9.0 - GPT boot problems?
...2012 at 3:09 PM, Torfinn Ingolfsen > <torfinn.ingolfsen@getmail.no> wrote: > > Just a short update on this machine (Acer Aspire X1470) and the GPT / UEFI situation. > > Today I set up another partition, EFI system partition. The partyitions now looks like this: > > root@kg-vm2# gpart show ada0 > > => 34 250069613 ada0 GPT (119G) > > 34 128 1 freebsd-boot (64k) > > 162 119537664 2 freebsd-ufs (57G) > > 119537826 8388608 3 freebsd-swap (4.0G) > > 127926434 121634816 4 fre...
2013 Apr 03
3
Superscript
Hi, How do I write a superscript within gsub? I have the following: gsub("_mgkg",expression(paste("mg kg"^{-1})),names[1]) Thanks -- Shane [[alternative HTML version deleted]]
2002 Jun 13
2
text and expressions in labels
All - I'm a novice at R and I'm having difficulty combining text and an expression in the same label. I just trying to get Yield (kg ha-1) and have the -1 as superscript. What I came up with doesn't work. I'm stuck at trying to concatenate it with any other regular text. yield1 = "Yield (kg ha" yield2 = expression(^-1) yield3 = ")" ylabel = paste(yield1, yield2, yield3) boxplot(yield.kg...
2008 May 15
1
Warning about undocumented data sets
...to work it out for awhile, and I don't have any new ideas -- I'm very new to R documentation/ LATEX. I am running "R CMD check " on a package that I am trying to write; the only warning is: * checking for missing documentation entries ... WARNING Undocumented data sets: Einter KG All user-level objects in a package should have documentation entries. See the chapter 'Writing R documentation files' in manual 'Writing R Extensions'. I have checked "Writing R Extensions" manual, found here: http://stuff.mit.edu/afs/sipb/project/r-project/arch/i386_rhe...
2008 Jan 27
3
FreeBSD 6.3-stable and if_re - stability problems?
Hello! Is anybody having stability problems with if_re under FreeBSD 6.3-stable? I know about PR kern/118719[1] but it doesn't look like the problem I'm having - at least my machine doesn't panic. My machine[2] runs FreeBSD 6.3-stable / amd64: root@kg-vm# uname -a FreeBSD kg-vm.kg4.no 6.3-STABLE FreeBSD 6.3-STABLE #1: Sun Jan 27 02:10:15 CET 2008 root@kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64 The machine has an if_re interface: root@kg-vm# pciconf -lv | grep -B 4 network subclass = VGA re0@pci2:0:0: class=0x020000 card=0x81aa1043...