Displaying 20 results from an estimated 2884 matches for "secring".
Did you mean:
securing
2002 Jan 28
4
Multivariate response trees
I would like to know if someone has done work on trees with
multivariate response. I need something like rpart but for vector
responses. If someone has code that he/she is willing to share, I
would be grateful. If not, even guidelines for writing my own starting
from rpart would be welcomed.
ft.
--
Fernando TUSELL e-mail:
Departamento de
2002 Aug 30
4
(PR#1964) The attached function working fine with R 1.3.0 but giving problem with R 1.5.1 (PR#1964)
The division part of the following code is not executing -
(seq(n-1)*mean(XS)-cumsum(XS[seq(n-1)]))*diff(XS)/((n-1)*var(XS))
Note: Prof Yatracos: Would you please send them one example ?
Thanks,
Kaushik
-----Original Message-----
From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk]
Sent: Friday, August 30, 2002 4:27 PM
To: Kaushik Bhattacharyya
Cc: r-devel@stat.math.ethz.ch;
2011 Nov 06
2
CentOS 6: php-eaccelerator
has anybody ever got eaccelerator working with open_basedir on CentOS?
https://bugzilla.redhat.com/show_bug.cgi?id=751569
i wonder that the last build is more than a yaer ago and nobody hitted until now
or nobody is secring his vhsost and so did not take notice about it
http://koji.fedoraproject.org/koji/buildinfo?buildID=181336
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http...
2005 Mar 02
1
IVR setup problems
Hi guys still have the problem to setup the IVR correctly.
I am forwarding call from ser :
if (method == "INVITE") {
if (uri =~ "sip:1[0-9]{10}@*"){
log(1, "Forwarding to Asterisk\n");
rewritehostport("xxx.xxx.xxx.xxx:5061");
t_relay();
break;
}
}
inside sip.conf
2002 Jun 28
1
package `methods' has persistent effects even if detached (PR#1715)
This came from an error in reg-tests-1.R
> x <- as.data.frame(x=I("C"))[[1]]
> class(x)
[1] "AsIs"
> library(methods)
> detach("package:methods")
> search()
[1] ".GlobalEnv" "package:ctest" "Autoloads" "package:base"
> x <- as.data.frame(x=I("C"))[[1]]
> class(x)
[1] "AsIs"
2002 Aug 24
3
link my own C library using Rcmd SHLIB
Hi All,
I have already used gcc to creat a library, for example, it is called
"test.a", which includes many
c objects.
How to link my main "a.c" function to this library when I used Rcmd SHLIB
to complier my main c program?
I tried "Rcmd SHLIB a.c test.a". It does not work this way. Does anyone
have idea about this?
Thanks,
Xiaoping
2009 Sep 04
2
enabling core dumps
"Writing R Extensions" says
{quotes}
If you have a crash which gives a core dump you can use something like
gdb /path/to/R/bin/exec/R core.12345
to examine the core dump. If core dumps are disabled...
{unquotes}
sadly it doesn't go on to say how to enable if core dumps are disabled.
I understand that in bash I need to do
$ ulimit -c unlimited
but this doesn't seem to
2002 Jan 30
2
Windows binaries of R 1.4.1
Windows binaries for 1.4.1 are available at
http://www.stats.ox.ac.uk/pub/RWin
and will mirror across CRAN over the next couple of days.
SetupR.exe in this release contains the grid and lattice packages.
These have been built on the same system as the second release of rw1040
and R-patched so I do not anticipate any problems but have only been able
to test them on Windows 2000.
This is a
2002 Jan 30
2
Windows binaries of R 1.4.1
Windows binaries for 1.4.1 are available at
http://www.stats.ox.ac.uk/pub/RWin
and will mirror across CRAN over the next couple of days.
SetupR.exe in this release contains the grid and lattice packages.
These have been built on the same system as the second release of rw1040
and R-patched so I do not anticipate any problems but have only been able
to test them on Windows 2000.
This is a
2009 Feb 20
1
NOT an R problem: cannot install packages from distant repository
I met today a computer crash and our maintenance officer had to reinstall
some components of the OS (MS Windows XP Pro) as well as the Internet
browser (among other things). Now, I cannot install packages from a distant
repository:
> utils:::menuInstallPkgs()
Error in .readRDS(pfile) : unknown input format
> traceback()
5: .readRDS(pfile)
4: .packages(all.available = TRUE)
3:
2006 Aug 21
1
Fwd: Re: Finney's fiducial confidence intervals of LD50
thanks a lot Renaud.
but i was interested in Finney's fiducial confidence intervals of LD50 so to obtain comparable results with SPSS.
But your reply leads me to the next question: does anybody know what is the best method (asymptotic, bootstrap etc.) for calculating confidence intervals of LD50?
i could "get rid" of Finney's fiducial confidence intervals but
2019 Dec 29
2
securing a hop
for the A nat B C connect back to A using -R 2222:localhost:22 pattern,
(see diagram at https://github.com/daradib/sidedoor)
I want to limit B's user to just what is needed to do the port forward.
I am hoping this is documented, but I can't find much more than "you should
future out how to secre it."
I setup an ansible playbook to instal and configure sidedoor on A. I have
2002 Feb 26
2
matrix lists
Perhaps the following example will help demonstrate that matrix lists do
exist and do work up to a point, despite strident assertions on R-help to
the contrary:
> m <- list(a1=1:3, a2=4:6, a3=pi, a4=c("a","b","c"))
> dim(m) <- c(2,2)
> m
[,1] [,2]
[1,] "Numeric,3" "Numeric,1"
[2,] "Numeric,3"
2006 Jun 04
2
evaluation of the alternative expression in ifelse
Dear all,
I am trying to avoid the warnings produced by:
> x <- -2:2
> log(x)
[1] NaN NaN -Inf 0.0000000 0.6931472
Warning message:
production de NaN in: log(x)
I thought that using ifelse would be a solution, but it is not the case:
> ifelse(test = x < 0, yes = NaN, no = log(x))
[1] NaN NaN -Inf 0.0000000 0.6931472
Warning message:
production
2002 Jun 24
3
An "update.packages()" problem?
Can I vote to have this added to rw-FAQ? A colleague and I both ran into
this problem recently. It makes sense when you realized what happened, but
the cause was not immediately obvious given the symptoms.
Regards,
Andy
> -----Original Message-----
> From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
> Sent: Monday, June 24, 2002 10:02 AM
> To: Kenneth Cabrera
>
2002 Nov 08
4
W2000/PDC/logon drive
Hi,
It is possible to login a W2000 workstation into a Samba PDC (version 2.2.6)?
Can I use "logon drive" and "logon home" to mount automatically at login time
for W2000?
Thanks, in advance,
Sincerely
Peter Mann Tel. +49 0561/804-2465
University of Kassel Computer-Center Secr. +49 0561/804-2287
Moenchebergstrasse 11
2001 Oct 26
3
warnings --- wish/bug (PR#1148)
When R prints warnings, they often go "out of the line", it would be
better if they where wrapped with
writeLines(strwrap ...
I tried to do that , changing the function warnings, but it has only
effect when called explicitely, not when R prints the warnings unasked.
Anyhow, here is the changed warnings:
warnings <-
function (...)
{
if (!(n <- length(last.warning)))
1999 Apr 12
3
--nsize and --vsize
Martin M has suggested I widen this discussion to R-devel, and
> I agree that we should increase them,
> but I'm not sure at all about the amount.
>
> The default could even depend on the architecture (via "./configure")..
Views, please.
------------- Begin Forwarded Message -------------
Is is not time we increased the defaults a bit? As the base gets bigger
I hit
2000 Jan 17
3
RNG initialization
It would be nice to be able to initialize the random-number generator
with a single long argument; I can see that in principle this could be
done by writing an access method, do_RNGinit (or whatever) for RNG_Init.
I had trouble with the technical details, possibly because of long/int
incompatibilities.
Any chance of this happening?
--
Ben Bolker
2000 Feb 22
1
R-0.99 installation on UNIX
{message bounced because it has "$$$" in it.
manually approved by list maintainer -- MM}
> Date: Tue, 22 Feb 2000 13:03:35 +0100
> From: jens <jniesch at gwdg.de>
>
> I have trouble to install R on Sparc Sun Solaris 2.6.
> make returns the error message:
> Undefined symbol first referenced in file
> d_lg10 ../appl/libappl.a(uncmin.o)
> d_sign