Displaying 20 results from an estimated 100 matches similar to: "--copy-unsafe-links, links preserved in source tree or local directory?"
2013 Feb 21
3
Having trouble converting a dataframe of character vectors to factors
R Experts,
I have a dataframe made up of character vectors--these are results from survey questions. I need to convert them to factors.
I tried the following which did not work:
scs2<-sapply(scs2,as.factor)
also this didn't work:
scs2<-sapply(scs2,function(x) as.factor(x))
After doing either of above I end up with
>str(scs2)
chr [1:10, 1:10] "very important" "very
2002 Apr 24
0
degrees of freedom for t-tests in lme
Hi,
I have trouble to figure out how the df is derived in LME. Here is my
model,
lme(y~x+log(den)+sex+dep,data=lwd,random= list(group=~x))
Number of total samples (N) is 3237
number of groups (J) is 26
number of level-1 variables (Q1) is 3, i.e., x, log(den) and sex
number of level-2 variables (Q2) is 1, i.e., dep
x and den are continuous variable
sex is associated with individual samples
2002 Apr 26
0
[Fwd: Re: degrees of freedom for t-tests in lme]
Sorry, by mistake I sent this to Professor Bates instead of r-help.
Han
-------- Original Message --------
Subject: Re: [R] degrees of freedom for t-tests in lme
Date: Thu, 25 Apr 2002 09:16:16 -0700
From: Han-Lin Lai <Han-Lin.Lai at noaa.gov>
To: Douglas Bates <bates at stat.wisc.edu>
References: <3CC6E87F.5400277D at noaa.gov>
<6rg01lottu.fsf at franz.stat.wisc.edu>
2000 Dec 08
0
Re: R-help Digest V2 #283
R-help Digest wrote:
> ------------------------------
>
> Date: Thu, 07 Dec 2000 18:28:09 +0100
> From: Uwe Ligges <ligges at statistik.uni-dortmund.de>
> Subject: Re: [R] Heteroskedasticity in R
>
> Vincent Leycuras wrote:
> >
> > Hi all,
> >
> > I just discovered R a couple of days ago and I must say it rocks. I've been
> > looking
2000 Dec 22
0
updated tseries
Dear colleagues,
the tseries package is updated and should now work with R-1.2.0.
best and merry Xmas
Adrian
--
Adrian Trapletti, Olsen & Associates Ltd., See-
feldstrasse 233, CH-8008 Zürich, Switzerland
Phone: +41 (1) 386 48 48 Fax: +41 (1) 422 22 82
E-mail: adrian@olsen.ch WWW: http://www.olsen.ch
2000 Oct 20
0
Re: R-help Digest V2 #236
R-help Digest wrote:
> Date: Thu, 12 Oct 2000 20:48:59 -0700 (PDT)
> From: Elliot Williams <ewilliams at ucsd.edu>
> Subject: [R] GARCH in package tseries
>
> I was running some likelihood ratio tests (using the current version of
> tseries) and found a different value for the log-likelihood from what I
> was getting using other software. I've traced the problem to
2000 Nov 29
0
Re: R-help Digest V2 #275
R-help Digest wrote:
>
> Date: Tue, 28 Nov 2000 08:20:43 +0100
> From: "Muhammad Rashid Ahmed" <rahmed at julian.uwo.ca>
> Subject: [R] Fitting of Garch Model in R [forwarded]
>
> This accidentally (;-) didn't go to the R-help mailing list ..
>
> - ----
> -- start of forwarded message -------
>
> To: <maechler at stat.math.ethz.ch>
>
2001 Jan 26
2
Suggestion for an extension of the API
Dear R Developers (I think in particular Brian)
Especially for larger optimization problems, it would be nice to have an
entry point for C/C++ code to the R optimizers (the ones which are called
when using optim()), where the client just has to provide the functions
fminfn() and fmingr() and calls directly, e.g., vmmin() (all from
$RHOME/src/main/optim.c). Are there any plans for providing such
2020 Apr 01
0
PJSIP Lockup
Hi All
This sounds just like a problem I have had and still investigating having
moved to 16.9 using chan_sip. I am still trying to repeat the problem it
looks from debug that the issue is either voicemail of call transfer but I
cant consistently repeat it.
Voicemail is using ODBC and I just imported the data from the old system
into the new database.
Nick - if you have any more info I
2015 Oct 28
0
Disabling "quick check"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
if you see >f it is doing something to the file. At least a
delta-xfer. If it was just a metadata change it would show cf. If
you see an >fc without a t then that is an example where rsync found a
file that didn't match even though the timestamps did. That isn't
supposed to happen very often.
On 10/28/2015 01:19 PM, Clint Olsen
2000 Oct 23
3
behaviour of plot(...,type="l")
plot(rnorm(100000),type="l")
plots only about 7e4 lines while the same without type="l" works fine.
Is this a feature or a bug or is this configurable?
R : Copyright 2000, The R Development Core Team
Version 1.1.1 (August 15, 2000)
SunOS 5.5.1 Generic_103640-29 sun4u sparc SUNW,Ultra-1
Thanks
Adrian
--
Adrian Trapletti, Olsen & Associates Ltd., See-
feldstrasse
2002 Apr 09
0
summer R job in Oregon
Summer job opportunity using Splus/R in Corvallis, Oregon:
Great opportunity to gain experience in application of survey
designs to natural resources. Graduate level statistician/programmer
competent in the development of algorithms using the statistical
software SPlus or R to work as a summer hire as part of the U.S.
Environmental Protection Agency's Environmental Monitoring and
Assessment
2020 Apr 02
1
PJSIP Lockup
Paddy, It's pretty easy to spot from the CLI.
A voicemail gets called. And the screen basically stops scrolling from
there. Eventually you'll get the "Task processors exceeded 500 queued
tasks" or something like that. And maybe channels attempting to hangup due
to lack of RTP (If you have no-rtp timers configured).
Once you find the problem mailbox, You can call it via any
2020 May 26
1
Realtime PJSIP RTT
Thanks Joshua, I assume by query asterisk you mean I'll need to query it
via AMI? Is that information available via AMI?
*Nick Olsen*
Network Engineer
Office: 321-408-5000 x103
Mobile: 321-794-0763
On Tue, May 26, 2020 at 2:57 PM Joshua C. Colp <jcolp at sangoma.com> wrote:
> On Tue, May 26, 2020 at 10:48 AM Nick Olsen <
> nick at floridavirtualsolutions.com> wrote:
>
2015 Oct 28
0
Disabling "quick check"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- --checksum generally takes a lot longer than --size-only. A delta
transfer generally goes quicker than a checksum. However, if you want
to make a list of what is corrupt a checksumming utility that is less
stupid than rsync can be useful. I say that because rsync's
- --checksum is entirely unintelligent. It will checksum every single
file on
2003 Apr 04
0
FW: Adding a static route in Shorewall
Hi Michael,
Once it was a pane in the neck for me to set this up as I had almost the same problem.
First you have to find out in your Linux distribution where do you setup a permanent route entry. I mainly use Mandrake, but it had changed the way it handles this, but look at the file "/etc/sysconfig/static-routes", it had a syntax similar to the command that you stated below without the
2008 Jun 07
1
[LLVMdev] Trouble with inline asm
On Fri, Jun 6, 2008 at 9:29 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, Jun 6, 2008 at 6:32 AM, Tomas Lindquist Olsen
> <tomas.l.olsen at gmail.com> wrote:
>> Hi all,
>>
>> I'm having some trouble with inline asm expressions, more specifically
>> how to create the right FunctionType for a given constraint set.
>> So far it has
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He
would like the opportunity to introduce statisticians (and statistically
minded people) to data mining, data mining applications and to forefront
data mining tools. Our algorithms are probably familiar to many
statisticians (CART, MARS, MART, TreeNet and RandomForests), although it
isn't necessary to be a statistician to
2011 Aug 10
1
Listbox Question - Danish accounting program SummaSummarum
Dear Wine board. This is my first Post.
This wine bug has been bothering me for two years now so now i think it is time to try and have it fixed.
The first step is to figure out how to phrase my bug with the correct terms.
As I don't know the names of the widgets since I haven't developed windows-application for some 10 years, I hope that someone will look at my screencast which i recorded
2020 Mar 02
2
PJSIP Lockup
Thanks for the info, Joshua.
Does PJSIP handle database access the same way Chan_sip did? We had a
number of boxes running chan_sip referencing the same mysql server without
issue.
We're going to attempt to get a backtrace on the next occurance. We're also
going to run a local copy of the database on the same physical asterisk
instance and have the system reference it. Just to