search for: expi

Displaying 5 results from an estimated 5 matches for "expi".

Did you mean: exp
2007 May 23
0
Replicated LR goodness-of-fit tests, heterogeneity G, with loglm?
...m) #get marginal sum of counts rr = rep(vv, each=10) #rep the marginal sums across each cell expcounts = expprop*rr #the vector of expected counts #Now calculate the G for each level of tran (likelihood ratios) G = vector() for (i in levels(tran)) { obsi = obscounts[tran==i] expi = expcounts[tran==i] G[i] = 2*sum((obsi*log(obsi/expi))) } dfs = rep(max(as.integer(levels(cov)))-1, max(as.integer(levels(cov)))) probs = pchisq(G, dfs, lower.tail=F) #and the lower tail probability of the G #get a weighted average for the pooled expectations wei...
2007 Nov 20
0
significance levels for partial correlations?
...ience function that allows me to stick in a whole data frame and analyze only those variables I'm interested in. I won't paste in that function here, it's not relevant to the problem, but if anyone wants a copy just let me know. Here is the syntax: pcor.n = function (df, cont, expi="") { ### ## Perform an n-order partial correlation, controlling for the influence of ## control variables on experimental ones. ## ## df data frame containing all the variables. ## cont a list of control variable names (list of strings) ## expi a list of experimental variable name...
2012 Jul 09
3
Predicted values for zero-inflated Poisson
Hi all- I fit a zero-inflated Poisson model to model bycatch rates using an offset term for effort. I need to apply the fitted model to a datasets of varying levels of effort to predict the associated levels of bycatch. I am seeking assistance as to the correct way to code this. Thanks in advance! Laura [[alternative HTML version deleted]]
2012 Aug 17
1
Question about -b mode of sftp(1) and auto-chdir behaviour
Hello, i'm curious to know wether the automatic chdir behaviour of sftp(1) in batch mode is a side-effect of the current implementation, or if it's instead a regular feature. And, if it's indeed the latter, wether there is any compatibility problem if one would actually rely on it? I'll attach a copy+paste diff to document this nice feature in sftp.1, just for the hoped-for case.
2007 Sep 13
4
NT4 domain authentication password expires, but is set not to
Hi, I have OpenSuse 10.2 authenticating against NT 4 domain. OS: OpenSuse 10.2 i386 samba-3.0.23d-19.7 samba-winbind-3.0.23d-19.7 samba-client-3.0.23d-19.7 kernel: 2.6.18.8-0.5-default #1 SMP Everything was fine, until 2 days ago, when it started showing that my password will expire in 3 days. The problem is, that for sure on the domain controller this account is set with no password expiration. There is no such a warning when I log in to a windows machine connected to that domain controller. In the past I had this happen, and then I let the this time to expire, and it lock...