search for: dimensionen

Displaying 6 results from an estimated 6 matches for "dimensionen".

Did you mean: dimensiones
2012 Apr 08
2
How to produce serveral plots with pairs of vectors
Dear R-Users, I have a newbie-question about producing several plots with five variable pairs within in one code (loop). Problem: I define two objects, erveryone has five vectors (columns /variables): dimensionen <- data.frame(meinspss$attr_diff_gesamt, meinspss$finanz_diff_gesamt, meinspss$leist_diff_gesamt, meinspss$soz_diff_gesamt, meinspss$wert_diff_gesamt) gruppe <- data.frame(meinspss$R1_02, meinspss$R2_02, meinspss$R3_02,meinspss$R4_02,meinspss$R5_02) Now I would like to plot five similar grap...
2013 Jan 31
2
use name (not values!) of a dataframe inside a funktion
...;[,2]") assign(name, factor(x[,2]))} f.fact(dfb) is.factor(dfb[,2]) > FALSE dfb <- data.frame(a=c(1,2,3,4),b=c(1,2,3,4)) f.fact <- function(x) { name <- paste0(get(x),"[,2]") assign(name, factor(x[,2]))} f.fact("dfb") is.factor(dfb[,2]) > Falsche Anzahl von Dimensionen dfb <- data.frame(a=c(1,2,3,4),b=c(1,2,3,4)) f.fact <- function(x) { name <- paste0(x,"[,2]") assign(name, factor(x[,2]))} f.fact("dfb") is.factor(dfb[,2]) > Falsche Anzahl von Dimensionen ächz ... [[alternative HTML version deleted]]
2010 Mar 08
2
fit a gamma pdf using Residual Sum-of-Squares
..., 51, 26, 17, 9, 5, 2, 3, 7, 3) I have typed the following code, using nls method: fit <- nls(y ~ (1/((s^a)*gamma(a))*x^(a-1)*exp(-x/s)), start = c(s=3, a=75, x=86)) But I have the following message error (sorry, this is in German): Fehler in qr(.swts * attr(rhs, "gradient")) : Dimensionen [Produkt 3] passen nicht zur Länge des Objektes [23] Zusätzlich: Warnmeldung: In .swts * attr(rhs, "gradient") : Länge des längeren Objektes ist kein Vielfaches der Länge des kürzeren Objektes Could anyone help me with the code? I would greatly appreciate it. Sincerely yours, Vincent L...
2006 Nov 10
2
Problems with metaMDS from vegan
...no avail, as the error remains the same: As soon as a I try to process an R matrix (see below) to obtain the MDS I am confronted with: > meta <- metaMDS(distab.dist, distance="bray", k, trymax=50) Fehler in rowSums(x, na.rm = TRUE) : 'x' muss ein Array mit mindestens zwei Dimensionen sein Ausf?hrung angehalten ( translated: error in rowSums(x, a.rm = TRUE) : 'x' must be an array of at least two dimensions. Execution stopped ) This error is not appearing on identical data when using my older installation. The only relevant googled mentioning of that error points to a s...
2008 Jul 09
0
problems using mice()
...62), rep("polyreg",1), rep("norm",12), rep("polyreg",12)) next step was Test<-mice(df, im=ImpMethMice) I got the following error message: iter imp variable 1 1 variablenameFehler in impute.logreg(c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 2L, 2L, 1L, 2L, : Dimensionen [Produkt 119] passen nicht zur L?nge des Objektes [122] Zus?tzlich: Es gab 50 oder mehr Warnungen (Anzeige der ersten 50 mit warnings()) 1 1 variablenameError in impute.logreg(c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 1L, 2L, 2L, 1L, 2L, : dimensions [product 119] don`t match lenght of object [122] Ad...
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: &gt; I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?