Displaying 8 results from an estimated 8 matches for "wpaper".
Did you mean:
paper
2012 Jun 06
3
Predict in the package R2BayesX
Hi all
I'm using the function bayesx to estimate a simple model, for example:
library(R2BayesX)
## generate some data
set.seed(111)
n <- 200
## regressor
dat <- data.frame(x = runif(n, -3, 3))
## response
dat$y <- with(dat, 1.5 + sin(x) + rnorm(n, sd = 0.6))
## estimate models with
## bayesx REML and MCMC
b1 <- bayesx(y ~ sx(x), method = "REML", data = dat)
I want
2002 Sep 24
2
Converting ext3 to ext2
According to this:
http://www.redhat.com/support/wpapers/redhat/ext3/why.html
ext3 is forward and backward compatible with ext2... Any user who
wishes to un-journal a file system can do so easily...
I am assuming un-journalling is the equivalent of converting it to ext2. How
do you do this? I haven't been able to find anything. The reason I...
2013 Apr 25
1
Stochastic Frontier: Finding the optimal scale/scale efficiency by "frontier" package
Hi,
I am trying to find out the scale efficiency and optimal scale of banks
by stochastic frontier analysis given the panel data of bank. I am free to
choose any model of stochastic frontier analysis.
The only approach I know to work with R is to estimate a translog
production function by sfa or other related function in frontier package,
and then use the Ray 1998 formula to find the scale
2008 Sep 28
1
Dream of a wiki GUI for R
Dear R fans ( and wiki fans),
I am just writing a draft to introduce confidence intervals of various
"effect sizes" to my students. Surely, I'll recommend the package
MBESS in R. Currently, it means I have to recommend R's interface at
first. As a statistics teacher in a dept of psychology, I often have
to reply why not to teach SPSS. Psychologists and their students hate
to
2017 Jun 13
2
Classification and Regression Tree for Survival Analysis
I am trying to use the CART in a survival analysis. I have three variables of interest (all 3 ordinal - x, y and z, each of them with 5 categories) from which I want to make smaller groups (just an example 1st category from X variable with the 2nd and 3rd categories from the Y category and 2, 3 and 4 categories from the Z category etc) based on their, let's say, association with mortality.
Now
2006 Dec 01
1
maintain 6TB filesystem + fsck
i posted on rhel list about proper creating of 6tb ext3 filesystem and
tuning here.......http://www.redhat.com/archives/nahant-list/2006-November/msg00239.html
i am reading lots of ext3 links like......
http://www.redhat.com/support/wpapers/redhat/ext3/
http://lists.centos.org/pipermail/centos/2005-September/052533.html
http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
............but not enough links for large TB arrays and ext3 :( there
is lots of old faq and information so pls show me errors of my ways
lol. after reading...
2003 Feb 03
10
On very different journalling activity on 2 servers.
Hello Folks,
We have 2 (identical hardware) busy public 2U rack servers, both have
several hundred users & peak email (for example) deliveries at 300/5min
during the daytime.
Both servers run RAID1 over 2 EIDE disk drives.
One server is fine - it never has problems - it is running RH7.3 and CPU
loads are normal.
The other server has constant disk activity & kjournald at CPU load of
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...should talk my
>>> dream here rather than at wikipedia. If you know it had been a
>>> practice rather than an idea, please tell me where to write my
>>> teaching interface.
>>>
>> Some have had similar dreams:
>>
>> http://ideas.repec.org/p/hum/wpaper/sfb649dp2008-030.html
>> http://www.r-project.org/user-2006/Slides/Klinke.pdf
>>
>> http://www.r-project.org/user-2006/Abstracts/Klinke+Schmerbach+Troitschanskaia.pdf
>>
>> HTH,
>> Tobias
>>
>>
>> LI, Xiaoxu
>>> School of Arts and Socia...