Displaying 4 results from an estimated 4 matches for "var14".
Did you mean:
var1
2010 Sep 30
1
Several Lattice plots in one Plot
...d print with the split command, but the graphics are getting really small. Can someone please help me.
Following data example:
dta = data.frame(
day=c(1,2,3,4,5,6,7),
var11=c(1,2,2,4,5,3,2),
var12=c(1,2,2,4,5,3,2),
var13=c(1,2,2,4,5,3,2),
var14=c(1,2,2,4,5,3,2),
var15=c(1,2,2,4,5,3,2),
var16=c(1,2,2,4,5,3,2),
var17=c(1,2,2,4,5,3,2),
var18=c(1,2,2,4,5,3,2),
var19=c(1,2,2,4,5,3,2),
var10=c(1,2,2,4,5,3,2),
var11=c(1,2,2,4,5,3,2),
var12=c(1,2,2,4,5...
2004 Jan 08
1
(no subject)
...0 14
> dim("a")
NULL
> names(a)
[1] "Var1" "Var2" "Var3" "Var4" "Var5" "Var6" "Var7" "Var8" "Var9"
[10] "Var10" "Var11" "Var12" "Var13" "Var14"
> names("a")
NULL
I realise that the character string lacks both a dimension and any column names; my question is how to make R understand that I look for the object a when I write "a".
Like a type cast in C; (R data.frame) "a" for those familiar w...
2004 Jan 08
0
(no subject)
...gt; NULL
>
> > names(a)
> [1] "Var1" "Var2" "Var3" "Var4" "Var5" "Var6" "Var7"
> "Var8" "Var9"
> [10] "Var10" "Var11" "Var12" "Var13" "Var14"
> > names("a")
> NULL
>
> I realise that the character string lacks both a dimension
> and any column names; my question is how to make R understand
> that I look for the object a when I write "a".
>
> Like a type cast in C; (R data.fram...
2010 Jun 16
0
biglm.big.matrix: Problem with weighting
...read.big.matrix)
NIKA <- read.big.matrix("G:\\VAR.dat", header=TRUE, type="double",
sep="\t")
Reg <- biglm.big.matrix(formula = LAannualisiert ~ 0 + VAR01 + VAR02 +
VAR03 + VAR04 + VAR05 + VAR06 +
VAR07 + VAR08 + VAR09 + VAR10 + VAR11 + VAR12 + VAR13 +
VAR14 + VAR15 + VAR16 + VAR17 + VAR18 + VAR19 +
VAR21 + VAR22 + VAR23 + VAR24 + VAR25 + VAR26 + VAR27 +
VAR28 + VAR29 + VAR30 + VAR31 + VAR32 + VAR33 + VAR34 +
VAR35 + VAR36 + VAR37 + VAR38 + VAR39, weights = ~Gewicht , data =
NIKA)
summary(Reg)
Best regards form germany, berlin.
R...