similar to: Hello My Dear

Displaying 20 results from an estimated 300 matches similar to: "Hello My Dear"

2004 Oct 06
3
read.delim problem with trailing spaces
I'm trying to read a comma delimited dataset that uses '.' for NA. I found that if the last field on a line was a missing '.' it was not read as NA, but just a '.', and the life variable was made a factor. The data looks like this, income,imr,region,oilexprt,imr80,gnp80,life Afghanistan,75,400.0,4,0,185.0,.,37.5 Algeria,400,86.3,2,1,20.5,1920,50.7
2013 Apr 22
2
subset dataframe
I can't understand what is happening. This is the code and results: > agoa <- read.table(file = "C:/Users/HTPC/Documents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)# > str(agoa); names(agoa) 'data.frame':109 obs. of  19 variables:  $ X    : Factor w/ 39
2006 Jul 18
2
how can I delete rows?
Hello, I am very new in R so I am so sorry for this question. I have the Barro-Lee data set which contains 98 countries and I want to run the regressions only for the Latin America countries, so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you this is the list of countries SHCODE COUNTRY NAME WBCTRY
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
Hi, I am a student using R for my final year project, with the metafor package being particularly helpful. I have been following the steps laid out in the manual 'Conducting Meta-analysis in R with the Metafor package' (Viechtbauer, 2010) and applying it to my own data of infected Anopheles mosquitoes across Africa. In particular, I am attempting to apply a mixed-effect model to my data
2009 Jan 13
1
Drawing Polygons with xyplot in lattice
Hello: I've come to a dead-end in my search for a solution to a graphing problem that I am encountering. I have used xyplot (from the lattice package) successfully to plot 36 time-series plots (lines) of under-5 mortality for a set of countries in Sub-Sarahan Africa. What I would now like to do is to add vertical bands (rectangles) that correspond to time-periods during which each of the 36
2004 Apr 10
1
Hum/bux on line
Rich Hi, After Qwest pronounced my circuits as within spec. (yes, disconnected from the house) I listened on the lines with my butt set. Clear of all noise and hum. I then got my box of Cat3 and laid a circuit around the outside of the house and into my lab. Still clear of all noise and hum. I then connected the circuit to the Adtran and made a call. Lots of hum and buzzz. As I said,
2008 Jul 14
2
Need kernel-debuginfo-2.6.9-67.0.20.EL.x86_64.rpm
Short story: Would it be possible to get kernel-debuginfo-2.6.9-67.0.20.EL.x86_64.rpm on di.c.o? I have a need to run crash on a 2.6.9-67.0.20.ELxenU xm dump-core. Long story: Two Dell 6950 (now called R905, 4 Dual-Core AMD Opteron 8200 series) heartbeat/drbd nodes running the stock CentOS 5.2 Dom0. The domU's are the only resources in heartbeat. Dom1 is a perfectly running, updated, CentOS
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh Version: 2.8.0 OS: Windows XP Submission from: (NULL) (75.61.109.172) I tried using the lm function to regress the third column listed below on the second column listed below. It gave me an error message. My code is below. > HDISWLSdata=read.table("RHDISWLS.txt") > HDISWLSdata V1 V2 V3 1 DENMARK
2010 Jan 13
1
cannot backup to external disk with rsync, create hard links of add w permissions
Dear rsync users, I want to backup my Documents directory and instead of copying everything to my external disk I tried to use this command line to create an incremental backup with rsync on my external disk: $cd /media/My\ Passport $rsync -a --delete --link-dest=../BackUp08.2009_Ubuntu/ /home/thomas2/Documents/ BackUp01.2010_Ubuntu/ but I get the following output: rsync: chgrp
2017 Jul 10
0
[R-pkgs] New package: passport
Hi! I'm happy to announce the debut of my first package on CRAN, `passport`, to help your country name and code data travel smoothly between formats. `passport` brings simple utilities for parsing irregular country names to standardized codes using local regex, or for anything geocodable, the Data Science Toolkit or Google geocoding APIs. Once the data is standardized, it has fast
2008 Jul 16
7
Please help: domU becomes unresponsive
Hi all, sorry to intrude on xen-devel, but I think I need direction from the expertise here. I''ve admin''d Xen servers of various flavors for a couple years, but never seen this before. After a period ranging from several hours to several days, my primary database and development DomU completely locks up. Net disconnects, but CPU(sec) continues to tick in xentop. No errors, and
2008 Oct 30
1
Re: Error: Migration not permitted with assigned PCIdevice
We use Digi Serial-over-IP devices to pass through serial ports to domUs. We''ve had success with the Digi One SP, PortServer TS, and Passport devices. I currently use the Passport 48 for IP access to all of my serial consoles (Ethernet switches, RAID arrays, FC switches, etc.) as well as to pass through a modem to my HylaFAX server, which is in a Xen domU. -Nick >>> Federico
2006 Jun 08
1
FW: asterisk and nortel meredian option 11c
Hi I want to connect asterisk 1.0.9 ( kernel 2.6.8-2 debian )with TE110P and Nortel meridian option 11c release 25.40 with NTBK50AA card which is An E1 card. But the main problem is the first stage that no sync occurs the * card never syncs with meridian card I am using euroisdn, ccs , hdb3, crc4 , pri_net on asterisk And I am assuming that meridian is using same as it is
2011 Aug 28
2
Fractional component of a number
Dear all, I am happy to accept that > is.integer(1) [1] FALSE But I'm having difficulty with this one: > as.integer((2.53-2)*100) [1] 52 especially since: > as.integer((1.53-1)*100) [1] 53 Although I know that this is a precision issue since > x <- (2.53-2)*100 > x-53 [1] -2.131628e-14 And I can always use the round function to get what I want, but I just wonder if
2005 Oct 28
2
Dear Members - Samba Problem
Dear Members, I have install samba 3.0.10 d # ./smbstatus Sessionid.tdb not initialised /usr/local/samba/var/locks/connections.tdb not initialised This is normal if an SMB client has never connected to your server. Failed to open byte range locking database ERROR: Failed to initialise locking database Can't initialise locking module - exiting # But the var/locks directory
2009 Sep 14
0
[LLVMdev] Dear LLVM,
Dear LLVM, Now, I have to design special complier for my own multicore microprocessor with cusomized instruction-set and optimized architecture. After have read a lot of papers about LLVM--a retargettable compiler framework, I still can't catch it clearly how to make LLVM support my target. Would you please give me some necessary instructions or advice? Thanks! Robinson Xu ECE of Gatech
2009 Sep 15
1
[LLVMdev] Dear LLVM,
can you give a detail description about the target architecture? ------------------ Original ------------------ From: "XU Xinfeng"<xu.xinfeng at gatech.edu>; Date: 2009年9月15日(星期二) 上午7:34 To: "llvmdev"<llvmdev at cs.uiuc.edu>; Subject: [LLVMdev] Dear LLVM, Dear LLVM, Now, I have to design special complier for my own multicore microprocessor with cusomized
2008 May 22
0
Dear centos@centos.org May 82% 0FF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <html> <body> <img src="http://tracking.msadcenter.msn.com/ewh.gif?o=1" width=0 height=0> <table cellpadding=0 cellspacing=0 width=600 align=center>
2002 Aug 27
0
OT - the &quot;Dear Thompson Media&quot; open letter.
I must admit, reading this: http://www.xiph.org/ogg/vorbis/openletter.html brought out the loudest laugh in quite some time. My kids, hearing the hub-bub, gathered around the PC to see what I was laughing at. I *attempted* to explain the new mp3 licensing terms to my youngest daughter. I finally hit pay-dirt when I explained to my kids the bait-and-switch, what Thompson Media is doing now,
2023 Nov 24
0
Dear friends from the United States
I hope this message finds you well and thriving in your endeavors. As a fellow Vietnamese student currently pursuing education in the United States, I can't help but feel a sense of pride and excitement about the prospect of inviting you to experience the beauty and charm of my homeland, Vietnam. Vietnam is a land of captivating landscapes, rich history, and warm hospitality. From the