similar to: Simple MC integration question

Displaying 20 results from an estimated 4000 matches similar to: "Simple MC integration question"

2013 Dec 14
2
Change factor levels
Suppose I have a dataframe 'd' defined as L3 <- LETTERS[1:3] d0 <- data.frame(cbind(x = 1, y = 1:10), fac = sample(L3, 10, replace = TRUE)) (d <- d0[d0$fac %in% c('A', 'B'),]) x y fac 2 1 2 B 3 1 3 A 4 1 4 A 5 1 5 A 6 1 6 B 8 1 8 A Even though factor 'fac' in 'd' only has 2 levels, but it seems to bear the birthmark
2013 Apr 02
2
R Commander and FactoMineR
Dear Users, I helped to install R Commander and FactoMineR to one of my collegaues. He wanted to do an MCA. Selecting three variables and using the default settings results in only one graph, the variables representation, where he gets three points for the three variables (which is totally fine). Running the code (output of the point-and-click method) EuTop100.MCA<-EuTop100[,
2013 Jan 22
1
FactoMineR
Dear Users, I installed R Commander and the FactoMineR plug-in. Everything is fine, I can see the new menu, I can import datasets, but if I want to use any of the items in the FactoMineR menu, i get the following error: Error in get(.activeDataSet) : object '.activeDataSet' not found even if there is an active dataset (if there is none, all the menu items are grey of course). I have R
2012 Mar 28
6
How to get all possible combinations?
Dear all, suppose I have a vector with elements as: Vec <- c(2,3,4,5,6) Now I want to have all possible combination of length 3 using those elements and without any repetition. Like, I want to have 1 possibility like 2-3-4 but not 3-2-4. Can somebody guide me how to achieve that in R? Thanks for your help.
2017 Mar 18
0
dovecot problem with ssl
Em Sat, 18 Mar 2017 16:24:25 +0100, Christian Kivalo escreveu > Am 18. M?rz 2017 18:55:58 MEZ schrieb Nilton Jose Rizzo <rizzo at i805.com.br>: > >Em Sat, 18 Mar 2017 11:36:34 +0100, Christian Kivalo escreveu > >> On 2017-03-18 07:19, Nilton Jose Rizzo wrote: > >> > Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu > >> >> Em Thu, 16
2004 Mar 31
0
energy 1.0.1
R Users, We would like to announce that Version 1.0.1 of the energy package is now available on CRAN. The energy package introduces a new class of statistical tests based on the concept of Newton's potential energy. Included in the package are * mvnorm.etest (test) and mvnorm.e (statistic) A rotation invariant multivariate goodness-of-fit test, implemented for testing
2004 Mar 31
0
energy 1.0.1
R Users, We would like to announce that Version 1.0.1 of the energy package is now available on CRAN. The energy package introduces a new class of statistical tests based on the concept of Newton's potential energy. Included in the package are * mvnorm.etest (test) and mvnorm.e (statistic) A rotation invariant multivariate goodness-of-fit test, implemented for testing
2017 Mar 18
0
dovecot problem with ssl
Em Sat, 18 Mar 2017 11:36:34 +0100, Christian Kivalo escreveu > On 2017-03-18 07:19, Nilton Jose Rizzo wrote: > > Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu > >> Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu > >> > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: > >> > > > >> > > > >> > >
2017 Mar 18
2
dovecot problem with ssl
Am 18. M?rz 2017 18:55:58 MEZ schrieb Nilton Jose Rizzo <rizzo at i805.com.br>: >Em Sat, 18 Mar 2017 11:36:34 +0100, Christian Kivalo escreveu >> On 2017-03-18 07:19, Nilton Jose Rizzo wrote: >> > Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu >> >> Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu >> >> > On 03/17/2017
2006 Feb 20
1
Nested AIC
Greetings, I have recently come into some confusion over weather or not AIC results for comparing among models requires that they be nested. Reading Burnham & Anderson (2002) they are explicit that nested models are not required, but other respected statisticians have suggested that nesting is a pre-requisite for comparison. Could anyone who feels strongly regarding either position
2017 Mar 18
0
dovecot problem with ssl
Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu > Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu > > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: > > > > > > > > > Hi all, > > > > > > > > > I already searched for this error on google and nothing > > > > > > I never install
2003 Oct 23
0
WAS: Call pickup (*8) on SIP devices. Bug #116
I've attached two SIP debugs in reference to bug #116. They are from today's CVS build. 1. pickup.txt is a call from SIP(1) to SIP(2) with SIP(3) picking up the call. After which, SIP(2) rings for about 30 seconds then stops. 2. hangup.txt is a call from SIP(1) to SIP(2) with SIP(1) hanging up before the call is answered. SIP(1&3) are Cisco 7960's and SIP(2) is a Polycom
2017 Mar 18
2
dovecot problem with ssl
On 2017-03-18 07:19, Nilton Jose Rizzo wrote: > Em Fri, 17 Mar 2017 22:35:40 -0300, Nilton Jose Rizzo escreveu >> Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu >> > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: >> > > >> > > >> > > Hi all, >> > > >> > > >> > > I already searched for this
2017 Mar 18
2
dovecot problem with ssl
Em Thu, 16 Mar 2017 23:06:08 -0700, Doug Barton escreveu > On 03/17/2017 01:21 AM, Nilton Jose Rizzo wrote: > > > > > > Hi all, > > > > > > I already searched for this error on google and nothing > > > > I never install dovecot, this is a first time. > > > > This error, I know, is too newbie and stupid, but I > >
2017 Mar 19
1
dovecot problem with ssl
I'm solve my problem, but not have a idea how or why this solve. I recompliled the dovecot without support to Postgres ans SQLite3 and LDAP. I was configure Mysql support only and all work fine. Some one have any idea Why it's work? TIA --- /************************************************* **Nilton Jos? Rizzo UFRRJ **http://www.rizzo.eng.br http://www.ufrrj.br
2017 Mar 17
4
dovecot problem with ssl
Hi all, I already searched for this error on google and nothing I never install dovecot, this is a first time. This error, I know, is too newbie and stupid, but I checked more than twice. root at server:/usr/local/etc/dovecot # sievec /home3/virtual/default.sieve doveconf: Fatal: Error in configuration file /usr/local/etc/dovecot/conf.d/10-ssl.conf line 7: Unknown setting: ssl
2003 Dec 01
0
No subject
Edit the file called src/EDITME and put the result in a file called Local/Makefile. Then you may proceed ... and next time ... you post an error message you may want to be specific ... not "or something like that" ... On Mon, 21 May 2001, Mager Charles WB wrote: > Again another email ALMOST off the point, but not quite. The first question, > which is to do with samba, is - How
2014 May 30
0
[PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
This patch adds base para-virtualization support to the queue spinlock in the same way as was done in the PV ticket lock code. In essence, the lock waiters will spin for a specified number of times (QSPIN_THRESHOLD = 2^14) and then halted itself. The queue head waiter, unlike the other waiter, will spins 2*QSPIN_THRESHOLD times before halting itself. Before being halted, the queue head waiter
2008 Apr 26
0
Consistency of m-shapiro.test
Hello all, I tried several experiments with the mshapiro.test package in R and compared it with the energy package to test for multivariate normality and find that the mshapiro.test is not consistent which is a bit concerning and has suspicious behavior. On the other hand the energy test seems to be a more appropriate test for testing multivariate normality in any dimension. I looked for the
2008 Apr 09
0
energy 1.1-0 with dcov
Dear R-users, An updated version of the energy package, energy 1.1-0, is now available on CRAN. This version has merged the dcov package (previously available from my personal web page) into energy. New functions include: dcov (distance covariance) dcor (distance correlation) DCOR (four statistics) dcov.test (distance covariance test of multivariate independence) indep.test (choice of