search for: pesl

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

Did you mean: perl
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
...ava Plug-in 1.6.0_21 Using JRE version 1.6.0_21-b07 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Mark [INFO] Application stopping... [INFO] exit status thread [INFO] Application stopped [INFO] init() [INFO] param "url" has string value "http://comptonpeslonline.com/compton-pesl-practice-program/AUDIO/01/01/AD/01.ogg" [INFO] param "seekable" has enum value "0" (auto) [INFO] param "live" has enum value "0" (auto) blah blah [INFO] param "debug" has int value "3" [INFO] param "userId...
2001 Sep 04
10
Newsgroup - another try?
...I find that my lag is increasing (up to 4 hours). I do not believe that there would be any sense for me in replying on a question, when there have already replied some other people (what I do not know at that time). But maybe it would make because nobody has replied yet. How should I know? Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2001 Aug 23
2
multiple correlation?
I'm looking for a function for the 'multiple correlation' but can not figure out what it is called in R by using the html search function. Maybe it is called in another way in english? I only know the german term? Can anyone help me? Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2000 Aug 29
4
short way
...ay for a matrix and got this answer: la[la==0]<-1 Error in [<-.data.frame(*tmp*, la == 0, value = 1) : matrix subscripts not allowed in replacement i found a way to do this with "for()", but i think this is the worst way to do it. So is there a better way? Thomas J. Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2001 Jul 26
2
winedt (PR#1033)
i don't know, whether this is a bug or it is intended: when using winedt and R together it works perfectly, as long as R is run in mdi (multiple window mode). When you switch to sdi (single window mode) winedt, sends no command at all: no history, paste, source or script. Thomas Pesl > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.0 year 2001 month 06 day 22 language R...
2000 Aug 29
0
SV: short way
This should do what you want: # construct a data.frame d L3 <- LETTERS[1:3] str(d <- data.frame(cbind(x=1, y=1:10), ch=sample(L3, 10, repl=TRUE))) d # replace y-value in d, where y=5 d$y[d$y==5] <- 100 d Regin -----Oprindelig meddelelse----- Fra: Pesl Thomas [mailto:thomas.pesl at arcs.ac.at] Sendt: 29. august 2000 14:02 Til: R-Help (E-Mail) Emne: [R] short way i want to replace certain values of a matrix. i know how to replace them when the values are in a vector. i tried the same way for a matrix and got this answer: la[la==0]<-1 Error i...
2000 Sep 07
2
read.table
When I read a table (the dimnames of the table are numbers), R reads the column names as: X plus the number (X1,X2,X3,...) and the rownames as the numbers (1,2,3,...) How can I suppress this action? The code and the output: ^^^^^^^^^^^^^^^^^^^^^^^^ > r2<-read.table("h:\\matrix",header=T,dec=",",na.strings="-99") > dimnames(r2) [[1]] [1] "500"
2001 Jul 25
1
type missmatch in ?par
under 'mfg' the second paragraph says: [.]the form `c(i, j, nr, nc)' is also accepted, when `nc' and `nc' should be the current number of rows and number of columns. [.] it should be 'nr' and 'nc' instead of 'nc and 'nc' Thomas Pesl > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.0 year 2001 month 06 day 22 language...
2001 Aug 06
2
plot.hclust
I want to plot only a part of a denrogramm, which was produced by hclust. In S-Plus I used the function subtree, but I can not find this function or a similar one in R. Thank you for your help, Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2001 Aug 20
2
lm
By error I used the function lm with arrays. Is this a legal action? funtion call: h.lm<-lm(h.0~h.9+h.8) where all of the variables are arrays of dimension 722,6,10 Thank you for your help. Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2000 Aug 24
1
coplot
COPLOT: how do i define the given.values for two variables? Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2001 Jul 26
1
dist - memory
Dear R friends, Is there a formula for the amount of memory, that is needed by dist(), when you know the number of columns and rows? Or is there at least an approximation? Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2000 Sep 21
2
No subject
Dear R-friends, i just look at http://www.statistik.uni-dortmund.de/leute/ligges.htm to download scatterplot3 and saw a write and read wav-files library. So i wondered if R can play wav-files. This would be very practical, espacially when you do some long computations. If not, can R play a system beep or something like that? Thanks, Thomas
2001 Sep 04
2
AW: Newsgroup - another try?
| I can think of two disadvantages of a newsgroup | | 1) Access | Everyone with an email address can sub_scribe to the R mailing lists. | However, not everyone has a news feed. I don't. Everyone who has access to the internet can also have a news-account. There are a lot of good free news-servers (most of the time hosted by universities), and on the client-site you can often use your
2000 Aug 31
1
newsgroup
Is there a newsgroup for r discussion, too, or are there only these mailinglists? Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2000 Aug 31
1
write
i want to write an output created by table() to a file to my disc > tab or 1 2 3 4 5 6 1 57 80 25 23 46 23 2 106 35 59 8 51 40 > write(tab,"h:/tab.txt") when i do it that way, the text file is a sort of mess: 57 106 80 35 25 59 23 8 46 51 23 40 i tried it with write.table but: >Error in as.data.frame.default(x[[i]], optional = TRUE) : >
2001 Jul 20
0
problem with printing lines with lty
...clearly on my screen. When printing them through R, I can see nearly no difference between them. When using another program (Graphicapplication, Word,...) the lines show up like on my screen. Am I doing something wrong or is this just a Windows problem? Thank you for your help in advance, Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2001 Sep 12
2
glm + error
Can someone explain this error? I do not understand it and do not know what to do. > v.glm.allmax<-glm(ALL.MAX~.,data=v.q.allmax) Error in eval(expr, envir, enclos) : numeric envir arg not of length one Thank you for your help. Thomas platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1
2001 Sep 05
0
Newsgroup - conclusion
| |> By the way: At this point I have not recieved my own question. | | That might be because the subject has acquired 'AW:' as a prefix. If | you sort by subject, it comes a long way down the list. No I just wanted to show my lag. My conclusion is, that there are definetly some people here that are not able to connect to a (fast) newsgroup server. I did not see that problem. The