search for: thomasleeper

Displaying 11 results from an estimated 11 matches for "thomasleeper".

2019 Feb 21
5
Return/print standard error in t.test()
...at least return the SE even if the print() method isn?t updated? Or, > better, update the print() method to display this as well? > > Best, > Thomas > > [1] > https://twitter.com/amandayagan/status/1098314654470819840?s=21 > -- > > Thomas J. Leeper > http://www.thomasleeper.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2012 Apr 07
4
Display instruction text on package load
...ample, library(Zelig) does what I'm trying to achieve. Thanks for your help! And sorry if there's an obvious answer to this that I am oblivious to. -Thomas -- Thomas J. Leeper PhD Candidate, ABD Department of Political Science Northwestern University leeper@u.northwestern.edu http://www.thomasleeper.com [[alternative HTML version deleted]]
2019 Feb 21
0
Return/print standard error in t.test()
...isn?t updated? Or, > > better, update the print() method to display this as well? > > > > Best, > > Thomas > > > > [1] > > https://twitter.com/amandayagan/status/1098314654470819840?s=21 > > -- > > > > Thomas J. Leeper > > http://www.thomasleeper.com > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Thomas J. Leeper http://www.thomasleeper.com...
2017 Mar 26
1
Documentation of model.frame() and get_all_vars()
...fault(mpg ~ wt, data = mtcars, new = 2) : variable lengths differ (found for '(new)') But, maybe that's something for the "Details" section? (Or it's a bug - I don't really know.) Thanks in advance for your consideration. Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com
2019 Feb 23
1
Return/print standard error in t.test()
...this as well? >>> >>> Best, >>> Thomas >>> >>> [1] >>> https://twitter.com/amandayagan/status/1098314654470819840?s=21 >>> -- >>> >>> Thomas J. Leeper >>> http://www.thomasleeper.com >>> >>> [[alternative HTML version deleted]] >>> >>> ______________________________________________ >>> R-devel at r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-devel >> >&...
2015 Jun 05
3
R-devel Digest, Vol 148, Issue 5
It's disappointing that many packages do not have a NEWS file. Perhaps CRAN should require NEWS or CHANGELOG, as long as the system is being reformed to potentially accommodate markdown anyway. -Thomas Thomas J. Leeper http://www.thomasleeper.com On Fri, Jun 5, 2015 at 12:00 PM, <r-devel-request at r-project.org> wrote: > Date: Thu, 04 Jun 2015 12:39:34 -0400 > From: Duncan Murdoch <murdoch.duncan at gmail.com> > To: Mark van der Loo <mark.vanderloo at gmail.com>, Kurt.Hornik at wu.ac.at > Cc: R Devel Ma...
2015 Jan 11
0
Bug in URLencode and patch
...s." 6.2.2.1: "For all URIs, the hexadecimal digits within a percent-encoding triplet (e.g., "%3a" versus "%3A") are case-insensitive and therefore should be normalized to use **uppercase** letters for the digits A-F." Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com
2017 Mar 30
0
get_all_vars() does not handle rhs matrices in formulae
...three-column data frame instead of a two-column data frame) and therefore misnames the resulting columns. I unfortunately don't know the most sensible/general way to solve this, otherwise I would submit a patch. Anyone know how to fix this last line? Best, -Thomas Thomas J. Leeper http://www.thomasleeper.com
2019 Feb 22
0
Return/print standard error in t.test()
...method isn?t updated? Or, >> better, update the print() method to display this as well? >> >> Best, >> Thomas >> >> [1] >> https://twitter.com/amandayagan/status/1098314654470819840?s=21 >> -- >> >> Thomas J. Leeper >> http://www.thomasleeper.com >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________________________________________ > R-devel...
2015 Jun 05
0
NEWS.md support on CRAN
...ld include - Does it have a readable NEWS file? I do use packages which have negative answers to some of those questions, but they definitely influence my choice when I'm looking at a package for the first time. Duncan Murdoch > > -Thomas > > Thomas J. Leeper > http://www.thomasleeper.com > > > On Fri, Jun 5, 2015 at 12:00 PM, <r-devel-request at r-project.org> wrote: > > Date: Thu, 04 Jun 2015 12:39:34 -0400 > > From: Duncan Murdoch <murdoch.duncan at gmail.com> > > To: Mark van der Loo <mark.vanderloo at gmail.com>, Kurt.Hornik at...
2020 Oct 05
3
Internet access and R CMD make check-devel
I am trying to install R on CentOS (either 7 or 8, behavior is the same) in an environment behind a firewall and while I am able to run: R CMD make check I am unable to run: R CMD make check-devel These latter tests fail. The failure occurs in the internet access if() conditional statement in these two tests: https://svn.r-project.org/R/trunk/tests/internet.R