Re: [R] convert microns to nm in a messy dataset

2019-05-10 Thread John McKown
; > -- > Dr. Ivan Calandra > TraCEr, laboratory for Traceology and Controlled Experiments > MONREPOS Archaeological Research Centre and > Museum for Human Behavioural Evolution > Schloss Monrepos > 56567 Neuwied, Germany > +49 (0) 2631 9772-243 > https://www.researchgate.

Re: [R] OT --- grammar.

2018-06-25 Thread John McKown
r. Michael Sumner > Software and Database Engineer > Australian Antarctic Division > 203 Channel Highway > Kingston Tasmania 7050 Australia > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mai

Re: [R] Creating/Reading a complex string in R

2017-07-18 Thread John McKown
n cut'n'paste into your original R file. something like: #!/usr/bin/Rscript # files <- commandArgs(trailingOnly=TRUE); # for (infile in files) { x=readLines(infile); y=gsub("'","'",x); ofile=paste0(infile,".new"); writeLines(y,ofile);

Re: [R] Creating/Reading a complex string in R

2017-07-18 Thread John McKown
Try: String = '

Re: [R] Difference between R for the Mac and for Windows

2017-03-31 Thread John McKown
floating point processing to work differently, since they are all on Intel machines nowadays. Or the R was customized to detect division by zero in software and not really do any floating point processing at all. ​ > > Berend Hasselman > > -- "Irrigation of the land with seawat

[R] MS SQL Server R Services review.

2017-02-16 Thread John McKown
lary, in alt.fusion Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] R studio server vs R server and Small computer to run R

2017-01-19 Thread John McKown
the advantages and disadvantages of R studio > server and R server? > ​Sorry, I only use the basic R. > > Thank you > > John > > John David Sorkin M.D., Ph.D. > > > -- There’s no obfuscated Perl contest because it’s pointless. —Jef

Re: [R] help for

2016-12-30 Thread John McKown
mmed for over 3 decades, and used BASH for about 10 years. Which is both good and bad. The good is that I understand BASH fairly well. The bad is that I like "tricky coding" (a personal problem). > > Sarah > > -- There’s no obfuscated Perl contest because it’s pointless. —Jeff P

Re: [R] [FORGED] Export R output in Excel

2016-12-30 Thread John McKown
Heisenberg may have been here. http://xkcd.com/1770/ Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] data manipulation

2016-12-13 Thread John McKown
y of New Zealand. > > Looking forward to hearing from you, > > > -- Heisenberg may have been here. http://xkcd.com/1770/ Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing li

Re: [R] read

2016-11-28 Thread John McKown
'not') > file2read=files[file.exists(files)][1] > file2read [1] NA ​The above shows the result should none of the files exist. So if "file2read" has an NA, then you go on to the next directory.​ -- Heisenberg may have been here. Unicode: http://xkcd.com/1726/ Maranatha! <>

Re: [R] Question about ‘The R Project’.

2016-11-14 Thread John McKown
eam does not provide legal advice under any circumstances. [quote/]​ -- Heisenberg may have been here. Unicode: http://xkcd.com/1726/ Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing

Re: [R] (no subject)

2016-10-06 Thread John McKown
m in your code, then it is unlikely to be done because the list is not, generall, inhabited by unpaid consultants.​ -- Heisenberg may have been here. Unicode: http://xkcd.com/1726/ Maranatha! <>< John McKown [[alternative HTML version deleted]] ___

Re: [R] R Mysql Not reading all table names

2016-10-03 Thread John McKown
tems Decision Sciences, > MUMA College of Business, > USF > Phone- (813) 5809131 > Web: http://vivek4.myweb.usf.edu/ > > -- Heisenberg may have been here. Unicode: http://xkcd.com/1726/ Maranatha! <>< John McKown [[alternative HTML version deleted]] _

Re: [R] Off topic, but hopefully not totally irrelevant: on MS Excel and genomics

2016-09-02 Thread John McKown
icode: http://xkcd.com/1726/ Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting g

Re: [R] Build command in library(devtools)

2016-07-19 Thread John McKown
; R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- "Wor

Re: [R] How to import sensitive data when multiple users collaborate on R-script?

2016-05-31 Thread John McKown
s would be something like: filename <- Sys.getenv("FILENAME") if (filename = "") { ... no file name in environment, what to do? } You could have someone do this for the user, if he is not familiar with ​ the process. ​ -- The unfacts, did we have them, are too impreci

Re: [R] Whether statistical background is must to learn R language

2016-05-31 Thread John McKown
ot;one trick pony". > > Please guide. > > Thanks in Advance > Prasad > > -- The unfacts, did we have them, are too imprecisely few to warrant our certitude. Maranatha! <>< John McKown [[alternative HTML version deleted]] _

Re: [R] read.fortran format

2016-05-27 Thread John McKown
cord it should be a list with a character vector for each line. ​ ​I think (not sure) you need: mydata<-read.frotran("G:/Journals/Disk1/12_restat_95/estimate/GROUPD.DAT", list(c("1X","F6.0","5F8.6"),c("1X","5F8.4","F10.6&quo

Re: [R] undefined columns selected!

2016-05-04 Thread John McKown
involved. Oh, please don't just cut'n'paste the output from simply listing "msub" or "cn", that produces output which cannot be cut and pasted easily into an R session. Thanks. > > Thanks for any help, > Elahe > > -- The unfacts, did we have them, are too impr

Re: [R] how to use AND in grepl

2016-05-02 Thread John McKown
n bring PDT2 also in str_extract? > Looking at ​?grepl, I see the option: ignore.case=TRUE​ PDT2=subset(df,grepl("(.*t2.*pd.*)|(.*pd.*t2.*)",df$ Command,ignore.case=TRUE) Perhaps this will do the trick. -- The unfacts, did we have them, are too imprecisely few to warrant our certitud

Re: [R] How to access the latitude & longitude for UK post codes in R

2016-04-29 Thread John McKown
to use that as a source for your own lookup code.​ I found this via Google. -- The unfacts, did we have them, are too imprecisely few to warrant our certitude. Maranatha! <>< John McKown [[alternative HTML version deleted]] ___

Re: [R] Query - 'R' for commercial use

2016-02-29 Thread John McKown
gt; > | VOX< > https://vox.sapient.com/groups/enterprise-integration-shared-services> > Cell +1-617-331-4797 > -- > SapientNitro > -- The man has the intellect of a lobotomized turtle. Maranatha! <>< John McKown [[alternative HTML version deleted]]

Re: [R] R Software Program Help

2016-02-23 Thread John McKown
n be used as a library. A good web site is https://cran.revolutionanalytics.com/ to start. A search of "r language review" will get you some good hits from sites such as InfoWorld and NY Times as well as the usual "geek" sites. -- The man has the intellect of a lobotomized tur

Re: [R] Subscribe to Post

2015-12-27 Thread John McKown
ing to a building as being maintenance -- Jim Horning Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microph

Re: [R] exporting tables from an access database using parallel foreach

2015-11-21 Thread John McKown
serial BETWEEN (first-row,last-row) > > Jeff, I will take your suggestion and try my luck at the R-sig-db mailing > list. > Thanks, > Vivek > > > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futil

Re: [R] exporting tables from an access database using parallel foreach

2015-11-20 Thread John McKown
nted, minimal, self-contained, reproducible code. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power

Re: [R] exporting tables from an access database using parallel foreach

2015-11-20 Thread John McKown
hz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted.

Re: [R] *.rpt data

2015-11-12 Thread John McKown
or us to all "eyeball".​ -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th p

Re: [R] Announcement - The Use Of Nabble For Posting To R-Help Will No Longer Be Supported Effective October 15, 2015

2015-10-01 Thread John McKown
Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown

Re: [R] R applications deployment models?

2015-09-28 Thread John McKown
ion! ​ -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown

Re: [R] R applications deployment models?

2015-09-28 Thread John McKown
uot;mainframes"). ​​ -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranat

Re: [R] Running R on a hosting o server

2015-09-23 Thread John McKown
​. Again, if this needs to go to some other server, then a scripted "ftp" should work. One of my co-workers does this. -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you

Re: [R] Extract from data.frame

2015-09-21 Thread John McKown
dinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown [

Re: [R] Spreadsheet math problem (exponentiation)

2015-09-18 Thread John McKown
ce of correctness.​ Personal opinion. FSF associate member. Penguinista. -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful a

Re: [R] Spreadsheet math problem (exponentiation)

2015-09-18 Thread John McKown
nger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone M

Re: [R] Spreadsheet math problem (exponentiation)

2015-09-18 Thread John McKown
e. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https:

Re: [R] c(1:n, 1:(n-1), 1:(n-2), ... , 1)

2015-09-17 Thread John McKown
nd provide commented, minimal, self-contained, reproducible code. > -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 t

Re: [R] Issues with RPostgres

2015-08-27 Thread John McKown
microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] How to download this data

2015-08-25 Thread John McKown
as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

Re: [R] Running R in Server

2015-08-18 Thread John McKown
, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] Problem with path.expand(~)

2015-08-11 Thread John McKown
. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r

Re: [R] Course: Introduction to zero inflated models

2015-08-04 Thread John McKown
until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted

Re: [R] setwd() command on windows vs. linux/unix

2015-07-27 Thread John McKown
are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] Read .xlsx and convert date-column value into Dataframe

2015-07-22 Thread John McKown
. -- Schrodinger's backup: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown

Re: [R] matching strings in a list

2015-07-16 Thread John McKown
as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo

Re: [R] matching strings in a list

2015-07-16 Thread John McKown
On Thu, Jul 16, 2015 at 1:00 PM, John McKown john.archie.mck...@gmail.com wrote: On Thu, Jul 16, 2015 at 12:40 PM, tryingtolearn inshi...@ymail.com wrote: Say I have a list: [[1]] I like google [[2]] Hi Google google [[3]] what's up and they are tweets. And I want to find out how many

Re: [R] open connection to system

2015-07-14 Thread John McKown
! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Can't post to the list

2015-07-09 Thread John McKown
: The condition of any backup is unknown until a restore is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted

Re: [R] Common install of R on network disk

2015-07-07 Thread John McKown
is attempted. Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r

Re: [R] Invalid URL for R documentation

2015-07-06 Thread John McKown
Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] help for lay person assisting R user with disability

2015-06-18 Thread John McKown
a computer store in Hawaii. She sells C shells down by the seashore. If someone tell you that nothing is impossible: Ask him to dribble a football. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version

Re: [R] how to reach a txt file like this?

2015-06-09 Thread John McKown
by the seashore. If someone tell you that nothing is impossible: Ask him to dribble a football. He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted

Re: [R] Passing strings with spaces to Python using system2 splits string at whitespace

2015-06-04 Thread John McKown
microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] How to pass a variable to a function which use variable name as a parameter

2015-05-26 Thread John McKown
Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Vincentizing Reaction Time data in R

2015-05-20 Thread John McKown
in Neuropsychology - Aix-Marseille University (France) -- If someone tell you that nothing is impossible: Ask him to dribble a football.He's about as useful as a wax frying pan.10 to the 12th power microphones = 1 MegaphoneMaranatha! John McKown [[alternative HTML version deleted

Re: [R] problem setting default timezone

2015-04-23 Thread John McKown
=getOption(tz))​ -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted

Re: [R] RODBC did not found

2015-04-20 Thread John McKown
= 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] Need online version of R help pages

2015-04-20 Thread John McKown
as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r

Re: [R] regexpr - ignore all special characters and punctuation in a string

2015-04-20 Thread John McKown
as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman

Re: [R] Running R Remotely on LINUX

2015-04-14 Thread John McKown
as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Windows Installation Without Third-Party Packages

2015-04-09 Thread John McKown
on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] reading in from xlsx files

2015-03-24 Thread John McKown
, although many will help if they are curious and have time. Thank you for your time. Cordially, Bob Lyons -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John

Re: [R] the making of _R_ eBooks

2015-03-23 Thread John McKown
Megaphone Maranatha! John McKown __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal

Re: [R] Help with Programmin-1 submission.

2015-03-14 Thread John McKown
as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] regex find anything which is not a number

2015-03-12 Thread John McKown
this by requiring at least one digit after any decimal point. -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] regex find anything which is not a number

2015-03-11 Thread John McKown
and provide commented, minimal, self-contained, reproducible code. -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more

Re: [R] vectorize data string analysis

2015-03-03 Thread John McKown
/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown

Re: [R] Reading in an XLS (really XML) file from website

2015-02-27 Thread John McKown
microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] extract file name from a path string

2015-02-26 Thread John McKown
, reproducible code. -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Noob question re: writing while loops on one line

2015-02-15 Thread John McKown
a touch typist too and so it is not really much of a problem for me.​ -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r

Re: [R] Noob question re: writing while loops on one line

2015-02-15 Thread John McKown
I guess my C background has messed me up a bit for R. Well, recovering from APL was worse. I lost all sense of hierarchy of operations. On Feb 15, 2015 2:19 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 15/02/2015 11:20 AM, John McKown wrote: On Sun, Feb 15, 2015 at 9:54 AM, Duncan

Re: [R] Fixed Width EBCDIC Files in R

2015-02-05 Thread John McKown
thought (not applicable with your restriction of pure R), would be to use tr to convert the \0 to spaces, then use the above.​ -- He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! John McKown [[alternative HTML version deleted

Re: [R] error 1 in extracting from zip file

2015-01-14 Thread John McKown
not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more

Re: [R] regular expression question

2015-01-14 Thread John McKown
be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! John McKown [[alternative HTML version deleted

Re: [R] regular expression question

2015-01-12 Thread John McKown
vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! John McKown [[alternative HTML version deleted

Re: [R] Matrix element-by-element multiplication

2015-01-07 Thread John McKown
be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! John McKown [[alternative HTML version deleted

[R] Your pardon: An article possibly of interest to statisticians

2014-12-18 Thread John McKown
a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! John McKown [[alternative HTML version

Re: [R] create matrices with constraint

2014-12-15 Thread John McKown
be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] create matrices with constraint

2014-12-15 Thread John McKown
of communication does not become ensconced in obscurity. In other words, eschew obfuscation. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch

Re: [R] create matrices with constraint

2014-12-14 Thread John McKown
at statistics. -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing

Re: [R] create matrices with constraint

2014-12-13 Thread John McKown
On Fri, Dec 12, 2014 at 1:45 PM, John McKown john.archie.mck...@gmail.com wrote: ​ ​snip​ Hum. Consider the set of all possible unique 4 value vectors in which the values in the vectors are taken, without replacement, from the numbers 1 through 28. This is a mathematical concept called

Re: [R] create matrices with constraint

2014-12-12 Thread John McKown
objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https

Re: [R] if else for cumulative sum error

2014-12-02 Thread John McKown
100 degrees on the Celsius scale. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] hierarchical model with heteroscedastic variances

2014-12-01 Thread John McKown
of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r

Re: [R] 1. What function to use to read all the files in a directory to a vector in R code? 2. What function to use to coerce character string into numeric?

2014-11-10 Thread John McKown
is a curious phrase because beer isn't usually free). http://www.rstudio.com ​ -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! John McKown [[alternative HTML version deleted

Re: [R] Split fixed width data in R

2014-10-22 Thread John McKown
100 degrees on the Celsius scale. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] How to clear R memory in a for loop

2014-10-20 Thread John McKown
. Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

Re: [R] grep won't work finding one column

2014-10-14 Thread John McKown
to post an example which fails. Just to be complete, be sure to use the dput() function so that it is easy for members of the group to cut'n'paste to get your data into our own R workspace. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown

Re: [R] grep won't work finding one column

2014-10-14 Thread John McKown
. Here is some sample data... say I want to get out the AT_ only column Sample_1 AT_1 A/A RR G/G AA T/T AA G/A RA G/G RR C/C AA C/C AA C/T RA A/A AA T/G RA it will have a problem grepping out this single column. On Tue, Oct 14, 2014 at 10:38 AM, John McKown john.archie.mck

Re: [R] grep won't work finding one column

2014-10-14 Thread John McKown
)) with double back slash? Ivan -- Ivan Calandra University of Reims Champagne-Ardenne GEGENA² - EA 3795 CREA - 2 esplanade Roland Garros 51100 Reims, France +33(0)3 26 77 36 89 ivan.calan...@univ-reims.fr https://www.researchgate.net/profile/Ivan_Calandra Le 14/10/14 16:38, John McKown a écrit

Re: [R] xts array in minutes ?

2014-10-11 Thread John McKown
Best? I don't know. My way: minutes-as.xts(as.POSIXct(seq(as.POSIXlt('2014-10-10 00:00:00'),as.POSIXlt('2014-10-10 23:59:00'),'min'))); -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R

Re: [R] Changing date format

2014-10-10 Thread John McKown
, it is not as obvious. As we say about the lottery: You pay your money, you take your chance. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] reading in hexadecimal data - not working with data ending in E

2014-10-08 Thread John McKown
! Genghis Khan Maranatha! John McKown [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] hadley's book

2014-09-29 Thread John McKown
and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

Re: [R] Optometrists and Ophthalmologists dataset

2014-09-24 Thread John McKown
! === Oh, did I mention that the email address from the original post is now in my autodelete list? On Tue, Sep 23, 2014 at 4:50 PM, Tony Parker elided wrote: elided -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown

Re: [R] Writing .csv file

2014-09-24 Thread John McKown
); -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] R Inter Process Communication tools/packages ?

2014-09-23 Thread John McKown
for socketConnection() ?socketConnection addresses TCPIP sockets, UNIX pipes, and FIFOs. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] X11/Intrinsic.h preventing build on rhel

2014-09-19 Thread John McKown
. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

Re: [R] How can I create colors correspond to the number of a variable?

2014-09-17 Thread John McKown
and provide commented, minimal, self-contained, reproducible code. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! John McKown __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

  1   2   >