search for: pw003k20328t7073a

Displaying 19 results from an estimated 19 matches for "pw003k20328t7073a".

2012 Jun 08
4
Sort 1-column dataframe with rownames
...df <- data.frame(x) rownames(df) <- c("A","B","C","D","E","F","G","H","I","J") df.sort <- df[order(df[,"x"]),] /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Mar 08
1
Save/Load function()-result to file in a loop
...t I desire... ls <- list("A","B","C") for(i in ls){ x <- lm(c(1,2,3)~c(2,5,6)) save(x, file = paste("/path/to/file_",i,sep="")) } A <- load("/path/to/file_A") /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 May 04
1
Generate strings from multiple variables
...of A and B (separated by _). This should be also possible for more variables. Is there simple way to that? I thought about looping over A and B (nested for-loop) but maybe there is a straight foward solution to get such strings. /johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 May 31
3
Remove columns from dataframe based on their statistics
...e the statistics and then remove them by hand? A <- runif(100) B <- rep(1,100) C <- rep(2.42,100) D <- runif(100) df <- data.frame(A,B,C,D) # if want to conditionally remove column B and C as they show no variations /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Jun 11
2
question about changing certificate
...t.pem-files, who/what uses the ssl-mail.key? I'm pretty sure I'm just overlooking something completely obvious, but what? =) greetings silvia -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Jun 13
0
High CPU usage
...ON_MASK temp |= (1 << 15); // FTZ_BIT __asm ldmxcsr temp; Tested with Visual Studio 2010 on x86. Please let me know if it works for you too. Mark -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Feb 29
2
R newbie: Installation of package reshape exit status not 0
...ystem. during installation i got the error warning: Warnmeldung: In install.packages("reshape") : Installation des Pakets 'reshape' hatte Exit-Status ungleich 0 Please, give me a idea, how can i fix this error/warning -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Apr 02
1
Unwanted page break in Rd2pdf
...uot;Description" and "Details" etc. Unfortunately after the Subtitle "Details" there is a pagebreak (and 3/4 white page) which I did not set there... Any recommendation how I can avoid this? best regards, /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Apr 10
0
Scatterplot matrix with partly transformed axis
...iris[1:3], lower.panel = function(...) panel.smooth(..., col.smooth="grey"), upper.panel=panel.cor) Maybe someone can help me here as I think this is also helpful to others with a similar kind of problem. Best regards, Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Mar 26
0
Enhance Pairs Scatterplot Matrix
...9;log(',sigma[stat],')')),"p",expression(paste('log(',sigma[mob],')'))),lower.panel = function(...) panel.smooth(..., col.smooth="grey"), upper.panel=panel.cor) Thanks! Best regards, Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a -------------- next part -------------- A non-text attachment was scrubbed... Name: cor_move_factors.pdf Type: application/pdf Size: 11514 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120326/db84b13b/attachment.pdf>
2012 May 02
1
Two ecdf with log-scales
...o 'stack' two plots... Ecdf(x1,what="F") Probably there are many more solutions (e.g. ggplot etc.)... ...Has anyone faced a similar task and found a simple solution? Any suggestions are welcome! Best regards, Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 May 04
1
Absolute cumulative curve with ecdf/stepfun?
...replace the ecdf-function in ddply with a function that gives cumulative counts resp. the cumulative position of each observation, so that I get an absolute cumulative curve as a result? Is that understandable? Thank you very much, Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Jun 14
0
Complex summary of counts of rank positions over multiple dataframes
...rank2b,rank3b,rank4b) Is there any common procedure to get counts of ranks for multiple dataframes? Has anyone done similar things I can help me to get this done in a simple way considering the multiple dataframes in the loop? /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Jun 01
1
Redefine multiple columns (using grep) as factor variables
...factor but that is not working with multiple columns I get from grep()... what I tried so far: df[, grep("^crast", colnames(df))] <- as.factor(df[, grep("^crast", colnames(df))]) any suggestions? cheers, /Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Apr 02
1
Make package out of own function
...r_0.6 > Can anyone explain me how to solve that resp. how to make my own function into a package? Best regards, Johannes [1]: http://stackoverflow.com/questions/8430178/arguments-and-classes-for-writing-generic-functions-in-r -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2012 Jun 08
1
dovecot ignores entries in virtual_alias_maps when using dovecot lda
hello list, i need help. dovecot dont look into my virtual_alias_maps . i set via postzfixadmin an alias postmaster at domain.tld to newmail at domainother.tld. when i send mails to postmaster at domain.tld mails are rejected. dovecot authworker tells me in log: user unknown. but i can request the data via postmap -v -q postmaster at domain.tld mysql:/etc/postfix/mysql_virtual_alias.cf and get
2012 Jun 14
1
High CPU usage
...ON_MASK temp |= (1 << 15); // FTZ_BIT __asm ldmxcsr temp; Tested with Visual Studio 2010 on x86. Please let me know if it works for you too. Mark -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a ------------------------------ _______________________________________________ Speex-dev mailing list Speex-dev at xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev End of Speex-dev Digest, Vol 97, Issue 1 ****************************************
2012 Jun 22
6
Definition list as image caption
recently though about image captions, then i realized that this could be achiebed by Markdown Extra's definition list feature: ![alttext](http://exampl.com/img.jpg) : here goes the *caption* What do you think? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jun 20
2
TINC - sometimes working a bit
...=========================================================================== What am I doing wrong here? Any help is appreciated! Thank you so much! -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a