similar to: Automating R for Hypothesis Testing

Displaying 20 results from an estimated 800 matches similar to: "Automating R for Hypothesis Testing"

2011 Apr 04
1
automating regression or correlations for many variables
Dear All, I have a large data frame with 10 rows and 82 columns. I want to apply the same function to all of the columns with a single command. e.g. zl <- lm (snp$a_109909 ~ snp$lat) will fit a linear model to the values in lat and a_109909. What I want to do is fit linear models for the values in each column against lat. I tried doing zl <- (snp[,2:82] ~ snp$lat[,1]) but got the following
2002 Jul 09
2
Automating migration of files from windows to samba
Has anyone figured out a good automated way to migrate files from Windows Server to Samba Server without compromising file ownership and permissions? We could just log on as each user and then drag and drop using windows explorer to preserve the permissions and ownership rights but that is not a very efficient method. We are using Samba with winbindd against a windows 2000 Domain
2012 Feb 29
1
Whenjobs automating libguestfs development version test & build
Just a note that 'whenjobs'[1] is now automating libguestfs test and build, along the development branch. Simply tagging a new release in git will trigger a cycle of packaging, test, build, updating the website, and performing a new build in Fedora Rawhide. At the moment I'm only doing the tests on Fedora, but I will extend it later so it tests both individual commits and released
2007 Apr 23
1
automating merging operations from multiple dataframes
Hi, I have a set of dataframes names AINDSLIM, BINDSLIM, CINDSLIM ... NINDSLIM In each dataframe I want to extract two variables, “pid” and “{w}region”, where {w} means “a”, “b”, “c”, ...”n” At the moment my code looks like: > PidRegion <- data.frame(pid=XWAVEID$pid) > this.region <- AINDSLIM[,c("pid", "aregion")] > PidRegion <- merge(PidRegion,
2010 Apr 15
0
Automating searching text for key words
Hello all, Im doing some content analysis of news stories and i am looking for a way to sort through different text lists searching for specified words then storing the results, at this point just the count. Heres what i have so far: #Load data frame of wed address to load ->Creates raw word data #Create web addresses to where text data is located WebAdds<-c("
2003 Sep 27
0
Book: Automating UNIX and Linux Administration
This message is a shameless plug for my new book: Automating UNIX and Linux Administration. I feel this message is appropriate both because many users of this program are interested in automation and the program is discussed within the book. You can buy the book from Amazon here: http://www.amazon.com/exec/obidos/ASIN/1590592123/kaybee-20 You can find the list of chapters and brief
2004 Mar 12
1
Automating kerberos authentication on Mac OS X?
Is there any way to "automate" kerberos authentication on Mac OS X? Here's the problem: When a user wants to access samba-3.0.2a -server from a Mac, he/she has to run "kinit" to get the principal ticket. If this is not done, Mac's tools (Finder) will try to authenticate with NTLM, which is and will be disabled on our servers. Of course, this fails miserably. I
2009 Nov 09
1
Automating Plot Commands using a Loop
I have three matrices with the same row and column names, but different data. e.g. Data Alpha Beta Gamma Delta A .1 .2 .3 .4 B .2 .3 .4 .5 C .8 .9 .43 .13 D .13 .34 .34 .3 For each column, I would like to create a separate plot on a single window. I currently am using the cmd-line: windows() par(mfrow=c(2,2))
2006 Dec 19
2
Automating client setups
Is there a Best Practices method for doing this? :) I''m trying to configure clients by ssh''ing to them from the puppetmaster. My steps are: ssh $host ''svccfg import ...'' sleep puppetca --sign $host scp namespaceauth.conf $host ssh $host ''svcadm restart puppet'' The problem is that I''d like to stop and log an error if the cert signing
2007 Jun 22
0
Automating memcached startup for my app.
All, My app. requires memcached, and I''d like to build any necessary restarting of the memcached daemon into my site startup. (I already have my script executing as part of a deploy, but I''d like to "bulletproof" it more if possible). I wrote a script which will restart memcached if it isn''t there. My problem is I need to reliably invoke it whenever my
2004 Jul 28
1
automating sequence of multinomial regressions
Disclaimer first: I only heard about R fairly recently, so I apologize if this is either a simple or impossible request, but R looked like it might be a good framework for this sort of thing... Is it possible to write a script to run stepwise multinomial regressions on many *dependent* variables, and then compare results to a validation data set (e.g., Chow test)? Essentially, automate the
2003 May 01
1
Automating R for multiple data files
Hi, I'm new to R and have looked at the mail archives and not seen a solution to my problem. I have a set of data files with filenames in the following form haydn1stmvt.jtf.sim0.142292.et.dist, where the latter half changes, after the jtf. What I am trying to do is process the set of these files using R's batch mode. using the following : library(mva) mdsdata <- read.table(file) cm
2008 Jun 04
0
code for automating the sem package
Greetings, I am wondering if anyone has written programs to automate model fitting with the sem package, where one could specify a 'saturated' model and sequentially fit models with different combinations of parameters removed, while outputting fit data/parameters involved for each model. Thanks Gus
2012 Nov 08
1
[LLVMdev] Automating Analysis Pass at linktime question [liblto] [safecode]
Hello all, I'm a research assistant at the University of Wisconsin and we're trying to come up with a general way to run our whole program analysis over programs that may use different methods to perform the build. I saw some discussion that liblto could be used for this (and safecode successfully did it) for llvm 2.6 - 3.0, but that doesn't seem to be working the same way with llvm
2006 Apr 17
2
automating ssh-keygen
I am trying to automate ssh-keygen creating keys without a passphrase. How can I run a script that calls ssh-keygen so that it does NOT require a passphrase? When I was testing on the command line I created a file that contained 2 line feeds and piped it into stdin. I got a message mentioning that ssh-askpass could not be found and it completed. I did not try the keys but I would like to be
2007 Jan 28
0
Automating the setting/clearing of a flag
Is there any way I can set up a list of dates and times at which a flag on my Asterisk PBX is to be changed, thus making it change somewhat automatically? I used to have a flag that I set whenever it was office hours and I was working from home, to keep non-essential calls away from my phones. I have changed over to a flag I can set on the Sunday evening when my week on call starts and clear the
2002 May 21
1
Automating Joining a Domain
Hello everyone, Is there an easy way to automate the process of joining a Samba domain? Keith Lynn Systems Administrator School of Computer and Information Sciences University of South Alabama Mobile, AL 36608 Phone: (251) 460-6390 Fax: (251) 460-7274 Alternate E-mail: lynn@gateway.cis.usouthal.edu URL: http://www.cis.usouthal.edu/~lynn/
2005 Oct 04
1
Automating Creation Of Profile Directories For New Users
Hi This might seem to be a stupid question but here goes anyway. I am running a samba server as a PDC with roaming profiles enabled. My profiles are stored on the linux box at /samba/profiles/username. I tried setting a script to create the profile at the same time as adding the new user /usr/sbin/useradd -m u% cd /samba/profiles mkdir %u When I tried adding the a new user I got
2016 Jun 23
1
Health checks - automating?
Hi, After a recent hardware failure I got to thinking - I should really be monitoring my servers better. But, what do I actually monitor? Is there a best-practice or even a common deployments guide to what I can check in terms of samba, ideally scriptable? Currently I do run automated checks against freeradius (which authenticates against samba) - but there must be so much more I could check
2019 Apr 29
0
Automating creation of OUs, security groups and GPOs, in Samba AD DC
On Mon, 29 Apr 2019 11:21:55 -0700 Mason Schmitt <mason at ftlcomputing.com> wrote: > Thanks Rowland and Louis for your suggestions! > > I think I'll go with the samba-tool option, as presumably this will > keep up with schema changes as samba evolves. A few things that Louis didn't say about creating an OU with samba-tool, if it is an OU off the base DN, you only need