search for: spalten

Displaying 5 results from an estimated 5 matches for "spalten".

2009 Aug 12
1
calling a function with dynamically generated buttons
...tel, las=2) text(midpts, 1, mat) mtext(text=paste("Treshold:", thresh), side=3, col="blue") } lb <- tklabel(base, text="Barplot:") tkgrid(lb, row=4, column=0) for(i in 1:(reihen-1)) { anzeige <- data.matrix(dataframe[i,-c(spalten)]) namen <- names(anzeige) tit <- paste(classi[i], "\nTotal Threshold for", classi[i], ":", dataframe[i, spalten]) but <- tkbutton(base, text = classi[i], command = function() {plotten(mat = anzeige, namen = namen, titel = tit)})...
2007 Aug 31
3
data frame row manipulation
...eve") # testing the function for one name is ok #we want to add a column, that shows the daily drinkingvolume in relation to the persons max-vol. evaluation[,"relDrink"]= evaluation$vol/getMaxVal(evaluation$name) # # this brings the error: # #Warning message: # Korrupter Data Frame: Spalten werden abgeschnitten oder mit NAs # aufgefüllt in: format.data.frame(x, digits = digits, na.encode = FALSE) errortest= evaluation$vol/getMaxVal(evaluation$name) errortest # this brings: # numeric(0) #target was the following: #show in each line the daily consumed beer per person and in the next...
2010 Jan 08
1
Zeilenweiser Plot einer Matrix
...ei?igen Lesens der Dokumentation noch nicht zur L?sung des folgenden Problems vorgedrungen. Die Werte einer 2D-Matrix sollen in einem einzigen 2D-Plot dargestellt werden, in dem jeweils f?r die Werte einer Zeile ein Graph aus mit Linien verbundenen Punkten gezeichnet wird. Die Matrix besitzt zw?lf Spalten, die x-Achse soll einfach mit 1:12 indiziert werden. Sch?n w?re, wenn die einzelnen Graphen automatisch farblich variiert und mit dem Zeilennamen beschriftet w?rden. Spaltenweise habe ich es mit "matplot" geschafft, aber zeilenweise? Oder sollte eher die Matrix transponiert werden? Ich...
2008 Jul 23
2
accessing the keyname and the value
...; </p> <p> <b>Gemeinschaft:</b> <%=h @auftrag.gemeinschaft %> </p> <p> <b>Ersch datum:</b> <%=h @auftrag.ersch_datum %> </p> <p> <b>Art:</b> <%=h @auftrag.art %> </p> <p> <b>Spalten:</b> <%=h @auftrag.spalten %> </p> <p> <b>Format:</b> <%=h @auftrag.format %> </p> But if a field ist empty the name is also displayed. so my thougt ist something like this: <% @auftrag.each do |item|%> <% if @auftrag.format > &quo...
2008 Feb 13
1
lmer: Estimated variance-covariance is singular, false convergence
...+ Distance | > + Site / ID.Transekt) , method = ("ML")) Warning message: In .local(x, ..., value) : Estimated variance-covariance for factors ?ID.Transekt:Site?, ?Site? is singular > cracks.lmer1 <- lmer (Cover ~ Cracks + (Cracks | Site / ID.Transekt) , > + data = Lmm.spalten.corr, method = ("ML")) Warning messages: 1: In .local(x, ..., value) : Estimated variance-covariance for factor ?Site? is singular 2: In .local(x, ..., value) : nlminb returned message false convergence (8) For this one, i changed the maxIter and msMaxIter up to 50000000, but the...