Displaying 20 results from an estimated 500 matches similar to: "Tinc over httptunnel"
2010 Jan 22
2
Stata and R user GLM method
Hello people,
I am in the process of migrating from Stata to R and I would like to check
if my results are similar under the two softwares:
Here is my GLM command under R
nurse.model<-glm(pQSfteHT~dQSvacrateHTQuali3_2 + dQSvacrateHTQuali3_3 +
dQSvacrateHTQuali3_4 + dQSvacrateHTQuali3_5 + cluster_32 + cluster_33 +
cluster_34 ,family=binomial(link = "logit"))
and below the stata
2005 May 06
1
R for HTS data analysis
Hello,
I am looking for any packages, tutorials, documents,... about the use of R for the analysis of HTS data.
Thanks for your help
Fred
[[alternative HTML version deleted]]
2018 Jan 10
4
R-hts
dear all,
i need some help in structuring my data file for a hierarchical time series
analysis.
can someone help please ?
i have a 600 row database in the nature of a panel data, with 3 time series
values of interest. the data also has 4 classificatory variables comprising
a code for each entity in the panel, a value for time (year), and
classification of type of entity and a further sub-group
2017 Sep 07
3
sieve stopped working and doveadm mailbox list without -s shows less folders then with
Dovecot 2.2.31 with mailboxes in mdbox format.
Since a couple of days some mailboxes have the problem, that sieve rules
moving mails to folders stop working and .sieve.log in mailbox shows:
sieve: info: started log at Sep 07 13:57:17.
error:
msgid=<20170907155704.EGroupware.S4yThVJRr12WSiJLpKbK0Bz at somedomain.egroupware.de>:
failed to store into mailbox 'INBOX/Munser': Mailbox
2018 Jan 10
0
R-hts
Have a look at http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
and
http://adv-r.had.co.nz/Reproducibility.html
On Wednesday, January 10, 2018, 11:51:22 AM EST, deva d <devazresearch at gmail.com> wrote:
dear all,
i need some help in structuring my data file for a hierarchical time series
analysis.
can someone help please ?
i have a 600
2018 Jan 10
0
R-hts
Hello,
Have a look at the plm package
https://cran.r-project.org/web/packages/plm/index.html
It has a convenient way to structure your data into panel according to some
id.
Best regards,
Jeremie
On Wed, Jan 10, 2018 at 5:41 PM, deva d <devazresearch at gmail.com> wrote:
> dear all,
>
> i need some help in structuring my data file for a hierarchical time series
> analysis.
2018 Jan 10
2
R-hts
Hello,
It's difficult to help without a sample of the format. Can you provide a
short sample like 10 lines and a few columns.?
Best regards,
Jeremie
On Wed, Jan 10, 2018 at 6:12 PM, John Kane via R-help <r-help at r-project.org>
wrote:
> Have a look at http://stackoverflow.com/questions/5963269/how-to-make-
> a-great-r-reproducible-example
> and
>
2004 Nov 17
1
bioassay, excel
It's not in R, but the system described in the pair of papers our group
published in the Journal of Biomolecular Screening late last year:
http://jbx.sagepub.com/cgi/content/refs/8/6/624
http://jbx.sagepub.com/cgi/content/refs/8/6/634
is based on S-PLUS and StatServer. It was also presented at the Insightful
Tech. Conf. back in 2000.
For Excel/R connection, look for the R-(D)COM server on
2018 Jan 10
0
R-hts
You are the one with data. Supply what you have (or a simulated version of same, hence the reading recommendation) using dput, and someone may suggest how to transform it. In most cases a simple tabular format (data frame) is sufficient.
--
Sent from my phone. Please excuse my brevity.
On January 10, 2018 12:20:47 PM PST, "J?r?mie Juste" <jeremiejuste at gmail.com> wrote:
2013 Sep 20
0
"net idmap dump" and "wbinfo" shows different GIDs for same SID
Hi!
I'm apologize for my poor English, but have a question.
This question is a shorter than one i posted not so long ago
(https://lists.samba.org/archive/samba/2013-September/175649.html) and
received no answer for a while. In this question i took a log from the
different server, but this is no matter: the problem persists on all of
my servers.
So, my OS is FreeBSD 9.0, my Samba is 3.6.18
2013 Sep 16
0
tdb idmap returns different GID's for the same SID from time to time
Greetings!
I have a samba 3.6.18 acts as a domain member.
I'm using a samba nss and creating local groups for a domain users.
Here part of my nsswitch.conf:
group: files winbind
passwd: files winbind
The problem is that the tdb unix GID mappings returns different ID from time to time for the same SIDs.
Suppose we have a local group "samba_svn1", created with "NET SAM
2008 Jul 27
0
[LLVMdev] Analysis Passes
On Jul 25, 2008, at 16:57, John Criswell wrote:
> Devang Patel wrote:
>
>> On Jul 25, 2008, at 12:58 PM, Marc de Kruijf wrote:
>>
>> I'd like to write a pass that does both: implements a code
>> transformation and saves information that can be accessed by
>> subsequent passes.
>>
>> Ideally, we want to use two separate pass. However, it is
2008 Jul 25
3
[LLVMdev] Analysis Passes
Devang Patel wrote:
> On Jul 25, 2008, at 12:58 PM, Marc de Kruijf wrote:
>
> I'd like to write a pass that does both: implements a code transformation and saves information that can be accessed by subsequent passes.
>
> Ideally, we want to use two separate pass. However, it is quiet possible that your requirement is unique. Would it be possible to provide more info. on what
2018 Jan 11
0
R-hts
thanks jeff and jeremie,
i am attaching 40 rows of the data, randomly picked from the large table.
the vars are - entity (1-46, with some missing IDs not included due to
missing data), group (1/2), sub group (1/2/3/4), year (2002-2016), y, x1
and x2 - large values included due to size of players - (may not be
considered as outliers as they constitute the sample and are important
countrywide
2015 Oct 09
2
llvm-dev Digest, Vol 136, Issue 22
(Note to self: learn to scan the full digest for later messages in a thread before replying to an earlier message.)
Ed,
Your reply to John answered some of my questions, but not all, and raised a new one:
> Maybe I should have been a bit clearer; we're really interested in full
> memory and type safety. We want to harden the system against memory
> corruption vulnerabilities.
2015 Oct 08
2
Pool allocator + safecode
Thanks for the fast response John.
On Thu, Oct 1, 2015, at 04:51 PM, John Criswell wrote:
> Dear Ed,
>
> First, someone has updated the DSA code in the poolalloc project to LLVM
> 3.7, and a Master's student worked for me over the summer to update a
> large chunk of SAFECode to LLVM 3.7. However, the update to LLVM 3.7
> isn't finished (we need to finish integrating
2013 Feb 20
0
Relaying with Icecast - stand-by or active all the time?
Ah, ok Satz, I did not know that's right :(
Now I am trying:
<server>194.232.200.156</server>
<port>8000</port>
<mount>/listen.pls</mount>
<local-mount>/oe3.mp3</local-mount>
... but I do not get the mountpoint "oe3.mp3" in
http://186.56.96.133:8200
May be something related with the extension "pls" ?.
El mi?, 20-02-2013 a
2004 Sep 03
1
RES: Mediatrix APA III-4FXO (or 1204) help. Anyone with user manual
I have the user manual, I'll send it to your email tonight when I'll be in
my home.
I have an APA III-4FXO too, until today I can't put it to work with
asterisk.
Kind regards,
Miguel
Date: Fri, 03 Sep 2004 16:07:59 +1000
From: Jamie Carl <geek@j-code.net>
Subject: [Asterisk-Users] Mediatrix APA III-4FXO (or 1204) help.
Anyone with user manual?
To:
2009 Aug 31
4
Offtopic, HT vs. HH in coin flips
Dear R-help,
Could someone please try to explain this paradox to me? What is more likely to show up first in a string of coin tosses, "Heads then Tails", or "Heads then Heads"?
##generate 2500 strings of random coin flips
ht <- replicate(2500,
paste(sample(c("H", "T"), 100, replace = TRUE),
collapse =
2019 Feb 07
0
Please help with configuration (Drake Drake)
Hello Drake,
I am doing the same... Spanish TV to my UK home, and UK TV to my Spanish home, using Kodi and TVHeadend!!It works really well, but find that I need powerful PCs running Kodi/PVR-HTS to prevent buffering.
The Tinc VPN does not filter ports - all ports are available at each end. Since you're likely to be behind NAT this is safe.
The port numbers 9981 and 9982 are only needed in the