search for: einlesen

Displaying 4 results from an estimated 4 matches for "einlesen".

Did you mean: eileen
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren, An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von IR-Spektren (line-shape-Analyse zur quantitativen Analyse von Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von 64 Kan??len ??ber die
2007 Dec 20
1
auto named savings (pngs & data-frames)
...show.png") #boxplot(datalist, main="Proband - ", col= "blue", ylab= "reactiontime in milliseconds", xlab= "name") #dev.off() #dev.set() #Datenmatrix <- cbind(datalist) #print(Datenmatrix) #dev.off() #plot(datalist) #dev.off() #einlesen <- datalist #print(einlesen) #Monate,storage, type="l", ylab="Datenvolumen [B]", xlab="Alter [M]", main="Altersverteilung", col="blue", ylog=TRUE, xpd=TRUE #print(x) # # alle kritischen Befehle wurden wohl von Felix "behoben" :( - ab...
2011 Jul 20
3
Grouping columns
*Hi @ all, I have a question concerning the possibilty of grouping the columns of a matrix. R groups the columns alphabetically. What can I do to group the columns in my specifications? The script is the following:* > #R-Skript: Anzahl xyz > > #Quelldatei einlesen > b<-read.csv2("Z:/int/xyz.csv", header=TRUE) > > #Teilmengen f?r die Einzeljahre generieren > b1<-subset(b,jahr=="2007") > b2<-subset(b,jahr=="2008") > b3<-subset(b,jahr=="2009") > > #tapply f?r die Einzeljahre auf die...
2013 Jun 05
2
combining two different matrizes
...ize me if post this in the wrong section. I have problem concerning ma two matrizes. After a regressione and so on, I got two matrizes Matrixres contains the results of ma calculation. Matrixr contains my detiene, which where Aldo used for the regression. Please ser the following code: #Datei einlesen residual = read.csv2("E:***Input-R_Renditen.csv",header=TRUE, sep=";") #Aktientitel alist <- list() for (a in 2:11){ #Regression ? ?#L?nge Gesamtzeit ? ?t <- 243 ? ?tx <- t-59 ? ?#L?nge Regression ? ?reglist <- list() ? ?for (i in 1:tx){ ? ?j <- i+59 ? ?#Reg...