search for: anew

Displaying 20 results from an estimated 214 matches for "anew".

2013 Sep 02
3
Product of certain rows in a matrix
Hi, You could try: A<- matrix(unlist(read.table(text=" 1 2 3 4 5 6 7 8 9 9 8 7 6 5 4 3 2 1 ",sep="",header=FALSE)),ncol=3,byrow=FALSE,dimnames=NULL) library(matrixStats) ?res1<-t(sapply(split(as.data.frame(A),as.numeric(gl(nrow(A),2,6))),colProds)) ?res1 #? [,1] [,2] [,3] #1??? 4?? 10?? 18 #2?? 63?? 64?? 63 #3?? 18?? 10??? 4
2013 Sep 26
2
Sums based on values of other matrix
Dear all, I have a big problem: - I got two matrices, A and B - A shows identifies the value of B, however the values of B must be summed - For instance, 1 1 2 2 2 2 1 1 gives matrix a 3 4 2 1 1 1 2 2 gives matrix b Now the result for the value 1 would be 7 4 which are the rowsums of the values of matrix B given that matrix A has the value 1. How can I do this automatically? I
2003 Sep 20
3
conditional function definition?
Hi Folks, What is the best way to avoid a function being read in anew (and masking an exiting function) when a definition of it has already been established in R? Reason: Fernando Tusell and I are working up Schafer's 'CAT' for R (basically done now, just needs some cosmetic tidying up). This uses a function 'slice.index', present in S but not i...
2005 May 16
0
Nuevo buzón de correo- New mailbox
Estimado: Por medio de la presente notifico que hemos cambiado el dominio de Anew e-Business Distribution por el siguiente: anew.com.ve Mucho agradezco tomar en cuenta que ahora mi nueva direcci??n de correo ser?? kleong at anew.com.ve Mil gracias Saludos Kam Fai Leon Hello, I notify you that we have changed the domain of Anew e-Business Distribution by the following: an...
2003 Oct 21
5
run R under linux
...the success probability, which is very small, so my samples may be all 0s. I have tried, if the samples are all 0s, one parameter tends to be infinity, and one NA comes. I want to do 200 simulations. I found during the fisrt 128 simulations, some parameters may be NAs, since I use if (abs(aold-anew)<1e-5) {print (anew) break} to break the one estimation. Some anew is not printed. I think NA comes. But for the 129th simulation, one matrix is singular and my program ends. I want to know how to resume my program with the seeds saved, and do like continueing the 130th one without break....
2012 Aug 09
4
indexing in data frames
I'm still not fully understanding exactly how R is handling data frames, but am getting closer. Any help with this one will likely go a long way in getting me there. Let's say I have a data frame, let's call it "a". Within that data frame i have two variables, let's call them "b" and "c", where "b" is a single numeric value per observation,
2019 Aug 06
1
Migrate from 3.5.21 or start anew?
Hello Samba List, I am trying to figure the best way to move forward with bringing a Samba setup up to date. We currently have a Samba DC running version 3.5.21. This is running on an old Red Hat Enterprise Linux 4 box. There are about 20 users in the domain, a couple of groups, and about 10 shares. About 20 Windows 7 PCs are joined to the domain. We?d like to end up with a Samba
2011 Jun 18
3
Unconditionally transfer files
Is there a way to make rsync unconditionally transfer files, i.e. create them anew even if the target already exists and is identical to the source ? rsync -I looks closer but still avoids transferring the files. -- Andr? Majorel http://www.teaser.fr/~amajorel/
2013 Jan 22
6
plot two time series with different length and different starting point in one figure.
Hello, I do have two different time series A and B, they are different in length and starting point. A starts in Jan, 2012 and ends in Dec, 2012 and B starts in March, 2012 and ends in Nov, 2012. How can I plot those two series A and B in the same plot? I.E., from Jan. 2012 - Feb, 2012, it would have one data point from A and from Mar, 2012-Nov, 2012, it would have two data points from A and B,
2011 Mar 25
2
CentOS Wiki Contribution
Hello to everyone on the list. I want to contribute to the Wiki, to the "Tips and Tricks" section, "Installation" part thereof, on the topic of "Installing CentOS anew to ext4 partition(s)". My wikiuser name is AlexeyAsemov. Overall contents of the T&T article can be found in my #9 post here: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=27169 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://l...
2008 Apr 21
3
No noht?
...seen it documented in various places and I recently suggested it as a diagnostic to a customer. =================================== If Xen could save time in a bottle / then clocks wouldn't virtually skew / It would save every tick / for VMs that aren't quick / and Xen then would send them anew (with apologies to the late great Jim Croce) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Aug 28
3
Upgrading R means I lose my packages
The title says it all. Does anyone know of a way to save your packages when you upgrade to a new version of R? This may seem petty, but I'm accumulating enough packages that having to download and install each of them anew every time I install a new version of R is rather of a pain. Ideally, I would like the new version of R to recognize the packages I've installed on the previous version without needing to reinstall the packages. Is that possible? My system: Mac OS 10.5.4. Current R version: 2.7.1 Than...
2017 Aug 09
7
Errors on an SSD drive
...01 04 68 b0 00 00 08 00 [168787.830544] blk_update_request: I/O error, dev sda, sector 17066160 Eventually, I could not do anything on the system. Not even a 'reboot'. I had to do a cold power cycle to bring things back. Is there anything to do about this or trash the drive and start anew? Thanks
2002 Dec 12
2
rsync snapshot problem deleting files
...work. It is used to make snapshots of two Windows PC's over samba. On one of the machines (and not the other, from what I can tell) it deletes files from the target machine for no good reason (ie. they still exist on the source machine). Then, if I run it again right away, it gets the files anew. Most is the same as Mike's script, here is the relevant rsync: $RSYNC -va --delete --delete-excluded --exclude-from="$EXCLUDES" --stats $BACKUPMOUNT/ \ $SNAPSHOTDIR/$SHARE/snap.0 > $BACKUPDIR/${BACKUPHOST}.output 2>&1 ; : excludes : RECYCLER/ System Volume Informati...
2015 Feb 25
2
"Temporary authentication failure" ? Cant connect with ldap user
Is there a good, foolproof dovecot-openldap tutorial that walks you through the steps and works with the newest version of both softwares? I'm giving up and starting anew. 2015-02-24 11:33 GMT+01:00 Mihai Badici <mihai at badici.ro>: > On Tuesday 24 February 2015 10:51:44 David Scheele wrote: > > Hmm... > > > > *ldapsearch -x cn=admin* gives me: > > | # A bunch of information not really interesting > > | # search result >...
2019 Apr 10
2
Disabling password expiry for a AD service account for accessing LDAPS, and security best practices.
Sorry to hop on an existing conversation but this seemed like a good point to jump in with this question. Say I have a service account, with a random password that is set to never expire. What component is expected to periodically renew (or request anew) the Kerberos TGT using that password? I see lots of information about SSSD handling this, but less so with Samba. Also, I understand that in Active Directory, Windows clients will periodically change their computer account passwords. Is this correct? If so, is there a "Samba way" of ach...
2017 Mar 08
2
ORC C Interface & JITEventListeners
...y integration. NotifyLoadedFtor is a class template parameter, but NotifyFinalizedFtor is just a std::function defaulting to empty? Is that just for historical raisins, or is there a deeper reason? To be able to use existing JITEventListeners - it'd surely be a shame to have to rewrite them anew - in custom stacks it also appears that there's no easy way to call JITEventListener->NotifyFreeingObject() - the to-be-freed objects aren't readily available in RTDyldObjectLinkingLayer. Greetings, Andres Freund
2015 Nov 21
2
Urgent Help
...not intending to sound like a jerk, but I suspect I still will. given the small bits that I've gleaned from the OPs emails, and his proclivity to .... somewhat randomly delete things, I'd suggest using a live cd distro to boot, make backups of all essential and useful data and then start anew with a reinstall. And if none of that makes sense as a set of instructions, then by all means stop and get some more help rather than plowing forward and making worse things more-worse-est. -- public gpg key id: 1362BA1A
2018 Nov 28
2
Problem Upgrading to R 3.5 on Ubuntu 18.04
...installed. If I type "R" it opens version 3.5.? If I go to Ubuntu's graphical interface as sudo user, Software library, R is listed as installed and if I click on the "Remove" button, nothing happens ... Any suggestions on how to expunge this rogue installation and start anew? Thanks, Liz -- Elizabeth Tighe, Ph.D. Research Scientist Steinhardt Social Research Institute Brandeis University 781.736.3824
2010 Oct 28
2
Determining a basal correct count
...that contains the first '1' response, and continue to the right and count the number of consecutive columns containing '1' responses. At the next '0' or '.', I want R to record the count of consecutive '1's, and the skip to the next row and begin the process anew. Thanks in advance for your help, David S. Herzberg, Ph.D. Vice President, Research and Development Western Psychological Services 12031 Wilshire Blvd. Los Angeles, CA 90025-1251 Phone: (310)478-2061 x144 FAX: (310)478-7838 email: davidh@wpspublish.com<mailto:davidh@wpspublish.com> [[al...