search for: disapprov

Displaying 20 results from an estimated 82 matches for "disapprov".

Did you mean: disapprove
2008 May 01
1
Data manipulation for random intercept GLMM
...mple data set about approval ratings on two different surveys for a random sample of 1600 individuals. > ## Example: Ratings of prime minister (Agresti, Table 12.1, p.494) > rating <- matrix(c(794, 86, 150, 570), 2, 2) > dimnames(rating) <- list(First = c("approve", "disapprove"), + Second = c("approve", "disapprove")) > rating Second First approve disapprove approve 794 150 disapprove 86 570 It seems to me that, in order to fit a model using lmer, I cannot use the tabl...
2008 May 02
1
GLMM and data manipulation (2nd try)
...ng data, summarizing approval ratings on two different surveys for a random sample of 1600 individuals: > ## Example: Ratings of prime minister (Agresti, Table 12.1, p.494) > rating <- matrix(c(794, 86, 150, 570), 2, 2) > dimnames(rating) <- list(First = c("approve", "disapprove"), + Second = c("approve", "disapprove")) > rating Second First approve disapprove approve 794 150 disapprove 86 570 I would like to fit a logit model with approve/disapprove as response, survey...
2010 Nov 29
1
cross tabulate variables by subject id
...I would like to compare subjects' "choice" for (cond1=="A" & cond2=="C") vs (cond1=="A" & cond2=="D"), using mcnemar.test The ?mcnemar.test example has the data in a matrix: Performance 2nd Survey 1st Survey Approve Disapprove Approve 794 150 Disapprove 86 570 So for my case, I need something like: Choice AC AD 0 1 0 ... 1 Where "..." would be the sum of subjects who answered 0 or 1 to AC and/or AD respectively. I can get the first step by making an extra...
2011 Mar 04
3
Generic mixup?
...contradict each other? Or do I have a terrible misunderstanding of what comprises a generic function? Thx, Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2006 Sep 08
3
ISPConfig: Secure on Centos?
Just wanted to see if this tool was approved or disapproved of in the centos community as far as security is concerned. http://www.ispconfig.org/ I have noted that anything that is not a centos package is probably suspect, -so feel free to assure, or warn, at your leisure. Basically we are looking for a secure GUI based DNS admin tool, (I myself prefer...
2011 Sep 22
4
R CMD check file issues
...is issue is preventing automation of build/check/install scripts. Suggestions will be greatly appreciated. Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2012 Jan 05
7
Blocking countries with shorewall
I''m currently getting a huge number of (failed) attempts to access my home server at UDP port 27845. I think most if not all the attacks come from China or Korea. I see there is a list of Chinese and Korean networks at <http://www.countryipblocks.net/country-blocks/>. Is there a standard way of using such a list in shorewall? -- Timothy Murphy e-mail: gayleard /at/ eircom.net
2011 Jan 20
2
Using a list as multidimensional indexer
...seem to work, and I can't seem to get do.call to call the indexer ('[') on my multidimensional object. Any suggestions? Thanks in advance, Nick Sabbe -- ping: nick.sabbe at ugent.be link: http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove
2020 Jan 16
2
[CentOS-announce] Release for CentOS Linux 8 (1911)
...was hashed to death back in early > CentOS 7 days, so shouldn't need rehashing again...... No, the hashing ove back then had nothing to do with dropping the minor release number. Doing that now is just making things way too confusing. Back then the vast majority of the community showed disapproval for even that new naming scheme, but the wishes of the community were ignored and the new naming scheme went ahead anyways. I doubt anything different will happen now. > Yeah, I know most people are going to call it 8.1, That's because it *is* 8.1 and calling it 8 (1911) is just conf...
2003 Apr 07
7
Should List be Moderated?
...ld like to seek opinions of list members on making the list moderated. I certainly don't have time to moderate the list myself, so I would suggest giving at least a half dozen, maybe more, people the ability to approve posts to keep it flowing quickly. Moderators would be asked just to approve/disapprove based upon a specific list of characteristics. Among characteristics that *could* be considered: * Posts should not advertise products, especially not those unusuable under Asterisk * Posts should not contain profanity * Posts should not simply be "me-too"'s * Arguably, maybe someth...
2011 Jan 28
1
plot not generic
...stions: . How can I find the code of plot.glmnet . Why is plot not seen as generic? Thx. Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2020 Jan 22
3
[CentOS-announce] Release for CentOS Linux 8 (1911)
...entOS 7 days, so shouldn't need rehashing again...... >> >> No, the hashing ove back then had nothing to do with dropping the minor >> release number. Doing that now is just making things way too confusing. >> >> Back then the vast majority of the community showed disapproval for even >> that new naming scheme, but the wishes of the community were ignored and >> the new naming scheme went ahead anyways. I doubt anything different >> will happen now. >> >>> Yeah, I know most people are going to call it 8.1, >> >> That's...
2010 Oct 22
2
Linking to lapack
...oping we find what we are looking for in the header files? If it does not exist already, I would surely be willing to work on it. Thanks for any input. Nick Sabbe -- ping: nick.sabbe at ugent.be link: http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove
2010 Dec 08
2
problem accessing complex list data frames
Hi all. I am currently attempting to build a list of sparse matrixes. That I have already achieved, by > vmat <- list() > for (i in 1:n) { > vmat <- c(vmat, sparseMatrix(i,j,x=data) > } How I am trying to select those elements from the list where the column e.g. 999 is not null. I can do this for one of the sparse matrices with > which(vmat[[1]][,999] != 0) which
2011 Jan 28
2
Injecting code in a package?
...n this function, pkg:: plot.something.internal is called, I want it to call _my_ version of it. Any takes? Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2010 Dec 07
1
Dataframe from list of similar lists: not _a_ way, but _the best_ way
...y in which this depends on the specifics of my function (for nontrivial functions and list sizes)? Thanks! Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
1997 Jan 07
3
logwatching
...st /b ff # nuke anything unmatched so far d # exclude section: : ff /comsat.*localhost/d # ppp turds / pppd[:[]/d # named loses while primaries are down / named.* timed out/d [mod: If I read this correctly it prints recognized stuff, and generally discards anything that doesn''t match. I disapprove of this technique: There might be a message that looks innocent because it doesn''t have any of the above trigger words in it, but is actually a breakin report. You should start out with an empty script, and match/delete the annonying messages that keep on clobbering the output. -- REW ]
2011 Apr 29
2
abline outside of plot region
...eter for this is not present in axis. Suggestions for either? Note: I''m on windows 7 with R 2.13. Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2012 Jun 01
1
Dependencies on recommended packages
...ave it to you gurus to judge. Thanks for R! (And another shout out to Stefan, who diligently helped me) Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]
2011 Sep 22
1
R check error / update.packages
...''t be updated, but it would be nice if the update.packages at least issued a warning against this. Nick Sabbe -- ping: nick.sabbe@ugent.be link: <http://biomath.ugent.be/> http://biomath.ugent.be wink: A1.056, Coupure Links 653, 9000 Gent ring: 09/264.59.36 -- Do Not Disapprove [[alternative HTML version deleted]]