similar to: R-Code Project Help

Displaying 20 results from an estimated 30000 matches similar to: "R-Code Project Help"

2008 Nov 18
2
R license: GPL v2 or v3?
For a project I am porting some of R's source code, and I want to get the license for my project correct, but the top level COPYING file for R's source states GPL v2, but when using: > license() (which also states GPL version 2) points me towards: > RShowDoc('COPYING') which states GPL v3. Which is correct? Thanks for clarification (and the amazing amount of
2011 Nov 13
2
Generate the distribution
Hi everyone, i really need some help with one task. I simply cant understand what i really have to do. The task is: Generate the distribution of maximum on samples of size 200 from beta with shape parameters 5 and 5 distribution. Plot a histogram of simulated values and overlay at least one distribution curve that you think might be suitable. Im rookie with simulations, so i need yours help.
2005 Mar 07
1
postgres unit testing in 0.10.1
http://dev.rubyonrails.com/changeset/856 looks to me like it''s not going to work, since there''s no way of specifying a password to pg_dump/dropdb/createdb. If you set PGPASSWORD in your environment it might work, but that''s not documented anywhere and isn''t done automatically in the Rakefile. See http://thread.gmane.org/gmane.comp.lang.ruby.rails/3693 for
2005 May 10
1
Fwd: Re: Implementation of the names attribute of attribute lists
Hi Martin, Thanks for your reply. I am responding on r-devel to provide some examples of outputs of the function that I had list in the post-scriptum of my previous email (BTW, did my post went through the list? I subscribed only after mailing it). You wrote: >Just to ask the obvious: > > Why is using str() not sufficient for you and instead, > you use 'print.object'
2008 Oct 22
1
card games
Dear R People: Are there any packages to play card games, please? In particular, poker or black jack? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2015 Oct 22
2
Changed behaviour when passing a function?
Of course (and unsurprisingly) Duncan is correct. I see that behavior in R 3.1.0, as well as the modern ones Duncan mentioned. What I said is true, as far as it goes, but the symbol being resolved is FUN, so when looking for a function it doesn't find the function version of round. Did you perhaps have a function named FUN in your global environment? If so you are being bitten by what I
2008 Dec 04
2
R simulations
I need help with these R simulations _______________________________________ The generation of pseudo-random numbers with uniform distribution [0.1] can be done through a method called Congruencial Committee, which consists the use of a recursive relationship of the type: xi +1 = (a.xi + c) mod m being a, c, and the positive integers m, c <m. Discuss in light of possible values of a, c, my
2015 May 22
1
Samba4 Disable USB ports
Hello Gabriel, Am 22.05.2015 um 15:23 schrieb Gabriel Franca: > Good morning people, > > I make the case that Achim Gottinger passed. > > samba-tool ntacl sysvolreset and received the following information: > Segmentation fault (core of the recorded image) > > then sent a samba-tool ntacl sysvolcheck and received the following: > ERROR (<type
2015 May 25
2
Samba4 Disable USB ports
Good morning List On Friday I had to leave so I could no longer continue with our lab. Weekend and holy all have to rest as much as possible. = D So I'm back and I will put the smb.conf for analysis. # Global parameters [global] workgroup = CMC realm = CMC.CORP netbios name = SAMBA server role = active directory domain controller dns forwarder =
2007 Dec 08
1
Trouble updating to Rails 2.0
I recently updated my gems and first I got an error with Rails. Aparently, Rails 2.0 has a dependency on ActiveResource, but the gems dont install it as a dependency. At least not when upgrading from 1.2.6 to 2.0 Then, when I try to freeze the gems to generate the new documentation, I get the following error: gabriel@fenix:~/dummy$ rake rails:freeze:gems --trace (in /home/gabriel/dummy) rake
2006 Jul 10
10
Problem using Feedtools on my Rails project!
Hi I''m trying to setup my app to use Feedtools amazing RSS powers, but it fails miserably on the following line: logger.debug("Description:#{FeedTools::Feed.open("http://rss.slashdot.org/Slashdot/slashdot").items.first.description}") The stack trace says: wrong number of arguments (0 for 1)
2015 May 22
5
Samba4 Disable USB ports
Hello Gabriel, I recommend you use gpupdate /force on the windows command line after login. The results of above command can be checked afterwards with the "gpresults" command. Can be you have an permission problem on your samba server. Only skimmed ofver the thread but did you try samba-tools ntacl sysvolreset on your samba server? achim~ Am 22.05.2015 um 12:08 schrieb Gabriel
2007 May 08
2
statistics/correlation question NOT R question
This is not an R question but if anyone can help me, it's much appreciated. Suppose I have a series ( stationary ) y_t and a series x_t ( stationary )and x_t has variance sigma^2_x and epsilon is normal (0, sigma^2_epsilon ) and the two series have the relation y_t = Beta*x_t + epsilon My question is if there are particular values that sigma^2_x and sigma^2_epsilon have to take in
2013 May 31
1
match
a <- c(12,13) b <- c(10,11,12,12,12,13,13,14) which(b%in%a*b !=0) Daniel Merino El 31 de mayo de 2013 13:25, Eva Prieto Castro <evapcastro@yahoo.es>escribió: > Hola, Gabriel: > > Échale un ojo a la función "which"; creo que te puede valer... Prefiero no > indicarte un ejemplo de uso porque no tengo R delante y mejor no confiarme > demasiado en mi
2016 Jul 13
2
Attempting to access LDAP backend gives "Strong(er) Authentication Required"
LDAP can be use in clear text mode or with start_tls. There is still LDAPS which can also be used. Any of these should be used to authenticate users as LDAP[s] is not meant to authenticate anything, it's a DB. Kerberos should be used for authentication as it is meant for that purpose and could grant your users possibility to have SSO. More secure for admins, more simple for users... I have
2015 May 22
5
Samba4 Disable USB ports
2015-05-22 13:32 GMT+02:00 Gabriel Franca <gabriel.franca at gmail.com>: > > I found it strange more and something I have already noticed a while. > > No GPO is applied when the User is the "Domain Users", so I wonder if I'm > doing something wrong or I have to change something. > > I believe the "Domain Users" are not allowed to change the
2015 May 22
2
Samba4 Disable USB ports
Good morning everyone, Gabriel: I haven't had a chance to test this yet, but I'm also needing the same IE: Domain Users to have the GPO applied. Did you come right with this? Andrey: Thank you for letting me know about the SysVol replication across DC's, I haven't enabled this yet and will be doing so, is there anything I should watch out for? I'll just be using the "
2020 Jun 08
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Daniel, Thanks for replying; I was hoping to get in touch with you on this issue. I had a look at how SelectionIDAG does it when generating the matcher table, and it does consider the implicit defs as additional output. Here is the match table generated for the pattern: /* 0*/ OPC_CheckOpcode, TARGET_VAL(ISD::SIGN_EXTEND), /* 3*/ OPC_MoveChild0, /* 4*/ OPC_CheckOpcode,
2015 Aug 13
2
Problem with Samba 4.0.4 to 4.1.19 update
Hello Rowland Talking to users at that time discovered the following: They remove the machine network cable, put the User and Password them the domain, after the windows open the desktop they connect the network cable back in the machine and get to work. If you do this procedure is giving User and wrong password! On the issue of time the 2 DC's station using ntp. I stopped the samba
2020 Jun 04
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Dominik, Thanks for your reply. In my case, the Defs is the cause of the problem. Or rather, it is part of the problem, because when I remove it from the instruction TableGen gives me a different error message which concerns a part which is deeper into the pattern tree, so at least it is able to proceed beyond that part of the pattern. I have also stepped TableGen inside gdb and