dirk & bill, you guys are incredible! the non-silent .Rprofile was the
problem!
making the code interactive didn't help either, only silenceing it helped!
thanks so much! i assume moving to r-sig-debian is now obsolete.
ps, @dirk: adding michael rutters ppa also helped, but the packages get
insta
dear community,
i get a *non-zero exit status* installing the survey-package in R version
3.5.2 on ubuntu 18.04. the problem seems to be related to *g++* and/or the
package *minqa*. in the output of the installation procedure i found the
following g++ related lines:
g++ -I"/usr/share/R/include" -
] [,3]
[1,]1 NA NA
[2,] NA2 NA
[3,] NA NA3
2013/2/7 Duncan Murdoch
> On 07/02/2013 1:20 PM, Winfried Moser wrote:
>
>> Dear Listers,
>>
>> I try to change the structure of my data. i have an indicator-matrix and
>> want to end up with a fa
# v1 v2 v3 v4
> #1 1 0 0 1
> #2 0 1 0 2
> #3 0 0 1 3
> A.K.
>
>
>
>
> - Original Message -
> From: Winfried Moser
> To: r-help
> Cc:
> Sent: Thursday, February 7, 2013 12:20 PM
> Subject: [R] why "object 'x' not found&q
; v1 v2 v3 v4
> 1 1 0 0 1
> 2 0 1 0 2
> 3 0 0 1 3
> >
> >
> >
>
>
> On Thu, Feb 7, 2013 at 1:20 PM, Winfried Moser
> wrote:
> > Dear Listers,
> >
> > I try to change the structure of my data. i have an indicator-matrix and
> > want to end
Dear Listers,
I try to change the structure of my data. i have an indicator-matrix and
want to end up with a factor.
i have
v1 v2 v3
1 0 0
0 1 0
0 0 1
and want
v1 v2 v3 v4
1 0 0 1
0 1 0 2
0 0 1 3
amongst other things i tried the following
d <- data.frame(d1=c(1
Dear Listers,
can anyone help me, please.
Since several days i try to figure out, how to assign values, vectors,
functions etc to variables with dynamically generated names inside of
functions.
Sometimes I succeed, but the success is rather arbitrary, it seems. up to
now i don't fully understand,
7 matches
Mail list logo