Displaying 3 results from an estimated 3 matches for "rouder".
Did you mean:
louder
2013 Oct 26
1
samba + kerberos + active directory with multiple domains
...idmap config *:backend = rid
idmap config *:range = 1000-60000
idmap uid = 60001-100000
idmap gid = 60001-100000
winbind use default domain = false
winbind offline logon = true
winbind separator = \
netbios name = ZENA
server string = Rouder Centos Samba Server Version %v
interfaces = 128.206.38.63
hosts allow = 128.206. 10.7.
log file = /var/log/samba/log.%m
max log size = 50
preferred master = no
encrypt passwords = yes
log level 3
local master = no
preferred mas...
2013 Jan 23
1
New Book: Statistical Psychology with R [in French]
...4-8
This book provides a detailed presentation of all basics of statistical
inference for psychologists, both in a fisherian and a bayesian
approach. Although many authors have recently advocated for the use of
bayesian statistics in psychology (Wagenmaker et al., 2010, 2011 ;
Kruschke, 2010 ; Rouder et al., 2009) statistical manuals for
psychologists barely mention them. This manual provides a full bayesian
toolbox for commonly encountered problems in psychology and social
sciences, for comparing proportions, variances and means, and discusses
the advantages. But all foundations of the fre...
2006 Sep 11
2
Translating R code + library into Fortran?
...ary and uses it quite a bit, and I
don't have a good sense of how this impacts the translation process;
will I have to translate all the code for the nnet library itself as well?
Any pointers would be greatly appreciated! Here's my code:
#This code replicates the simulation performed by Rouder et al (2005),
#which attempts to test the estimation of weibull distribution parameters
#from sample data. In this implementation, their HB estimation method is
#replaced by an iterative neural network approach.
library(nnet)
data.gen=function(iterations,min.sample.size,max.sample.size,min.shift,...