search for: baron

Displaying 20 results from an estimated 710 matches for "baron".

Did you mean: aaron
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All: Jonathan Baron is "giving up" maintaining the RSiteSearch database. This breaks three things: (1) The R Site Search web service that Baron has maintained. (2) The RSiteSearch function in the utils package. (3) The sos package, for which I'm the maintainer and lead author. Mig...
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...xcel files got into the libraries, and they were causing the indexing to hang completely. I am now running everything again, starting from scratch, and it might work. (I'm doing it wrong, but it is 3/4 done. I will do it right tomorrow, if it works overnight.) Jon On 09/07/16 16:53, Jonathan Baron wrote: >Spencer, > >Thanks for the quick reply. > >I am open to someone who knows Perl getting an account on my site and >trying to get it working. It will probably involve fixing more than >one thing, as mknmz depends on some perl modules that also generate >errors. > &g...
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...t; like you. > > So thank you! > I concur. People all over the world live better today, because R made it easier for others to solve problems -- and Jon made a substantive contribution to that. Spencer > Cheers > Joris > > > On 8 Sep 2016 04:08, "Jonathan Baron" <baron at psych.upenn.edu > <mailto:baron at psych.upenn.edu>> wrote: > > Don't do anything yet. I may have found the problem by accident. > > I tried to use the computer from something else, and it was being > drastically slowed down by some lef...
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...earch engine. One option is to use google. For a site like this, I think they will want some money, but I'm not sure, and I do not have the time to deal with it. We have over 10,000 packages now. I wonder if searching all help files is really helpful anymore. Jon On 09/07/16 22:06, Jonathan Baron wrote: >Don't do anything yet. I may have found the problem by accident. > >I tried to use the computer from something else, and it was being >drastically slowed down by some leftover processes, which turned out >to be xlhtml. That is something that converts Excel files. Apparent...
2004 Jun 15
2
import SYSTAT .syd file?
Does anyone know how to read a SYSTAT .syd file on Linux? (Splus 6 does it, but it is easier to find a Windows box with Systat than to download their demo. I'm wondering if there is a better way than either of these options.) Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron R search page: http://finzi.psych.upenn.edu/
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 9/8/2016 5:01 AM, Jonathan Baron wrote: > OK. It is sort of fixed and sort of works. > > We'll keep it for now, but this is not going to work forever. When > namazu fails completely I will not have the time to install a new > search engine. > > One option is to use google. For a site like this, I think th...
2016 Sep 07
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...eliminated if you don't use R on the same machine. The last 3 lines are all you need. Note 2: This works on Fedora, but I think that the Fedora maintainers of R have set some defaults that are helpful. Jon On 09/07/16 15:41, Spencer Graves wrote: >Hello, All: > > > Jonathan Baron is "giving up" maintaining the RSiteSearch database. > > > This breaks three things: (1) The R Site Search web service that >Baron has maintained. (2) The RSiteSearch function in the utils >package. (3) The sos package, for which I'm the maintainer and lead...
2003 Jan 31
2
minor error in documentation of pmax in base (PR#2513)
...you use a matrix or array instead of a vector, pmax returns a matrix or array, respectively. This makes pmax and pmin much more useful, and should not be left to people to discover on their own! For example: m1 <- array(1:24,c(2,3,4)) m2 <- array(24:1,c(2,3,4)) pmax(m1,m2) pmin(m1,m2) Jon Baron
2003 Dec 01
3
search site for R (http://finzi.psych.upenn.edu)
...ing reliably, on a new computer that is much faster than the old one. It uses htdig to permit search of the Rhelp mailing list, R documents, R functions, and various combinations of these. Search has several options, including Boolean search (with AND, etc.). Suggestions are welcome. -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron
2004 Jun 18
1
Is there an easy way to generate linearly independent vec tors
I believe eigen(), svd() and qr() can all do it. Andy > From: Jonathan Baron > > On 06/17/04 19:04, Fred wrote: > >Dear R-listers: > > > >I am trying to test an algorithm on a set of linearly > independent vectors > >{x1,x2,...,xn}. > > Well, here's an idea, for 10 vectors of length 10, > as columns of a matrix m1. The 11th...
2004 Dec 23
1
searching Jonathan Baron's R Site
...ot;, "idxname=functions&idxname=docs",sep="") res <- sub("^&+","",res) qstring <- paste(string, mpp, format, sortby, res, sep="&") browseURL(qstring) invisible(qstring) } -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron
2004 Nov 24
2
an R function to search on Prof. Baron's site
Inspired by the functions that Barry Rawlingson and Dave Forrest posted for searching Rwiki and R-help archive, I've made up a function that does the search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the query string!): RSiteSearch <- function(string, restrict="Rhelp", format="long", sortby="score", matchesPerPage=10) { URL <- "http://finzi.psych.upenn.edu/cgi-bin/hts...
2003 Nov 17
2
Rweb: how to use source()
...working directory is in /var/www/cgi-bin/ (on Linux). (I have a student who installed R on her own computer and analyzed half of her data, and then her computer died. Rweb could let her finish, if I could just take what she's done so far, which I have, and put it on my server.) -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron
2009 Jun 06
2
A very frustrating read.table error message
Dear Colleagues, Occasionally I deal with computer-generated (i.e., websurvey) data files that haven't quite worked correctly. When I try to read the data into R, I get something like this: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 26 did not have 648 elements ...is there any way to get R to tell me how many elements line 26 *did* have? That
2016 Dec 21
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
...tory because most of the time it doesn't matter, but there were once a few packages that were only there, ones that I used myself, like multtest.) Of course, if there is a human being who reads this and wants to fiddle with namazu, he or she should contact me. Jon On 12/17/16 15:32, Jonathan Baron wrote: >Spencer and others. > >I am going to have to take down the server for RSiteSearch, which is >finzi.psych.upenn.edu, for at least a couple of days starting Sunday >morning. It has been hacked. And I have another server that has also >been hacked, which is higher priority (s...
2016 Apr 02
4
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
...): samba-ad-dc.service. I may try rebooting as well, after trying @penny's fix. But that's what I've always been doing. When I use systemctl start nmbd smbd I get no output. On Sat, Apr 2, 2016 at 10:59 AM, Rowland penny <rpenny at samba.org> wrote: > On 02/04/16 18:46, Luke Barone wrote: > > OK, this is working with the Windows 7 clients now. Looks like it was just > a reboot. Now I have an issue with the Windows 10 clients... I'll open a > new thread about that... > > On Sat, Apr 2, 2016 at 10:31 AM, Luke Barone <lukebarone at gmail.com> wrote:...
2019 Jan 21
4
Samba 4 -> Group Policy Drive Map -> Access Denied
...; thisDrive="SHOW" allDrives="SHOW" userName="" path="\\sce251\test-share" label="SHARE" persistent="1" useLetter="1" letter="W"/><Filters/></Drive> </Drives> On Mon, January 21, 2019 1:27 pm, Luke Barone via samba wrote: > OK, remove the Item Level Targeting - that should hit all Domain Users > anyways. > > Can you extract the .XML file that is made from that policy? Go to your > SYSVOL\<domain>\Policies\<GUID for Policy>\User\Preferences\Drives, and > open up "D...
2009 Mar 20
4
[Bug 1576] New: ssh-add doesn't have --help or --version options
...tions Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: unassigned-bugs at mindrot.org ReportedBy: baron at sequent.org ssh-add doesn't have --help. If I give the --help option, I can see it runs exactly as though I didn't give any options. But if I give the -h option it complains about an illegal option and prints out the text I would expect to see from --help. I also see no --version op...
2000 Jun 19
0
Notes on R for psychology experiments and questionnaires
We now have a draft of: Notes on the use of R for psychology experiments and questionnaires by Jonathan Baron and Yuelin Li at http://www.psych.upenn.edu/~baron/rpsych.htm and http://www.psych.upenn.edu/~baron/rpsych.pdf and http://www.psych.upenn.edu/~baron/rpsych.tex It is intended for students and others who are doing research in psychology. What makes it "for psychology" is that it tries t...
2008 Jun 14
1
modifying INSTALL to make html but not build package
...pile the code for the package, but it does not include the html pages. I can't figure out why not. If anyone would like to look at it, I'd greatly appreciate it. It is at http://finzi.psych.upenn.edu/INST and all my changes involve commenting out stuff that was there. Jon -- Jonathan Baron, Professor of Psychology, University of Pennsylvania Home page: http://www.sas.upenn.edu/~baron