> On Aug 24, 2016, at 11:48 AM, Christofer Bogaso
> wrote:
>
> Hello again,
>
> Let say I have a data.frame which I call as reference data frame :
>
> Ref = data.frame(c("a", "d", "c", "e", "f", "x"), matrix(NA, 6, 5))
> colnames(Ref) = c("a1", "a2", "a3", "a4", "a5", "a6")
> Ref
>
> Now I h
Hello again,
Let say I have a data.frame which I call as reference data frame :
Ref = data.frame(c("a", "d", "c", "e", "f", "x"), matrix(NA, 6, 5))
colnames(Ref) = c("a1", "a2", "a3", "a4", "a5", "a6")
Ref
Now I have another data.frame, which I call as value data frame :
Value = data.frame(c("x
2 matches
Mail list logo