search for: disapprove

Displaying 20 results from an estimated 82 matches for "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 table...
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)
On 17/01/20 8:06 am, Lamar Owen wrote: > On 1/16/20 6:49 AM, Peter wrote: >> On 16/01/20 4:14 am, Brian Stinson wrote: >>> Release for CentOS Linux 8 (1911) >>> >>> We are pleased to announce the general availability of CentOS Linux 8. >> >> CentOS 8 was released in September 2019.? Don't you mean 8.1? > No, they mean CentOS 8 (1911).? This
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 somethi...
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)
On 1/16/20 5:03 PM, Gianluca Cecchi wrote: > On Thu, Jan 16, 2020 at 11:08 PM Peter <peter at pajamian.dhs.org> wrote: > >> On 17/01/20 8:06 am, Lamar Owen wrote: >>> On 1/16/20 6:49 AM, Peter wrote: >>>> On 16/01/20 4:14 am, Brian Stinson wrote: >>>>> Release for CentOS Linux 8 (1911) >>>>> >>>>> We are pleased
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]]