Displaying 20 results from an estimated 100 matches similar to: "count data as independent variable in logistinc regression"
2016 Feb 04
2
Profiling with LLVM.
Dear Duncan,
Thank you a lot for your feedback. I have a problem though. The branch
weights counters overflow in some files and thus I get incorrect numbers.
Is there any way to find a workaround for that? Is is supposed to be a
known bug or is it something that needs configuration on my part?
Again, thank you a lot for your reply.
Best Regards,
Georgios Zacharopoulos
2016-02-03 18:23
2016 Feb 05
2
Profiling with LLVM.
Dear Duncan,
I am generating branch-weights annotated IR files as described in the
documentation of LLVM, using profiling with instrumentation.
http://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation
e.g.
llvm-profdata merge -output=$(BENCH).profdata default.profraw
> clang -S -emit-llvm -O3 -fprofile-instr-use=$(BENCH).profdata -o
> bench.prof.ll bench.c
The issue is
2007 Feb 08
1
Zeta and Zipf distribution
Dear R user,
I want to estimate the parameter of ZETA or/and ZIPF distributions
using R, given a series of integer values. Do you know a package
(similar to MASS) or a function (similar to fitdistr) I can use to
estimate the parameter of these distributions using MLE method?
Otherwise do you know a function (which use MLE method to estimate
distribution parameters) that allow me to specify a
2005 Dec 17
3
I would have to buy a new UPS for my desktop.
I would have to buy a new UPS that have to function for a simple desktop PC. I would the best about NUT compatibilty. The class of UPS must be 600-800 VA.
What do you recommend me?
Best regards
Hello to all.
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Natsabe.it la piĆ¹ grande erboristeria online italiana
* prezzi bassi tutto l'anno !
2003 May 27
2
Timecounter "TSC" frequency 451024462
Hi all.
I just upgraded my server from 4.7-Stable to 5.0-Release by a full
install.
Now I hit a problem with the date.. the time goes much faster
than normal.. maybe twice as normal...
this morning I found the following kernel log in /var/log/messages
May 26 17:23:58 jupiter kernel: Timecounter "i8254" frequency 1193182 Hz
May 26 17:23:58 jupiter kernel: Timecounter "TSC"
2009 Nov 26
1
different fits for geese and geeglm in geepack?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091126/7134fc17/attachment-0001.pl>
2009 Nov 09
1
Percentage effects in logistic regression
Dear ALL,
I'm trying to figure out what the percentage effects are in a logistic
regression. To be more clear, I'm not interested in the effect on y of a
1-unit increase in x, but on the percentage effect on y of a 1% increase in
x (in economics this is also often called an "elasticity").
For example, if my independent variables are in logs, the betas can be
directly
2012 Mar 15
2
Integrate inside function
Dear R users,
first I take this opportunity to greet all the R community for your
continuous efforts.
I wrote a function to calculate the pdf and cdf of a custom distribution
(mixed gamma model).
The function is the following:
pmixedgamma3 <- function(y, shape1, rate1, shape2, rate2, prev)
{
density.function<-function(x)
{
shape1=shape1
rate1=rate1
shape2=shape2
2010 Dec 06
1
waldtest and nested models - poolability (parameter stability)
Dear All,
I'm trying to use waldtest to test poolability (parameter stability) between
two logistic regressions. Because I need to use robust standard errors
(using sandwich), I cannot use anova. anova has no problems running the
test, but waldtest does, indipendently of specifying vcov or not. waldtest
does not appear to see that my models are nested. H0 in my case is the the
vector of
2007 Jul 31
0
Cox model with interaction
Dear R users,
I am trying to fit a Cox model such as:
Surv(time,event) ~ X1+X1:X2
or
Surv(time,event) ~ X1*X2 -X2,
This code is working with coxph but not with cph (nor with psm), and the error message is:
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE is required
Any idea about the cause of the problem and how to manage it within the Design
2010 Aug 26
0
anova for plm objects
Dear All,
I'm looking to perform an ANOVA between two nested panel fixed effects models. I tried with anova, as well as with waldtest. anova tells me there is no method available for plm objects, while waldtest tells me my models are not nested. I think they are instead. The difference between the two models is that in the second I let the regression coefficients of a given variable variate
2016 Sep 05
1
389 Directory Server
Hi all,
I would like install 389 Directory Server on a Centos 6.8 server.
I followed the instructions reported in :
https://wiki.centos.org/HowTos/DirectoryServerSetup?highlight=%28directory%29%7C%28server%29
and installed with yum the following packages :
389-ds-base-1.2.11.15-75.el6_8.x86_64
389-ds-console-1.2.6-1.el6.noarch
389-ds-base-libs-1.2.11.15-75.el6_8.x86_64
2020 Jan 16
0
openldap-servers missing from PowerTools in CentOS 8.1
Dear all,
after the upgrade to CentOS 8.1.1911, the package openldap-servers is not
anymore included in the PowerTools. However, if I look into:
https://koji.mbox.centos.org/koji/buildinfo?buildID=4971 I can see that
this package have been build.
Do you know in which repo I can find such package?
Thanks in advance,
Dario
--
Dario Pilori, PhD
I.N.Ri.M. - Istituto Nazionale di Ricerca
2003 Feb 19
1
sasmba e xp home
aglia aglia (in italian meat ahi ahi !)
Hello i have a serius questions .
I have installe din my school samba as PDC for 8 subnet with client win98 Me
95 and i use it like profile server .
Last month the school without call me buyed 10 cp with xp home !
It never possible that xp home do not support domain logons, and other nice
features .
I have samba 2.2.7a with mandrake 9.0
Thank for help me
2006 Nov 16
2
Stochastic SEIR model
Dear colleagues,
I?m a new R-help user. I?ve read the advertisements about
the good manners and I hope to propose a good question.
I?m using R to build an epidemiological SEIR model based
on ODEs. The odesolve package is very useful to solve
deterministic ODE systems but I?d like to perform a
stochastic simulation based on Markov chain Montecarlo
methods. I don?t know which packages could be
2008 Jan 07
1
testing fixed effects in lmer
Dear all,
I am performing a binomial glmm analysis using the lmer function in
the lme4 package (last release, just downloaded). I am using the
"Laplace method".
However, I am not sure about what I should do to test for the
significance of fixed effects in the binomial case: Is it correct to
test a full model against a model from which I remove the fixed
effect I want to test
2005 Aug 17
1
resampling Question
hi,
sorry for a possibly naive question but I am a bit of a beginner in R programming...
I wrote a function which simulates some data and performs two different kinds of analyses on it. as an output I get the statistics for the two analyses (t-values). Now I would like to have an other function which reruns my first function say a 1000 times and attaches the resulting statistics in a data.frame
2004 Aug 06
2
Channel delay with ices2
I've installed icecast2 and ices (from CVS 3 days ago) on a Redhat9 box
(Celeron 2Ghz, 256Mb ram, SoundBlaster Live 5.1 sound card).
I'm streaming live from soundcard at 44.100 with a 128kbit stream and 2
channels.
The problem is that with 2 channel, there is a small delay between the
channels; if I use only 1 channel, all is ok, but I need stereo signal with
optimal quality.
The cpu
2007 Jul 25
1
qda(MASS) function error
Dear R user,
I'm using qda (quadratic discriminant analysis) function (package
MASS) to classify 58 explanatory variables (numeric type with different
ranges) using a grouping variable (factor 2 levels "0" "1"). I'm using
the qda method for class 'data.frame' (in this way I don't need to
specify a formula).
Using the function:
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts.
--------------------------------------------------------------------------------
Eighth Real-Time Linux Workshop
October 12-15, 2006
Lanzhou University - SISE
Tianshui South Road 222
Lanzhou, Gansu 730000