Displaying 20 results from an estimated 24 matches for "aplly".
Did you mean:
ally
2007 Jul 08
2
Making Gehan-Breslow test for Survival data
Hi all,
The survivals functions can be tested by the Log-rank test and others, for
example the Gehan-Breslow. The graham breslow work with the alpha values.
But I don't know how is the Gehan-Breslow test with R. Somebody know a
type function?.. or other suggestions? Any help will be really
appreciated
Jos? Bustos
Marine Biologist
Master Apllied Stat Program
University of Concepci?n
2008 Apr 21
1
Analysis of Epidemiological Data Using R
Hi everyone,
I'm studying the manual name: Analysis of Epidemiological Data Using
R and Epicalc, maked by: Virasakdi Chongsuvivatwong and Edward McNeil.
And I can't find the data base that they use in some examples, this are
the names:
Chapter7.Rdata,Chapter8.Rdata,Chapter9.Rdata
Somebody can tell me how can I have this files?
Thk!
Jos?
O__ ---- Jos? Bustos M.
c/ /'_ ---
2010 Jun 07
1
fit data with y = x^-1
...(100,20,4,2,1,.3,.1)
I may fit this with a linear model
fit1 = lm(y ~ I(x))
Getting plot out of this model I applied
library(polynom)
pol1 = polynomial(fit1$coefficients)
f1 = as.function(pol1)
plot(x,y)
lines(x, f1(x), col = 2)
Clearly, this model appears insufficient. Therefore I intended to aplly
fit2 = lm(y ~ I(1/x))
pol2 = polynomial(fit2$coefficients)
f2 = as.function(pol2)
lines(x, f2(x), col = 3)
as this would be much more pleasant. However, the second model does not work
at all.
Does anyone know about how to correctly fit an x^-1-polynomial to my data
cloud?
Many thanks in advanc...
2008 Jul 03
1
R-help Digest, Vol 65, Issue 4
Hi everyone,
We are looking for some data sets working with relative risk mortality.
so, someone know where can I find the data.mgus dataset and the data.mgus?
Using 1384 records from Minnesota.
Thank!
O__ ---- Jos? Bustos M.
c/ /'_ --- Master Apllied Stat Program
(*) \(*) -- University of Concepci?n
2002 May 05
1
Trouble with transferrig LARGE files...
...use 2.5.5. I have tried transferring without the -z
option. If I compress the file and then send it (+4G) I have no
problem. I have used the -P and the --bwlimit option without succes.
Having read the archive I think there are some problems with large
file, however none of the suggested solutions aplly.
Can this prob be solved??
--
Andre van der Vlies <andre@vandervlies.xs4all.nl>
Homepage: http://vandervlies.xs4all.nl/~andre
Key fingerprint = 99 DC D6 01 96 C2 48 80 DC 9C D5 D2 34 F6 A6 5D
--
Open Source is a philosophy not a price tag!
--
2006 Aug 28
3
CPU Temprature
Hi;
While using xen-3.0.2 with 2.6.16.28 kernel CPU (Intel(R) Pentium(R) M
processor 1.73GHz) temprature is inreasing up to 104 C
(/proc/acpi/thermal_zone/THRM/trip_points reports 105 C is critical for CPU)
while idle or no domU working with very low system load, and if i
start to use domU, sometimes system freezes or reboots for heat.
But the same kernel just without Xen works normally and
2004 Jul 29
2
XP does not join domain
hi,
i've the following problem: i want a XP pro sp1 to join my samba (3.0.5)
domain (MHC). with my first try it complained that it could not resolve:
_ldap._tcp.dc._msdcs.MHC
i've fixed this with the following DNS setup:
------------------------------
_ldap._tcp.MHC. 600 IN SRV
0 100 389 server.MHC.
2004 Aug 31
1
Finally: A working case of two adsl load balance
...lish is very
bad. Second because the nano.txt tutorial can do the trick. I
will just give some hints i used here.
First of all the load balance DOESN´T work without the Julian
Anastasov route patch. You can get it at:
http://www.ssi.bg/~ja/#routes So don´t be lazy, get the kernel
source code, aplly the patch and compile the kernel.
Pay attention to your nat configuration. In the first attempt I
had problems cause i forgot to mask the nated ips on the
postrouting table (this command is the last on my example
below).
I used the ip adress of the external interface, not the mask
for the ext...
2017 Nov 15
0
Issues on hibernated domains
Hello.
I am using libvirt and KVM for a VDI project. It works fine,
great job ! I have only a small issue that bothers some
users from time to time.
This is libvirt-bin 2.5.0-3ubuntu5.5.
When restoring a saved domain that has been many hours or
days down, the network address may be taken by some other
virtual machine. Then both are in conflict.
I found this patch:
2005 Sep 10
1
CentOS core 4 PCMCIA and freezing in non-interactive startup
...r a server install.
First, let me say my setup is:
semprom 1.8
dfi nf4x
pci express x16 video card
My bootup always freezes after
Entering non-interactive startup.
/etc/rc3.d/S00microcode_ctl: microcode device /dev/cpu/microcode doesn't
exist?
Checking for new hardware
Starting cpuspeed:
Apllying iptables firewall rules:
Starting pcmcia:
then it freezes.
i have tried to install it with linux nopcmcia with no luck.
Any ideas? is thee are way in rescue mode to remove the PCMCIA check from
the bootup sequence?
I've tried someone other installs like deskstop and custom, but it usua...
2008 May 05
1
proportional test on epicalc library vs. Jerrold H. Zar.
Hi everyone,
I'm working with the Epical library, specicatly using the power test in
proportions. I think this test is not working like in the book:
Biostatistical Analysis (4th Edition): Jerrold H. Zar
In the example 23.25. (I attach this Pic) It's not the same answer.
Using the follow command don't give the same answer.
library(epicalc)
power.for.2p(0.75, 0.50, 50, 45, alpha =
2008 Jul 03
2
Relative Mortality Risk second part
Hi everyone,
We are looking for some data sets working with relative risk mortality.
so, someone know where can I find the data.mgus dataset and the data.mgus?
Using 1384 records from Minnesota.
This data set are used in the :
Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord,
Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term
study of prognosis in
2010 Oct 01
2
function which can apply a function by a grouping variable and also hand over an additional variable, e.g. a weight
Hi,
I was wondering if there is an easy way to accomplish the following in R:
Often I want to apply a function, e.g. weighted.quantile from the Hmisc package
to grouped subsets of a data.frame (grouping variable) but then I also need to
hand over the weights which seems not possible with summaryBy or aggregate or
the like.
Is there a function to do this? Currently I do this with loops but it
1998 Aug 14
1
Pine 4.02 and directory perms
Hey linux-security-ers:
I just compiled/installed Pine 4.02 for my RH 5.0 machine today (didn't
see an RPM last time I checked ftp.redhat.com:/pub/contrib), and after I
got it installed, it kept giving me errors about not being able to create
a lockfile when dinking with my mailspool in /var/spool/mail.
After doing some digging on DejaNews and the Pine website, I find a
document who says the
2005 May 09
12
shorewall suddenly dropping all from outside
Hi List,
I read this list for nearly two years and learnt a lot, but now i have
a very strange problem I can''t solve..
I have a firewall machine running Debian, which connects a small
office to the internet via a DSL-line (with pppoe) and which is
running Shorewall. It allows all outbound traffic and accepts pptp,
openvpn and ssh-connections (on a non-standard port) from the
internet.
2011 Aug 29
4
Kerberos GSSAPI - proper item name in keytab
Hello, ALL.
I am trying to organize a transparent single sign-on concept for my
Active Directory users into Dovecot via IMAP. On the user's desktop I
use Thunderbird 6.0 as a mail client (MUA), Windows XP as an operating
system. Domain is controlled by Windows 2008 Server SP2 with Active
Directory.
I have installed on my Mail server Debian GNU/Linux 6.0.2 (Squeeze) and
Dovecot 2.0.13 from
2018 Feb 28
2
df reports wrong full capacity for distributed volumes (Glusterfs 3.12.6-1)
...01T 3,3T 97T 4% /volumedisk0
stor3data:/volumedisk1
197T 61T 136T 31% /volumedisk1
However I'm concerned because, as you can see, the volumedisk0 on stor3data
is composed by 2 bricks on thesame disk but on different partitions
(/dev/sdb1 and /dev/sdb2).
After to aplly the workarround, the shared-brick-count parameter was
setted to 1 in all the bricks and all the servers (see below). Could be
this an issue ?
Also, I can check that stor3data is now unbalanced respect stor1data and
stor2data. The three nodes have the same size of brick but stor3data bricks
have u...
2018 Feb 28
0
df reports wrong full capacity for distributed volumes (Glusterfs 3.12.6-1)
...stor3data:/volumedisk1
> 197T 61T 136T 31% /volumedisk1
>
>
> However I'm concerned because, as you can see, the volumedisk0 on
> stor3data is composed by 2 bricks on thesame disk but on different
> partitions (/dev/sdb1 and /dev/sdb2).
> After to aplly the workarround, the shared-brick-count parameter was
> setted to 1 in all the bricks and all the servers (see below). Could be
> this an issue ?
>
> No, this is correct. The shared-brick-count will be > 1 only if multiple
bricks share the same partition.
> Also, I can check t...
2018 Feb 28
2
df reports wrong full capacity for distributed volumes (Glusterfs 3.12.6-1)
...> 197T 61T 136T 31% /volumedisk1
>>
>>
>> However I'm concerned because, as you can see, the volumedisk0 on
>> stor3data is composed by 2 bricks on thesame disk but on different
>> partitions (/dev/sdb1 and /dev/sdb2).
>> After to aplly the workarround, the shared-brick-count parameter was
>> setted to 1 in all the bricks and all the servers (see below). Could be
>> this an issue ?
>>
>> No, this is correct. The shared-brick-count will be > 1 only if multiple
> bricks share the same partition.
>
&...
2018 Mar 01
0
df reports wrong full capacity for distributed volumes (Glusterfs 3.12.6-1)
...197T 61T 136T 31% /volumedisk1
>>>
>>>
>>> However I'm concerned because, as you can see, the volumedisk0 on
>>> stor3data is composed by 2 bricks on thesame disk but on different
>>> partitions (/dev/sdb1 and /dev/sdb2).
>>> After to aplly the workarround, the shared-brick-count parameter was
>>> setted to 1 in all the bricks and all the servers (see below). Could be
>>> this an issue ?
>>>
>>> No, this is correct. The shared-brick-count will be > 1 only if multiple
>> bricks share the sa...