search for: katharina

Displaying 20 results from an estimated 44 matches for "katharina".

2010 Dec 06
10
R crashes when making graphs
hi, i am running R with JGR and Deducer under Ubuntu Mint Lucid. since i updated to R 2.12 i can no longer make graphs - R just crashes. the full error report was posted to launchpad (https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/675905) without any success so far. anyone with a similar problem or helpful suggestions? thanks! kat
2010 Nov 17
2
Problem with plotting diagnostics - Error in object$coefficients : $ operator is invalid for atomic vectors
...get the error message Error in object$coefficients : $ operator is invalid for atomic vectors. which does not make a lot of sense, since there is no "$" - i am working with an attached dataset. can anyone help, please?? thanks a lot, kat ---------------------------------------------- dr. katharina manderscheid soziologisches seminar universität luzern kasernenplatz 3 6000 luzern 7 tel. ++41 41 228 4657 web: http://www.unilu.ch/deu/dr.-katharina-manderscheid_346380.aspx [[alternative HTML version deleted]]
2009 May 19
3
Remove objects names like character String
...,"_data",sep="") while looping through i? I tried rm(paste("site",i,"_data",sep="")) but I get the error that rm() must contain names or text strings which is confusing me as I thought paste() would create something like that...? Thanks, Katharina -- Time flies like an arrow, fruit flies like bananas.
2006 Dec 08
5
Remove " from a string
...ns "NameOfFunctionNumber" My Problem is that R doesn't recognise this as the name of my function because of the " at the beginning and the end. Is there a way of getting rid of those? Or does anybody know another way of solving this problem? Thanks a lot for your help! Cheers, Katharina [[alternative HTML version deleted]]
2009 Aug 12
1
CCF for hourly time series?
...rder to create the data frame I already intersected different time series so I know that the timeindex is the same for all rows and missing values were replaced by NA. Does that already impede creating a ts-object? Is there another possibility to perform the cross-correlation? Thanks in advance, Katharina -- ___________________ Katharina Appel Gro?e Weinmeisterstra?e 30 14469 Potsdam Tel.: 0331-2370828 e-mail: Kajoap at gmx.de Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
2006 Nov 07
2
wrong fill colors in polygon-map
...s.pat,2), cex=0.6) title(main="patenting activity in german districts") Data: ****** Iab7.poly contains the polygons of 343 German districts patenting$patbus contains the number of corporate patents per 100.000 inhabitants for each district Any ideas would be appreciated! Best regards, Katharina ****************************** Katharina Frosch Rostock Center for the Study of Demographic Change Konrad-Zuse-Str. 1 18057 Rostock Tel.: (0381) 2081-148 Fax: (0381) 2081-448 Mail: frosch@rostockerzentrum.de ---------- This mail has been sent through the MPI for Demographic Rese...{{drop...
2009 Jun 17
3
lattice: axis ticks, axis alignment and remove axis from plot
...) panel.bwplot(...) }) Maybe somebody can help me recognise the problem why the left sided ticks are not drawn. I'm also wondering how to tell the trellis object not to draw the right and top axes at all an how to align the y axis that it goes through x=0? Thanks, Katharina
2009 Jun 24
3
distinguish regression lines in grouped, black and white lattice xyplot
...le species and only 6 default values for the line type lty (and according to the par {graphics} help page customizable to up to 8 different line types). Does anybody have any idea how these 26 different lines can be made distinguishable from each other without the use of colors? Thanks, Katharina
2010 Dec 03
3
recode letters to numbers
...cores into numeric values (such as NR=0, D=25, C=50, B=27, A=100), while also leaving the NA in the dataframe. Can I transform the whole dataframe at once or do I need to transform each column separately? How do I correctly specify the levels and labels of the new dataframe? Thank you so much, Katharina [[alternative HTML version deleted]]
2010 Mar 18
5
language!!!
...system on my work. I would really like it in English and there seems to be no way to change that!?! I´m doing an abroad internship, so my Spanish is far from perfect and my tutorial is in English. Is there any way that I´m not aware of to change the language environment of R? Thanks a lot! Katharina _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2011 May 19
1
svytable and na's
...er to apply survey design weights. the data set i am using - ess - contains missing values. my question: when using svytable(~variable1+variable2, design=my.svydesign.object, na.rm=T) the resulting crosstable contains all missings although i defined the na's as such. any ideas??? thanks a lot, katharina ---------------------------------------------- dr. katharina manderscheid soziologisches seminar universität luzern kasernenplatz 3 6000 luzern 7 tel. ++41 41 228 4657 web: http://www.unilu.ch/deu/dr.-katharina-manderscheid_346380.aspx [[alternative HTML version deleted]]
2009 May 19
2
create string of comma-separated content of vector
...lect * from [biomass_data$] where site_no in (2, 4, 6, 7) Here my approach (which doesn't work): site_all_data <= sqlQuery(channel, "select * from [biomass_data$] where site_no in (",paste(i,sep=","),") ) sorry for spaming so much today to the mailing list... -Katharina -- Time flies like an arrow, fruit flies like bananas.
2009 Aug 08
1
linear model: Test difference between coefficients and given values (t.test?)
...are significantly different from the given values. I heard about t.test, but I'm sorry to say that I'm not quite understanding what I have to provide as arguments. I would be more than happy if somebody can point out an example similar to the comparison I have to do... Thanks, Katharina
2007 Nov 12
2
separate window for help/newbie
hi, is there a way to make r open the help file in a separate window? i'm quite new to linux(kubuntu) and used to work with r under windows... thanks, katharina
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
...o time series & zoo and that I'm terrible sorry if this is an absolute dull question). The data I use is rather large, but the error can be reconstructed in a small example (s. below). If of any interest: I use R 2.15.0 GUI 1.51 Leopard build 32-bit (6148). Many thanks and best regards, Katharina <------ library(zoo) #create data + gaps z <- zoo(seq(1:30), seq(1900, length =30 )) z[c(2,5,6,7,9,10,15,16,17,20,21)] <- NA > z 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1 NA 3 4 NA NA NA 8...
2009 Jun 01
1
write values of points beside points in plot
...ot;) and I want to have the value of coefficient$site_no written beside each point within the plot (to recognize them) sorry for troubling you with this question, but I somehow can't find any information on it (maybe because I'm not quite sure what to search for) Thanks a lot, Katharina
2005 Mar 18
4
Sweave/margin
...he page. Then the code continues in new lines below.) Does anyone know where I could change or insert the box width? Or probably I am totally wrong and someone knows another solution... Hoping for help - and excuse if anyone asked this stupid question before, I did not find it in the archive, Katharina Hoff -- DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen! AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl
2009 Jun 18
1
lattice logaritmic scale (basis "e" ), rewriting labels using xscale.component
...example works for log 2 but I need log e (natural logarithm). My problem is that if I replace 2 with "e" (using paste()), I get the error message that the location isn't a numeric value. Is there any way to get this working somehow or do I have to take a different approach? Thanks, Katharina Here my failing approach: require(lattice) data(Earthquake, package = "MEMSS") xscale.components.log <- function(lim, ...) { ans <- xscale.components.default(lim = lim, ...) tick.at <- logTicks(paste("e^",lim,sep=""), loc = c(1, 3)) ans$bottom$t...
2009 Jul 20
1
package lmodel2: p-value RMA fitting?
...But can I obtain some kind of a p-value to say that it is highly significant (< 0.01), significant (0.05),... like in the output of lm? Sorry for bothering everybody with this, well, probably rather idiotic question, but I don't know where to continue from this point... Thanks, Katharina Here the output of my lmodel2 regression: Model II regression Call: lmodel2(formula = log(AGB) ~ log(BM_roots), data = biomass_data, range.y = "interval", range.x = "interval", nperm = 99) n = 1969 r = 0.9752432 r-square = 0.9510993 Parametric P-values: 2-tailed = 0...
2006 Nov 23
1
ARMAX Models in R
...he lag e.g. AR Part =ar1, ar2, ar7; MA Part =ma1, ma3 and I want to use exogenous variables as well. I coudn't find any solutions in the R help and therefore I want to ask all of you. Does anyone know how to solve this problem??? That would be great! Thanks a lot for your help!! Best regards, Katharina [[alternative HTML version deleted]]