search for: singmann

Displaying 20 results from an estimated 35 matches for "singmann".

2019 Jun 28
1
R-Forge > GitHub?
...developed/hosted. You might also want to add a new README to the new GitHub repository which replaces the current R-forge one and provides installation instructions. Best, Henrik Am Fr., 28. Juni 2019 um 06:01 Uhr schrieb Spencer Graves < spencer.graves at prodsyse.com>: > Hi, Henrik Singmann et al.: > > > Thanks for the suggestions. I tried again to pull > "https://github.com/sbgraves237/Ecdat" > <https://github.com/sbgraves237/Ecdat> from R-Forge, with the same "Error > 500" as before. Then I tried pulling from > "https://git...
2019 Jun 26
3
R-Forge > GitHub?
...on on github.com and select > "Import a repository". This supports both git and svn repos. > > Best, > Lionel > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Dr. Henrik Singmann Assistant Professor, Department of Psychology University of Warwick, UK http://singmann.org [[alternative HTML version deleted]]
2019 Jun 28
0
R-Forge > GitHub?
...pointer is better than deleting things at R-forge; there is likely old information out there somewhere pointing to R-forge as a location for Ecdat development, and any bug reports or discussion on R-forge will not have been copied over to Github. Duncan Murdoch On 28/06/2019 4:14 a.m., Henrik Singmann wrote: > Re your point 3: Because you have managed to create a GitHub version of > your repository that is not a fork of https://github.com/rforge/ecdat, > but its own independent repository, contacting GitHub support might not > be the right way forward. Note that https://github.com...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...____________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Dr. Henrik Singmann Assistant Professor, Department of Psychology University of Warwick, UK http://singmann.org [[alternative HTML version deleted]]
2012 Jul 21
2
car::Anova - Can it be used for ANCOVA with repeated-measures factors.
...1 0.700 0.6 8 2 0.76021 # age:phase:hour 1 0.813 1.1 8 2 0.56210 # treatment:gender:phase:hour 2 1.003 0.4 16 6 0.94434 # --- # Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 -- Dipl. Psych. Henrik Singmann PhD Student Albert-Ludwigs-Universit?t Freiburg http://www.psychologie.uni-freiburg.de/Members/singmann
2012 Jul 24
5
First value in a row
Hi. This is likely a trivial problem but have not found a solution. Imagine the following dataframe: Lat Lon x1 x2 x3 01 10 NA NA .1 01 11 NA .2 .3 01 12 .4 .5 .6 I want to generate another column that consist of the first value in each row from columns x1 to x3. That is NewColumn .1 .2 .4 Any input greatly appreciated, Thanks, Camilo Camilo Mora, Ph.D.
2019 Jun 28
0
R-Forge > GitHub?
Hi, Henrik Singmann et al.: ????? Thanks for the suggestions.? I tried again to pull "https://github.com/sbgraves237/Ecdat" from R-Forge, with the same "Error 500" as before.? Then I tried pulling from "https://github.com/rforge/ecdat", which seemed to work ... AND the copy I pulle...
2019 Jun 26
4
R-Forge > GitHub?
> On 26 Jun 2019, at 17:25, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > R-Forge is mirrored on Github; see https://github.com/rforge/ecdat, for example. That shows 418 commits in its history; presumably that's the full R-forge history. I think that's newer than Michael Friendly's gist. > > So I suspect (but haven't tried to do this) that
2012 Jul 22
4
pvalue calculate
I have a value a=300 observation (x) = sample(1:50) How to find a p-value from this. I need to show that "a" is different fom mean(x). Thanks -- ------------- Mary Kindall Yorktown Heights, NY USA [[alternative HTML version deleted]]
2011 Apr 28
1
Best Practices for submitting packages to CRAN
Dear all, I (and a colleague) have been working on our first package (for fitting a certain type of cognitive models: http://www.psychologie.uni-freiburg.de/Members/singmann/R/mptinr) for quite a while now and have the feeling, that it is "good to go". That is, we want to submit it to CRAN. However, I still have two questions before doing so and would appreciate any comments. 1. How often is it appropriate to submit updated versions of your package? Backgrou...
2019 Jun 29
2
R-Forge > GitHub?
...ested, and put a README in your >> R-Forge >> repository, that points to *your* GitHub repositor(y/ies). Then the >> https://github.com/rforge/ecdat read only mirror will pick this up >> and will >> point there as well. > > Just for the record:? that was Henrik Singmann's suggestion, I just > agreed with it. > > Duncan Murdoch > [[alternative HTML version deleted]]
2012 Aug 15
2
ANOVA repeated measures and post-hoc
Hi, I performed an ANOVA repeated measures but I still can't find any good news regarding the possibility to perform multiple comparisons. Can anyone help me? Thanks Diego Bucci Fisiologia Veterinaria Dipartimento di Scienze Mediche Veterinarie Università degli Studi di Bologna Via Tolara di Sopra, 50 40064 Ozzano dell'Emilia, BO Tel. 00390512097904 mail diego.bucci3@unibo.it
2019 Jun 28
2
R-Forge > GitHub?
On Fri, Jun 28, 2019 at 6:01 AM Spencer Graves <spencer.graves at prodsyse.com> wrote: [...] > 1. Clone a copy of "https://github.com/sbgraves237/Ecdat" > to my local computer and confirm that it works. > I suggest you put each package in its own repository, because our R tooling (e.g. Travis CI, etc.) works best if you do that. This is quite easy to do
2012 Jul 24
1
dump.frames and global environment
Dear list members, I am trying to use dump.frames to debug some code that i run non interactively. I use the following method: dump.frames.mod = function() { dump.frames(dumpto = 'test', to.file = TRUE) quit(save = 'no', status = 10) } options(error = dump.frames.mod) Is there any way to acess the content of the global environment from the *.rda file created in
2020 Sep 25
1
Extra "Note" in CRAN submission
When I run R CMD check on the survival package I invariably get a note: ... * checking for file ?survival/DESCRIPTION? ... OK * this is package ?survival? version ?3.2-6? * checking CRAN incoming feasibility ... NOTE Maintainer: ?Terry M Therneau <therneau.terry at mayo.edu>? ... This is sufficient for the auto-check process to return the following failure message: Dear maintainer,
2012 Jul 22
2
R Beginner : Loop and adding row to dataframe
Hi everybody, I am currently quite inexperienced with R. I try to create a function that simply take a value in a dataframe, look for this value in another dataframe and copy all the row that have this value This example is a simplified version of what I am doing but it's enough to help me listA Name NACE a 1 b 2 c 3 ListB NACE aaa bbb ccc 1 a a c 1 a a c 1 a a c 2 a a c 2 a a c 3 a a c 4 a
2012 Jul 27
2
How can I access an element of a string?
Dear Daniel and Jorge, Thank you very much and it does help. If I have a string "ABCD", how can I access the second element of the string "B"? Thanks, Miao 2012/7/27 Daniel Nordlund <djnordlund@frontier.com> > > -----Original Message----- > > From: r-help-bounces@r-project.org [mailto:r-help-bounces@r-project.org] > > On Behalf Of jpm miao
2013 Jun 26
2
Error on executing functions from installed package
Hi, I am currently building an R package and I am facing a peculiar problem where some of the functions does not work within the package. However, if I source the script the function works. For example, in a method for parallelization of analysis on each chromosome simultaneously I am receiving error at the following position of the code: # this profile the information chromosome wise and
2019 Jun 29
2
R-Forge > GitHub?
...; >> repository, that points to *your* GitHub repositor(y/ies). Then the > >> https://github.com/rforge/ecdat read only mirror will pick this up > >> and will > >> point there as well. > > > > Just for the record:? that was Henrik Singmann's suggestion, I just > > agreed with it. > > > > Duncan Murdoch > > > > > ? ? ? ? [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org <mailto:R-devel at r-proj...
2016 Nov 11
1
installing R-devel on ubuntu
Hi All: I've been trying to install R-devel on my ubuntu 14.04 machine by following the directions at this link. http://singmann.org/installing-r-devel-on-linux/ The link is extremely clear and detailed but I run into an odd problem. When I run the script at the bottom of this ( which I call build-R-devel ), the following directory structure gets created. :/usr/local/lib/R> dir total 56 drwxr-xr-x 4 root root 4096 No...