Displaying 20 results from an estimated 200 matches similar to: "converting a summary table to survey database form"
2012 Oct 24
2
Recode function car package erases previous values
Hi all,
I am attempting to create a new variable based on values of other variables. The variable is called pharm. It basically takes the numeric code of 1 as yes and 0 to be No from the variable B20_C1 (a question on a survey). However, I would also like to have a level for non-respondents and these are captured in the variable nr.B20C, which is a 1 when there is a non-response on the whole group
2013 Jan 11
3
Using table to get frequencies of several factors at once
Hi, I have a dataframe with n columns, but I am only looking at five of them. And lots of rows, over 700.
So I would like to find frequencies for each of the numeric columns (variables) using the table function. However, is there a fast way to produce a frequency table where the 5 rows represent the 5 numeric variables and the columns refer to the values (levels) of the respective numeric
2013 Apr 17
2
Problem with DateVisit-gives wrong year?
Hi I have the following factor of dates that I want to converted to Date class so I can extract the month
> test.date
[1] 14/05/2012 14/05/2012 14/05/2012 14/05/2012 14/05/2012 14/05/2012
[7] 14/05/2012 14/05/2012 14/05/2012 14/05/2012
201 Levels: 01/10/2012 01/11/2012 01/12/2012 02/07/2012 ... 28/09/2012
I use code below
ntest.date<-as.Date(test.date,'%d/%m/%y')
but the output
2013 Mar 28
1
question about attaching data
Hi I just would like to know,
When I have a dataframe, like this one called 'dummy'
And I attach it.
Then I run my code.
I then update the dataframe by making changes and I still call it 'dummy'.
I run my code again.
Now dummy is at position 1 and position 2 of the search path and if I run the code again, with another version of 'dummy' it updates and eventually my search
2013 Jan 15
1
Removing an attached object
Dear All,
I am a bit confused, I attached my data frame using 'attach(DATA)'
Then I removed it using 'rm(DATA)'
But for some reason it is still at position 2 at the search path
search()
[1] ".GlobalEnv" "DATA" "package:foreign"
[4] "package:stats" "package:graphics" "package:grDevices"
[7]
2012 Sep 04
3
Tendonitis and R users
Hello
This request asks something beyond the technicalities of the R language, I would like to ask you wonderful people if you have ever suffered as programmers ( or de facto programmers like myself though I am a 'research assistant') from tendonitis and how you coped with it, i have golfer's elbow on both sides. Any resources?
Pancho Mulongeni
Namibia
2012 Oct 17
2
Setting all rows of a certain level to NA in a factor
Hello everyone.
My task is set certain levels (that is all rows of that level) as missing values in factor B20_A.
Excuse the notation, it happens to be a question number in a survey.
So I thought it would work easily by defining the levels
and their labels using the 'factor' function.
> levels(B20_A)
[1] " " "5.6" "No " "Yes"
#as you can see
2013 Feb 21
1
Commercial or not?
Hi All,
Let's say someone uses an R package (prefer to not disclose which) that comes with two different distributions,the commercial and non-commercial license. Now the non commercial license has conditions,bit it never runs out. So if this person knows they should be using the commercial license, because they are not a student and are paid for their work , (ie they are outside the
2018 Mar 31
2
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
Can you just compile the latest from the git repo on to raspian os?
On Sat, Mar 31, 2018, 11:21 AM Ramses <ramses.sevilla at gmail.com> wrote:
> El 29 de marzo de 2018 23:41:24 CEST, Ramses <ramses.sevilla at gmail.com>
> escribió:
> >Hi everyone,
> >
> >I have installed Tinc-VPN v1.0.19-3, that is the last version that
> >there is in Raspbian 7,
2018 Mar 29
3
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
Hi everyone,
I have installed Tinc-VPN v1.0.19-3 that is the last, versión that there is in Raspbian 7, installed with the apt-get command.
I will like know what will be the best way to migrate this version to Tinc-VPN v1.1
Regards,
Ramses
2018 Mar 31
2
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
Hello Ramses,
Am Sat, 31 Mar 2018 17:21:52 +0200
schrieb Ramses <ramses.sevilla at gmail.com>:
> Can tell me someone if there is any repository to Raspbian that has Tinc v1.1
> to update a installed Tinc v1.0 from command apt-get?
thankfully the Debian package maintainer for tinc (Guus) prepared a package and
uploaded it to the "experimental" suite:
2013 Oct 09
3
Tinc Server and Raspberry PI (Rev. B).
Hi everybody and sorry by the insistence.
Nobody has working Tinc Server over a Raspberry in an environment in
production?
Best regards and sorry again,
Ramses
De: Ramses II [mailto:ramses.sevilla at gmail.com]
Enviado el: martes, 08 de octubre de 2013 17:59
Para: tinc at tinc-vpn.org
Asunto: Tinc Server and Raspberry PI (Rev. B).
Dear gentlemen,
I need configure a VPN
2018 Mar 31
2
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
Hello Ramses,
Am Sat, 31 Mar 2018 22:03:25 +0200
schrieb Ramses <ramses.sevilla at gmail.com>:
> But what repository I need to add to the sources.list file?
the internet out there would have told you :)
https://wiki.debian.org/DebianExperimental
Be sure to understand, that this suite contains packages of undefined quality
(this is the purpose of this suite). Do not dare to install
2018 Mar 29
2
What commands there are in Tinc-VPN v1.0 to show information about the VPN?
Hi everyone,
I need know if there is any command that show the hosts connected, networks, etc... in a Tinc-VPN v1.0 how in Tinc-VPN v1.1
Regards,
Ramses
2018 Apr 01
2
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
Hello Ramses,
Am Sun, 01 Apr 2018 01:44:01 +0200
schrieb Ramses <ramses.sevilla at gmail.com>:
> [..]
>
> Correct?
in general, this is exactly the right procedure.
> I have installed Raspbian 7 (Wheezy). I will have problems doing this
> proccess un Raspbian?
Raspbian (being derived from Debian) is not a problem.
The old base distribution (wheezy) is a problem.
In the
2012 Jan 09
1
tinc Digest, Vol 87, Issue 4
ofcourse there is no freepbx, and there is no difference between the
version of asterisk , ATM we are using asterisk 1.6.2.19 , i've also tried
it on asterisk 1.10 , which resulted in the same way , does anyone have any
ideas , why is it happening like this .
thank you.
On 9 January 2012 14:30, <tinc-request at tinc-vpn.org> wrote:
> Send tinc mailing list submissions to
>
2016 Jan 29
2
compiling tinc latest version on ubuntu
Hi
Can someone please help me with the method of installing the lzo dependancy
for tinc to compile.
I am getting the following errors when compiling.
./configure
....
....
checking for lzo1x_1_compress in -llzo2... no
checking for lzo1x_1_compress in -llzo... no
configure: error: "lzo libraries not found."
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
--------------
2013 Apr 26
3
Problem with tinc.log and logrotate.
Hi everyone again.
I run tinc with the following command:
/usr/sbin/tincd -d1 --logfile=/var/log/tinc.log
That creates the file "/var/log/tinc.log" correctly and reports into it.
Well, because I want to have a log file by day, I have created a logrotate
file (/etc/logrotate.d/tinc) that contains the following lines:
-----------------------------------------
/var/log/tinc.log {
2005 Apr 27
1
Winbind samba pdc
Hi,
I still have my problem that my samba PDC doesnt want to accept
winbind queries.
wbinfo -u or -g or -t does only generate errors. the logfiles show a
blissfull silence.
who has a working PDC with winbind in samba? I really need it urgently now!
Here is my smb.conf file
[global]
workgroup = SMB3
netbios name = SMB-TEST
add user script = /usr/sbin/useradd -m %u
delete user script =
2010 Feb 04
5
Can I pass 802.1q (VLAN tagged) through a VPN Tinc in HUB/Switch mode?.
Hello to everybody,
Sorry if my english isn?t very good.
I need pass 802.1q through a VPN between two offices.
I have mounted a WRT54GL, with OpenWRT firmware, conected to a switch trunk
port in both offices.
In the switch of the first office I have created five tagged VLANs and I
need pass these VLAN to the second offices where it has created it too.
Can I do this with Tinc in HUB/Switch