Displaying 8 results from an estimated 8 matches for "aie".
Did you mean:
age
1998 Aug 20
2
R-beta: Hmisc and R
...ant to try the Design and Hmisc library from FE Harrell but,
i have trouble with the copyright for the library Hmisc :
in the home of the author :
http://fharrell.biostat.virginia.edu/s/unix/
in the file Hmisc.README
###COPYRIGHT NOTICE
###You may not port code in the Hmisc library to R.
Aie, Why ????
###You may distribute these functions freely as long as you do so
without
###financial gain, that you acknowledge the source, and that you
###communicate improvements to the author.
and in a file find in statlib :
http://www.stat.cmu.edu/S/Harrell/Doc/Hmisc.Overview.txt
there's a les...
2008 Oct 16
0
(no subject)
...DE]
My share looks like this:
[CODE]//share/folder /home/martel/Shared cifs defaults,uid=martel,
gid=users,file_mode=0666,dir_mode=0777,
credentials=/home/martel/.cifs-credentials[/CODE]
Can you possibly leave some hint on what can be wrong?
--
Martel Valgoerad aka Michal Minicki | martel@aie.pl | http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything."
-- Floyd Dell
2019 Nov 20
2
Schema replication error with W2008R2
...force the replication with the command
samba-tool drs replicate mercurio3 mercurio1 DC=eadom,DC=ea --sync-forced
We get the "ERR_DS_DRA_SCHEMA_MISMATCH" error.
Do you know how to solve this schema replication error?
Regards,
Pablo Sanz Fern?ndez
Empresarios Agrupados AIE
2011 Jan 21
1
help! complete the reviewer's suggest: carry out GA+GP (gaussian process)!
Hello, all experts,
My major is computer-aied drug design ( main QSAR).
Now, my paper need be reviesed, and one reviewer ask me do genetic algorithm
coupled with gaussian process method (GA+GP).
my data:
training set: 191*106
test set: 73*106
here, I need use GA+GP to do variable selection when building the model.
In R, there are not...
2013 Jan 23
10
[PATCH 0/6] x86/HVM: miscellaneous RTC emulation adjustments
Finally I got around to breaking up the similarly named monolithic
patch that caused a regression shortly before the 4.2 release and
got therefore reverted. This series consists of the broken up
pieces that - according to my testing - don''t expose the reported
lockup; the 7th will need debugging to understand what''s wrong
there.
1: use RTC_* names instead of literal numbers
2:
1999 Oct 20
3
patch for tinc-0.3
...hes if it is up
# watches if there is a connection
use POSIX;
require 'timelocal.pl';
use Sys::Syslog qw(:DEFAULT setlogsock);
use Sys::Hostname;
use Net::Ping;
$HOME="/usr/local/etc/tinc";
$LOGDIR="/var/log";
$PROGNAME="tincsched";
$TESTHOST="a2000-gw1.aie.nl";
$host = $TESTHOST;
$oldmsg = "";
$0 = $PROGNAME; # cant get `ps -ef` show my progname ):
&check_pid("$HOME/tincsched.pid", $$);
&redir_io_log($PROGNAME);
write_syslog('info', "$PROGNAME started with pid $$ \n");
$SIG{'CHLD'} = ...
2011 Jan 22
0
how to call BayesX in R to see the graph
...ver <dluthm@yeah.net>
To: r-help@r-project.org
Subject: [R] help! complete the reviewer's suggest: carry out GA+GP
(gaussian process)!
Message-ID: <1295595600201-3229097.post@n4.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hello, all experts,
My major is computer-aied drug design ( main QSAR).
Now, my paper need be reviesed, and one reviewer ask me do genetic algorithm
coupled with gaussian process method (GA+GP).
my data:
training set: 191*106
test set: 73*106
here, I need use GA+GP to do variable selection when building the model.
In R, there are not G...
2005 May 30
5
ipchains to shorewall
I have tried to replace these lines from ipchains to work with shorewall.
# /NFS requires 111/tcp (sunrpc/portmapper) and *all* UDP ports./
#
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 111 -j ACCEPT
ipchains -A input -p udp -s $SUBNET -i eth0 -d 0/0 -j ACCEPT
# /These ports are required by bootp, tftpd, and PXE./
# /There are also a handful of udp ports that need to/
# /be open,