Displaying 5 results from an estimated 5 matches for "netstorming".
2004 Feb 06
0
NetStorm text color problem
http://bugs.winehq.org/show_bug.cgi?id=1984
I think this deserves some attention.
NetStorm tries to switch from 32bpp to 8bpp, but can't, even though X
does have 8bpp configured.
2012 Feb 06
3
Logistic Regression
I am looking for R packages that can make a Logistic Regression model
with parameter estimation by Maximum Likelihood Estimation.
Many thanks for helping out.
2011 Sep 15
2
problem joining a samba PDC from WIN7 clients
...achine account MACHINE-WIN7$
[2011/09/15 14:15:58, 0] rpc_server/srv_netlog_nt.c:_net_auth_2(478)
In the Win 7 machine I get the message that I have joined the domain, but I
can?t get log in.
I have followed the instrucctions of several posts:
http://wiki.samba.org/index.php/Windows7
http://www.netstorming.com.ar/?bz1qwHMB
But I don?t solve the problem,
any sugestion?
Thanks in advance
ESG
2011 Dec 21
3
Non-negativity constraints for logistic regression
Dear R users,
I am currently attempting to fit logistic regression models in R, where
the slopes should be restricted to positive values. Although I am aware
of the package nnls (which does the trick for linear regression models),
I did not find any solution for logistic regression. If there is any
package available for this purpose, I would be interested to know them.
Alternatively, I realize
2012 May 03
0
LME4 to MCMCglmm
Hi all,
I am trying to run an lme4 model (logistic regression with mixed effects) in
MCMCglmm but am unsure how to implement it properly.
Currently, my lme4 model formula looks as follows: "outcome ~ (1 + var1 +
var2 | study) + var1 + var2"
In English, this means that I am fitting a random effects model, where the
intercept, var1 and var2 are jointly distributed according to study.