Displaying 20 results from an estimated 120 matches similar to: "help on log-gamma regresion model with R"
2006 Jan 04
4
radio_button method does not recognize int values?
So the api listing says that radio_button(object, method, tag_value,
options = {}) gives a radio button tag, and if object.method ==
tag_value, then the button will be checked.
I verified the method behaves correctly for attributes of type string.
However, if the attribute is of type int, it doesn''t make the button
checked.
Does anyone have some information before I file a bug?
Some
2007 Jul 15
1
does samba support non-flat /home
Hi all,
I hope this is an easy one:
We've just set up a samba server and We're using winbind with the
idmap_rid backend option to authenticate users via AD. So far so good!
Now we want window users to have there home shares on the samba
server.
When Winbind pulls a list of users from AD it appears to use the
template homedir option in our smb.conf to figure out where users home
2014 Jul 06
1
Panic: file istream.c: line 167 with 2.2.13 + istream.c/.h from dovecot-2-2-dffc6dd2be0d
Hi,
Getting following panics with traces:
Jul 6 08:11:52 dovecot: imap(user at domain.tld): Error: Cached message
size smaller than expected (1782 < 1872)
Jul 6 08:11:52 dovecot: imap(user at domain.tld): Error: Maildir filename
has wrong S value, renamed the file from
/path/cencored/Maildir/cur/1201713258.3136.host.cencored.fi,S=1782:2,S
to
2002 Jun 18
7
Better filtering to a class
Dear all,
I want to make a filter for all IRC-Dalnet traffic, so I want to put all
traffic for port 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669,
7000, 7001, 7002, and 8000 to a class. So, I create a TC script as below.
I''m sure, it is not effective, and we can write it in simpler.
I need help, how to make my script below are simpler.
The simpler, the better.
Thank you
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
Hi,
I'm having a bit of a problem trying to setup a dovecot proxy. I have a
setup with two nodes. One is a working Dovecot/Postfix mail server (node
a). The other is running a dovecot proxy and roundcube webmail.
Currently I can telnet to port 143 (or openssl s_client to port 993) to
localhost on node b. I can then login to a test account on node a. This all
works.
However, once I instruct
2012 Apr 16
0
warning message: coxme with package multcomp
Hi
I'm encountering an error/warning when doing multiple comparisons with
the package multcomp on a coxme model.
My data:
I'm looking at the removal of brood from the nest according to three
treatments I applied on the brood.
The brood and the workers caring about the brood in the nest, belonged
to different colonies.
Factor: treatment (3 levels: tx,uv,meta)
Random effect 1: origin of
2006 Feb 06
4
fcgi to run cgi scripts
Dear experts,
I have rail site that is running lighttpd and fcgi. I want the default
domain to serve the rails application, and I also want to have a
virtualhost (bugs.mysite) to resolve to a bugzilla instance.
Bugzilla is basically Perl application called through CGI.
I tried to find pointers on how to set fcgi to run both rails dispatcher
and other cgi scripts in a different virtualhost, and
2012 May 03
0
MLE for estimating the parameters of the TVECM in R
Dear Mr. Matthieu Stigler
i so excited for your package 'tsDyn'.
firstly introduce myself, i student at Gadjah Mada University,Indonesia.
i'am new user of R and applying it for solving Bi-Variate ( interest rate
and inflation ) with threshold vector error correction model.
now, i writing my final examination about threshold vector error correction
model and i use refference from paper
2007 Dec 21
0
AUN/SEED-Net Scholarship for Master
*Scholarship and Job* are posted at*
**http://cambodiajobs.blogspot.com*<http://cambodiajobs.blogspot.com/2007/12/aunseed-net-scholarship-for-master.html>
**
*AUN/SEED-Net Scholarship for Master*
(ASEAN University Network / Southeast Asia Engineering Education Development
Network)
The AUN/SEED-Net Project with support from Japan International Cooperation
Agency (JICA) provides scholarships
2005 Dec 24
2
Variable dumper
Hi there,
I am newbie both in Ruby and in Rails. My experience is mostly PHP.
In PHP, there is a var_dump($mixed) function that dumps the object
$mixed to std_out. This is helpful to see the curent value of a
variable, of if it is an object, everything that is in the object.
Is there an equivalent methods in RoR?
Thanks,
Ezra
--
Posted via http://www.ruby-forum.com/.
2003 Jul 31
2
ENOMEM in journal_
Hi all,
We have a problem with our system which is a Siemens PRIMERGY,
8xPentium III Xeon, 8GB Memory, 280GB HD, running as DB2 server.
We have some kind of error message like below in /var/log/messages:
2002 Sep 06
6
Wondershaper
Hi !
I´ve been using the wonderful wondershaper from chapter 15.8 of the
LARTC Howto for some time. It´s really wonderful.
Actually, I use the version from
http://freshmeat.net/projects/wshaper/?topic_id=87
Now I tried to put some hosts to low priority, and it doesn´t work. The
traffic is splitted equally between the noprio and the other hosts.
Is this because I use ip masquerading, and all
2006 May 18
1
About "STL" function
Hi,
I'm astudent in hydrobiology and I actually work on river's discharge and try to extract from my data the seasonal and trend components. I use STL function but I have several problems in understanding what this function have done.
I'd like to know what means the IQR results which gave me some % about the seasonal component, trend component and the remainder component.
2004 May 03
0
multinomial regresion, nls
Hi,
Does R have any functions implementing such multinomial regression:
(S_t^A,S_t^B)~MN(N_t-Y_{t-1},P_t^A,P_t^B)
where MN(n,p_1,p_2) is multinomial distribution with parameters n, p_1, p_2.
Here P_t^A and P_t^B are nonlinear functions from predictor variables and
parameters which need to be estimated.
Here A and B are used for notation, they are not parameters.
My second question is about
2013 Feb 20
0
INSESGAMIENTO DE ESTIMADORES DE REGRESION (Lex B)
Hola Alexander
Quizá esto te pueda ser útil
reg<-function(a,b,sigma,x){
data<-a+b*x+rnorm(length(x),0,sigma)
lm<-lm(data~x)
c(lm$coefficients[1],lm$coefficients[2])
}
zz<-replicate(1000,reg(1,2,0.5,100,c(1:100)))
hist(zz[1,])
Paco
2013 Feb 18
1
INSESGAMIENTO DE ESTIMADORES DE REGRESION
Muy buenas tardes,
les escribo con el fin de saber si alguno de ustedes, me puede dar una guia
de como
generar una simulacion para ilustrar el insesgamiento de los estimadores B0
y B1
de regresion lineal simple
lo he logrado hacer para un tamaño de muestra fijo
pero no he podido hacer las iterciones.
En particular lo que requiero es hacer la simulacion que me grafique
para varios diferentes
2013 Mar 06
2
regresion lineal
Saludos a todos.
Tengo problemas para encontrar la funcion que te permite generar la formula de la regresion lineal entre dos variables y la linea de tendencia en el gráfico de dispersion de puntos, lo que si puedo realizar es el gráfico con los puntos distribuidos en los 2 ejes pero lo demás que mencioné no se como ingresarlo.
Saludos,
Gabriel Antonio Trujillo Paucar
Estudiante de Biologia
2011 Jul 07
1
deming regresion to make 2 variables comparable
Hi,
I have a dataset which has var1 from 1 sourse and var2 from 2 different
methods. I need a new variable such that var2 values from both methods can
beused as 1 variable.
I believe deming regression can be used to do this. I just don't know how to
do it.
My data looks like:
idvar1var2method1var2method2
11.22.1NA
21.62.4NA
31.52.2NA
41.3NA2.8
51.6NA3.1
61.4NA2.7
Please help.
Sincerely,
2008 Oct 10
0
Logistic regresion - Interpreting (SENS) and (SPEC)
Hi
Hi I am working on credit scoring model using logistic regression. I havd main sample of 42500 clentes and based on their status as regards to defaulted / non - defaulted, I have genereted the probability of default.
I have a hold out sample of 5000 clients. I have calculated (1) No of correctly classified goods Gg, (2) No of correcly classified Bads Bg and also (3) number of wrongly
2004 Oct 28
2
Weighted regresion using lm
Hi:
Could anyone help me to clarify this: are the weights normalized inside lm
function (package:stats) before applied to the error term? For example:
>lm (cost ~ material, weights=quatity, data=receipt)
will lm normalize quatity such that sum(quatity) = 1? I traced to lm.wfit and
then the weights get transferred into a precompiled FORTRAN module so I can't
figure out. Thanks!