Re: [R] Primer for working with survey data in R

2017-11-13 Thread Albin Blaschka
the first one has explicitly functions for labeled data in the sense of SPSS... http://www.strengejacke.de/sjPlot/sjmisc/ https://strengejacke.wordpress.com/sjplot-r-package/ HTH, Albin -- | Dr.rer.nat. Albin Blaschka | Etrichstrasse 26, A-5020 Salzburg | * www.standortsanalyse.net

Re: [R] Help with PCA data file prep and R code

2016-09-28 Thread Albin Blaschka
BE 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. -- | Dr.rer.nat. Albin Blaschka | Etrichstrasse 26, A-5020 Salzburg | * www.stand

Re: [R] Warning message when starting RStudio

2015-04-23 Thread Albin Blaschka
was solved with the new version of R-Studio... I had the same problem... HTH, Albin -- | Dr.rer.nat. Albin Blaschka | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * | * www.researchgate.net/profile/Albin_Blaschka * | - It's hard to live in the mountains, hard but not hopeless

Re: [R] Privacy rights of an old user of this list

2013-09-12 Thread Albin Blaschka
, reproducible code. -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * | * www.researchgate.net/profile/Albin_Blaschka * | - It's hard to live in the mountains, hard but not hopeless! __ R-help@r

Re: [R] SP package

2013-06-25 Thread Albin Blaschka
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * www.thinkanimal.info * | - It's hard to live in the mountains, hard but not hopeless

Re: [R] Remove levels

2013-06-13 Thread Albin Blaschka
of the R Inferno? See The R Inferno from Patrick Burns, specially Chapter 8.2.4 dropping factor levels , page 83 http://www.burns-stat.com/pages/Tutor/R_inferno.pdf HTH, Albin -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info

[R] plot betadisper, change of pch

2012-05-09 Thread Albin Blaschka
] rgl_0.92.798 reshape_0.8.4 plyr_1.7.1MASS_7.3-16 vegan_2.0-3 permute_0.7-0 RPostgreSQL_0.3-2 [8] DBI_0.2-5 loaded via a namespace (and not attached): [1] grid_2.15.0lattice_0.20-6 tools_2.15.0 -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020

Re: [R] Cairo creates italized plots?

2011-10-20 Thread Albin Blaschka
with your code came with plain text, not italicized... Which plattform are you on? Did you try CairoFonts? regards, Albin -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * www.thinkanimal.info * | - It's hard to live in the mountains, hard

Re: [R] Problem reading PostgreSQL data with RODBC

2011-01-25 Thread Albin Blaschka
\') , you problem should be gone. I think the deeper problem lies with upper/lower case in the table name - is it MAIN, Main or main? If a tablename in PostgreSQL has at least one upper case, PostgreSQL uses quotes, and therefore the solution proposed above applies... HTH, Albin -- | Albin

Re: [R] Help! I turned my data into junk!

2010-03-09 Thread Albin Blaschka
the source, nothing more can be said... Albin -- - | Albin Blaschka, Mag. rer.nat - Salzburg, Austria | http://www.albinblaschka.info http://www.thinkanimal.info | It's hard to live in the mountains, hard, but not hopeless

[R] ggplot, qplot in loop

2008-09-25 Thread Albin Blaschka
(2008-04-22) What do I have missed? Thank you in advance, Albin -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * www.thinkanimal.info * | - It's hard to live in the mountains, hard but not hopeless! __ R

[R] qplot, stacked area, own colourscheme

2008-09-24 Thread Albin Blaschka
? Thank you in advance, Albin -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * www.thinkanimal.info * | - It's hard to live in the mountains, hard but not hopeless! __ R-help@r-project.org mailing list

Re: [R] qplot, stacked area, own colourscheme

2008-09-24 Thread Albin Blaschka
hadley wickham schrieb: On Wed, Sep 24, 2008 at 8:39 AM, Albin Blaschka [EMAIL PROTECTED] wrote: [snip] As I have those categories (cover grasses, cover herbs...) I would like to assign special colours to each (for example cover grasses = dark green, cover open soil = brown ...), but I did

Re: [R] Using RODBC to use SQL queries

2008-07-23 Thread Albin Blaschka
- odbcConnect(myODBC, uid=myUser, case=tolower) sql - select x,y,z from mytable myresult- (sqlQuery(channel, sql)) Best wishes, Albin -- - | Albin Blaschka, Mag. rer.nat - Salzburg, Austria | http://www.albinblaschka.info http

[R] Change font-face in title

2008-07-19 Thread Albin Blaschka
-string Deschampsia caespitosa to italics? Is that possible? If yes, how? The only possibility which came to my mind was tricking with the subtitle or with using text()...but that would be ugly... System: Both Linux and Windows, R-Version 2.7.1 Thanks in advance, Albin Blaschka

Re: [R] Change font-face in title

2008-07-19 Thread Albin Blaschka
jim holtman wrote: Is this what you want: plot(0,main=expression(paste(test , italic(italic), and more))) On Sat, Jul 19, 2008 at 11:31 AM, Albin Blaschka [EMAIL PROTECTED] wrote: Dear List, Is there a possibility to change the font-face for a part of the title of a plot? Hello all who

[R] Change font-face in title

2008-07-18 Thread Albin Blaschka
-string Deschampsia caespitosa to italics? Is that possible? If yes, how? The only possibility which came to my mind was tricking with the subtitle or with using text()...but that would be ugly... System: Both Linux and Windows, R-Version 2.7.1 Thanks in advance, Albin Blaschka

Re: [R] RODBC and schemas

2008-05-05 Thread Albin Blaschka
for this is: SET search_path = schemaname, anotherschema, pg_catalog; So, you have to pass this to postgres beforehand... Remark: pg_catalog is necessary, it is needed for general, built-in functions of postgres Hope that helps, Greetings, Albin -- | Albin Blaschka, Mag.rer.nat. | Etrichstrasse 26