Displaying 14 results from an estimated 14 matches for "batey".
Did you mean:
bates
2012 Apr 22
1
using a loop with an integration
...ift<-15
S.t<-exp(a3/b3*(1-exp(b3*(t-shift))))
return<-S.t
}
integrate(hk.bothsex_Gompsurv,0,Inf)$value/hk.bothsex_Gompsurv(0) # life
expectancy at birth (change lower limit of integral and corresponding "t" in
denominator to calculate life expectancy at any age
-----
Trey Batey---Anthropology Instructor
Division of Social Sciences
Mt. Hood Community College
Gresham, OR 97030
Alt. Email: trey.batey[at]mhcc[dot]edu
--
View this message in context: http://r.789695.n4.nabble.com/using-a-loop-with-an-integration-tp4578752p4578752.html
Sent from the R help mailing list archiv...
2012 Mar 21
0
multivariate ordinal probit regression vglm()
...ents for each response AND the correlation
parameter, since the two responses are not independent. If it would
help, please feel free to access the dataframe
(https://docs.google.com/open?id=0B5zZGW2utJN0TEctcW1oblFRcTJrNDVLOVBmRWRaQQ).
Thanks in advance.
--Trey
***************************
Trey Batey---Anthropology Instructor
Mt. Hood Community College
26000 SE Stark St.
Gresham, OR 97030
trey.batey at mhcc.edu or ekt.batey at gmail.com
## unrestricted cumulative probit model for pubic scores
> mod.pube3
Call:
vglm(formula = refdata$pube3 ~ refdata$age, family = cumulative(link =
"pro...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This
2006 Oct 09
1
Can not use auth_keys Mac OSX to Linux
Connect from Mac OSX 10.4.8 / to Recent Linux .. Sys/Sw Versions in .txt
?
Refuses to accept keys in auth_keys .. bad keys "-----BEGIN" ...
"-----END"
Is this open .. not found in site search ...
R/ Everett F Batey II - WA6CRE - http://www.cotdazr.org
800 545-6998 = 805 340-6471 / Office (805) 228-7180
2012 Apr 23
0
summing two probability density functions from Gompertz hazard model
...lt;-x[1]
b3<-x[2]
shift<-15
S.t <- exp(a3/b3*(1-exp(b3*(t-shift))))
h.t <- a3*exp(b3*(t-shift))
return<-S.t*h.t}
plot(seq(15,80,1),group2(seq(15,80,1)),type='l',xlab='Age
(years)',ylim=c(0,0.12)) # plot age-at-death distribution for group 2
-----
Trey Batey---Anthropology Instructor
Division of Social Sciences
Mt. Hood Community College
Gresham, OR 97030
Alt. Email: trey.batey[at]mhcc[dot]edu
--
View this message in context: http://r.789695.n4.nabble.com/summing-two-probability-density-functions-from-Gompertz-hazard-model-tp4581793p4581793.html
Sent...
2012 Oct 20
1
Samba 2 vs. Apple OS X 10.8.2
Need workaround, samba pre xp, blocked by Apple.
Stuck with old FBSD Apache server where I used to use Apple visual vi to
edit content, eg over vpn .. help.
Worst case, what is oldest samba apple 10.8 will talk to?
Thanks
Ev Batey, fm Toshiba Droid AT305, with ICS 4.0.3
efbatey at gmail.com, Skype wa6cre-10, GV +1-805-616-2471
2011 Jul 05
3
plotting survival curves (multiple curves on single graph)
Hello.
This is a follow-up to a question I posted last week. With some
previous suggestions from the R-help community, I have been able to
plot survival (, hazard, and density) curves using published data for
Siler hazard parameters from a number of ethnographic populations.
Can the function below be modified, perhaps with a "for" statement, so
that multiple curves (different line
2012 Apr 16
0
Gompertz-Makeham hazard models---test for significant difference
...rod(obs,log(d)))
return(lnlk)
}
optim(c(0.001, 0.01, 0.1),GM.naqada,control=list(fnscale=-1))
And the output:
$par
[1] 1.544739e-08 1.862670e-02 6.372117e-02
$value
[1] -331.1865
$counts
function gradient
276 NA
$convergence
[1] 0
$message
NULL
************************
Trey Batey---Anthropology Instructor
Division of Social Sciences
Mt. Hood Community College
Gresham, OR 97030
trey.batey[at]mhcc[dot]edu
--
View this message in context: http://r.789695.n4.nabble.com/Gompertz-Makeham-hazard-models-test-for-significant-difference-tp4560550p4560550.html
Sent from the R help m...
2012 Jul 01
1
significant difference between Gompertz hazard parameters?
...type='l',ylab=ylab.name,xlab='Age
(years)',ylim=c(0,0.8))
lines(seq(15,80,1),pop2(seq(15,80,1)),lty=2)
How may I test for a significant difference in the hazard parameters that
define the mortality experience for these two populations? Thanks in
advance.
Regards,
Trey
-----
Trey Batey---Anthropology Instructor
Division of Social Sciences
Mt. Hood Community College
Gresham, OR 97030
Alt. Email: trey.batey[at]mhcc[dot]edu
--
View this message in context: http://r.789695.n4.nabble.com/significant-difference-between-Gompertz-hazard-parameters-tp4635018.html
Sent from the R help ma...
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Assuming you are aware Apple 10.12.1/2 did a number on crypto, broke SSH,
HTTPS to "legacy" servers.
R/ Everett Batey / Skype: wa6cre-10 / efbatey at gmail.com
Please visit So Calif Linux Expo http://www.socallinuxexpo.org
On Tue, Jan 3, 2017 at 7:16 AM, Steven Kilby <stevenkilby2 at gmail.com> wrote:
> Hi,
>
> I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
&g...
2009 Dec 26
0
Post disaster, need old BSD 4.7 to talk to current rsyncd OS X
...g for the RSYNC community with modern OS X
and older BSD OS to advise how to get rsync build / download for BSD
4.7, so I can backup and update ..
Alas found an rsync setup (CCC by Mike Bombich) for my just rebuilt
Mac Mini to 10.5.8 .. NOW need to find how to save my BSD box so I can
upgrade.
Ev Batey -- WA6CRE -- efbatey at gmail.com
(805) 616-2471 http://twitter.com/efbatey
2012 Apr 04
0
multivariate ordered probit regression---use standard bivariate normal distribution?
...a)
Coefficients:
(Intercept):1 (Intercept):2 (Intercept):3 age:1 age:2
-2.07719235 -2.43422370 -2.99123098 0.07319632 0.05133132
age:3
0.03797696
Degrees of Freedom: 2238 Total; 2232 Residual
Residual Deviance: 1583.47
Log-likelihood: -791.7348
*********************************************
Trey Batey--Anthropology Instructor
Division of Social Sciences
Mt. Hood Community College
Gresham, OR 97030
2011 Jun 28
1
plotting survival curves with model parameters
Hello.
I am trying to write an R function to plot the survival function (and
associated hazard and density) for a Siler competing hazards model.
This model is similar to the Gompertz-Makeham, with the addition of a
juvenile component that includes two parameters---one that describes
the initial infant mortality rate, and a negative exponential that
describes typical mortality decline over the
2011 Sep 18
1
Can't boot Centos6 ext4 partition from GAG bootloader
Have just installed Centos-6 from a Linux Format DVD.
The install went smoothly, although the installer inisisted that
the root partition had to be formatted ext4.
When my GAG boot loader tried to boot from that root partition,
it was unable do so.
Elsewhere I read that GAG cannot boot from an ext4 parititon.
I there any way tp persuade Centos-6 to use an ext3 root partition?
--