similar to: Setting global variables inside R reference class ?

Displaying 20 results from an estimated 8000 matches similar to: "Setting global variables inside R reference class ?"

2017 Jun 13
3
IF LOOOP
Hey This should be a rather simple quesiton for some of you. I want to make some progress in looping... I have the vector r, which contains single values --> see below: r [1] 1.1717118 1.1605215 1.1522907 1.1422830 1.1065277 1.1165451 1.1163768 1.1048872 1.0848836 1.0627211 [11] 1.0300964 1.0296879 1.0308194 1.0518188 1.0657229 1.0685514 1.0914881 1.1042577 1.1039351 1.0880163 I would
2013 Jan 19
2
%d in configuration file does not work
I am trying to set up dovecot in a postfix virtual account/domains setting. In the configuration file I would like to use %d in two places, for: mail_location = /var/mail/vhosts/%d/%n and to specify the location of the respective passwd file: passdb passwd-file { args = /etc/auth/%d/shadow } Looking at the logs, %d is empty while %n works, so dovecot is looking for something in
2011 Mar 10
2
identical values not so identical? newbie help please!
Hi there! I'm not sure I can create a minimal example of my problem, so I'm linking to a minimal .RData file that has only two objects: obs and exp, each is a 6x9 matrix. http://dl.dropbox.com/u/10364753/test.RData link to dropbox file (I hope this is acceptable mailing list etiquette!) Here's what happens: > obs[1, 1] [1] 118 > exp[1, 1] [1] 118 > obs[1, 1]-exp[1, 1] [1]
2017 Jun 13
0
[FORGED] IF LOOOP
On 14/06/17 08:46, matthias worni wrote: > Hey > > This should be a rather simple quesiton for some of you. I want to make > some progress in looping... > I have the vector r, which contains single values --> see below: > > r > [1] 1.1717118 1.1605215 1.1522907 1.1422830 1.1065277 1.1165451 1.1163768 > 1.1048872 1.0848836 1.0627211 > [11] 1.0300964 1.0296879
2006 Jul 14
1
Open files
Hello I'm running a Win2K box with a dialogic voice application. The prompt files are on an AIX 5.1 box. By using smbstatus I'm finding that the prompt files aren't closing. The open files build up until the server hits the per process limit, at which point everything falls apart. I was running samba 2.07, but I just upgraded to 3.0.23rc3 and I still have the problem. I used
2017 Apr 11
1
Restoring SYSVOL Replication After S4
I realize this is not a Samba specified quesiton... but I thought someone here might have some experience with this. After migrating from an purely S4 AD domain to a purely Windows 2008R2 AD domain one is left with no functioning SYSVOL replication (FRS or DFS). This makes sense as S4 is not aware of SYSVOL replication. So the question is how to bootstrap SYSVOL replication on a set of
2005 Nov 23
1
Find main effect in 2-way ANOVA
Hi, I use anova() to find interaction effect and then I need to find data with main effect from those data with interaction effect. How to do that? I used : anova(lm(data~factor1*factor2)), then select data with interaction effect. Then I need to select those data also with main effect of factor1 or factor2, from previous selected data. How to do that? Many thanks for your time on my
2004 Dec 28
1
Aliassing Icecast 2.1 Admin console
Hello, We are searching for a possibility of "aliassing without wasting bandwidth". It is described in the following section which we found at http://open4all.info/ossa/_Icecast_Streaming_Server. # What happens is that when a listeners connects to your server and # requests the /laika stream, then your icecast server will connect # as a client to my machine, and then feed my stream to
2005 Jan 26
2
OT: syncing
Hi, An offtopic quesiton, but I could not think of asking any other list where it might be answered. I have a client uploading a few designs (25-30 Mbs) daily at a remote ftp server. We download them in morning. Since we have a slow connection we daily waste a couple of hours downloading it. Is there any way I can download them at night. The only thing is that I am not sure of the time they
2006 Jul 12
6
Copying Records
This might seem like a silly quesiton but it''s been baffling me all day! I want to copy all records matching certain criteria from table A to table B. I know how to do his with SQL but not with RoR. -- Posted via http://www.ruby-forum.com/.
2006 Mar 15
1
An Association Problem: AR::Base.find{:include} and n-deep association traversal
Dear List, I''m using Edge Rails. I have a Model with Items for purchase. Each Item is of a certain brand. Class Brand < ActiveRecord::Base end Class Item < ActiveRecord::Base belongs_to :brand end The problem domain is that I''d like to create a separate Inventory list of Items. This includes the date of entry into inventory and date of exit from inventory (ie
2015 May 02
2
LDAPS Configuration
Hi, I'm trying to convert my LDAP server into a LDAPS server to secure the users logins, but I don't know what's the procedure to do it. Someone knows any guide to do it? For now: - I've created a CA cert on the server - I've created the cert and key for the domain pdc - I've signed that cert with CA cert. - I've followed the post in samba wiki about
2006 Aug 24
3
Mousehole stuff
Hey everyone, I''m using mousehole for the first time today (love the artwork, btw) and I seem to be having problems with Camping and Markaby. When I go to the Apps page I get: Camping Problem! MouseHole::Controllers::RApps.GET TypeError /Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t convert String into Array:bla bla bla... The line in question
2015 Jun 24
2
Samba4 Secondary DC as Backup DC (redundancy)
2015-06-23 20:47 GMT+02:00 Daniel Carrasco Mar?n <danielmadrid19 at gmail.com>: > > El 23/6/2015 8:33 p. m., "Sketch" <smblist at rednsx.org> escribi?: > > > > On Tue, 23 Jun 2015, Rowland Penny wrote: > > > >> On 23/06/15 18:58, Daniel Carrasco Mar?n wrote: > >>> > >>> Hi, > >>> > >>>
2002 Nov 17
2
WINBIND configuration and NT Authentication
Setup: Suse 7.2, Samba 2.2.6 Win 2K PDC Project: I would like to use winbind to authenticate users that do not have local accounts on the linux machine for access to various file and print shares. I have gotten winbind to successfully grab the user and groups from the NT box (verified by getent passwd). However, I have had little luck obtaining the permission based file share that I would
2013 Apr 14
3
Create New Column Inside Data Frame for Many Data Frames
Dear R Helpers, I have a large number of data frames and I need to create a new column inside each data frame. Because there is a large number, I need to "loop" through this, but I don't know the syntax of assigning a new column name dynamically. Below is a simple example of what I need to do. Assume that I have to do this for all 26 letters and you should see the form of the
2011 Jul 12
3
Role of na.rm inside mean()
This is just posed out of curiosity, (not as a criticism per se). But what is the functional role of the argument na.rm inside the mean() function? If there are missing values, mean() will always return an NA as in the example below. But, is there ever a purpose in computing a mean only to receive NA as a result? In 10 years of using R, I have always used mean() in order to get a result, which is
2006 Aug 07
2
converting Linux users & paswords to Samba
Greetings all, I have a bit of a problem whose answer I cannot seem to find anywhere. I have a Fedora 5 system with about 300 users and 2 printers. Samba is running on the sole server. There are also about 2 dozen Windows XP computers in use, but there is no domain and no Active Directory. All the computers are standalone. Users desire to use the Samba printers and access their home
2015 Jul 09
1
Samba4 Secondary DC as Backup DC (redundancy)
Hi all, I'm looking for the same setup: two samba ad servers to back up each other on failover. Have you managed to find a viable solution? Thanks in advance! 2015-06-24 19:41 GMT+03:00 Daniel Carrasco Marín <danielmadrid19 at gmail.com>: > 2015-06-24 11:12 GMT+02:00 Daniel Carrasco Marín <danielmadrid19 at gmail.com > >: > > > > > > > 2015-06-23
2012 Nov 20
2
Updating Tom Short's R Reference Card, contacting him?
I made an update/reboot of Tom Short's classic and public domain "R Reference Card". His is from late 2004 and I've found myself giving it to new R users with additional notes about packages. If anyone knows how to reach Tom, that would be great. I am titling this reboot "Short R Reference", in a play on his name, but I would like to know he wants his name (and/or