Displaying 20 results from an estimated 4000 matches similar to: "HH and Rcmdr.HH packages available"
2007 May 30
0
Revised Rcmdr.HH package
I posted a revised Rcmdr.HH_1.8-0 package on CRAN.
The Rcmdr.HH package adds additional menu items to the Rcmdr package by
John Fox. Our introductory course at Temple University includes several
topics that were not addressed in the Rcmdr. This revision uses the new
RcmdrPlugin technology that John announced a few days ago.
Rich
_______________________________________________
R-packages
2006 Sep 01
2
Compiling a package
Hello,
I am in Win-XP R:2.3.0
latest rtools and Perl - of today
I got Rcmdr.HH source code and tried to compile it myself
copy all directory to R/R-2.3.0/src/library/Rcmdr.HH
from R/R-2.3.0/src/library
I typed:
..\..\bin\R CMD build --force --binary --auto-zip Rcmdr.HH
* checking for file 'Rcmdr.HH/DESCRIPTION' ... OK
* preparing 'Rcmdr.HH':
* checking DESCRIPTION meta-information
2006 Jul 12
4
Keep value lables with data frame manipulation
Dear R,
I import data from spss into a R data.frame. On this rawdata I do some
data processing (selection of observations, normalization, recoding of
variables etc..). The result is stored in a new data.frame, however, in
this new data.frame the value labels are lost.
Example of what I do in code:
# read raw data from spss
rawdata <- read.spss("./data/T50937.SAV",
2008 Apr 14
2
Bug in ci.plot(HH Package) (PR#11163)
Full_Name: Yasuhiro Nakajima
Version: 2.6.1
OS: WinXP SP2
Submission from: (NULL) (202.237.255.13)
Dear all,
I noticed the following behaviour of ci.plot in HH Package(ver.2.1-9):
> library(HH)
> data(women, package="datasets")
> attach(women)
> ft <- lm(height~weight)
> windows()
> ci.plot(ft,conf.level=0.95)
> windows()
> ci.plot(ft,conf.level=0.999)
I
2006 Mar 09
1
bugs in simtest (PR#8670)
# R for Windows will not send your bug report automatically.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs at r-project.org
#
######################################################
This report is joint from Richard Heiberger <rmh at temple.edu>
and Burt Holland <bholland at temple.edu>.
Burt Holland is the coauthor
2010 Feb 02
3
Update problem? Rcmdr disappears, won't re-open
WinXP, R 2.10.1
I just updated R, and now have trouble. Perhaps it was the method I used to
keep all the packages.
I copied all the new packages from 2.10.1 back into the 2.10.0 folder, then
copied them and all the others I've previously added from the 2.10.0 folder
and pasted them back into 2.10.1's appropriate folder.
Is this the source of my troubles?
I am trying unsuccessfully to
2006 Dec 28
1
split-plot multiple comparisons
Dear R user,
I am new with split-plot designs and I have problems with multiple comparisons.
This data correspond to an split-plot experiment with two replications
(bloque).(Hoshmand, 2006 pp 138). Briefly, the whole-plot factor is
Nitrogen concentration ("nitrogeno") and the subplot factor is the variety
of corn ("hibrido"). The aim is to determine if major differences
2010 Mar 18
1
Rcmdr plugins produce error
I recently updated all my plugins, and for the fun of it, I added ALL the Rcmdr Plugins to my collection to see what functionality might exist. I started Rcmdr and loaded ALL the available Plugins from to the Rcdmdr Tools menu.
To my suprise Rcmdr produced a number of warnings and finally an error. The error suggests that some of the extensions are incompatable with each other because of menu
2011 Jun 17
1
Rcmdr Plugin error
Dear R People: (particularly those who have build Rcmdr Plugin packages):
I'm building a new Plugin and keep getting the following error:
Error in if (is.null(where) || where >= n) rbind(object1, object2)
else if (where < :
missing value where TRUE/FALSE needed
Error in library(RcmdrPlugin
Have any of you run into this, please? I feel like I've seen it
before but can't
2006 Jun 02
1
documentation bug as S-Plus catches up (PR#8933)
# R for Windows will not send your bug report automatically.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs at r-project.org
#
######################################################
The R documentation for "is.R" says
"## 'which()' only exists in R:"
This is no longer true. In S-Plus 8.0
>
2009 Mar 17
2
Converting time from HH:MM:SS to only HH:MM
Hi all,
I need to compare between times and put all similar times in specific
1 minute bins.
Unfortunately the original data include seconds as well.
My data is in HH:MM:SS format but I need it rounded to only HH:MM and
trying in Excel to display "unique" records only does not work since
the seconds are not unique.
Is there an easy way using perhaps CHRON to change all from the
2008 May 27
2
HH.EXE location
This is related to my post about .chm where vitamin set me on the right path.
http://forum.winehq.org/viewtopic.php?t=1026
Since then I reinstalled Ubuntu 8.04 and wine.
While perusing the virgin registry I noticed the chm.file ...command key was: C:\windows\system32\hh.exe %1
There is no hh.exe located in that directory. The hh.exe file is located in the C:\windows\ directory.
If wine uses the
2010 Feb 18
1
Graphics Question
Hello All,
I'm having some issues controlling graphics in R. I was wondering if anyone
may help me tackle this problem:
Given a data frame "X" with variables "Year", "Factor" (w/ n groups), and
"Freq"
How do I create a single graphic with the following plots aligned in a
vertical stack?
1. box plot in the fashion Freq~Year|Factor
2. box plot
2008 Apr 14
2
Viewing .CHM files with hh.exe from command line
I would like to be able to start the Wine .chm file-viewer, C:\windows\hh.exe, from the command-line like this:
wine hh.exe /some/dir/somefile.chm
It works if the current directory contains the .chm file, but not if I have to specify a path.
Am I missing something?
2007 Mar 29
1
[HH] extending ancova function for 2 factors
Hi,
what would be a good way of enhancing the ancova function from the HH
package when using a 2 factor ANCOVA?
The current behaviour for the "ancova" function from package HH is:
----------------------------------------------
| P1 || P1 || P3 || P4 | | PS | <- the lattice strip
----------------------------------------------
| x|| x ||x ||x | |
2011 Dec 12
1
Help with charting time in seconds as HH:MM:SS on charts
Hello,
I am dealing with data stored in a database as a 'time' object. I
export the data from the database to a text file and utilize the
'time_to_sec()' function of the database to convert the human readable
time (HH:MM:SS) to seconds so that I can use R to do analysis and
create charts of the data. I do not need or use days or dates in the
data, and the data range is from
2007 Dec 16
0
[HH] changing font size in interaction2wt
Hi,
I would like to change font sizes (more generally the cex) in plots
produced by the function "interaction2wt" of the "HH" package.
Here is an example (from the interaction2wt example) of what I have
tried:
--8<---------------cut here---------------start------------->8---
rm(list = ls(all = TRUE))
rm(list = c(ls()))
library("HH")
## From the example:
2012 Feb 27
1
win zip archive of library(HH) for R2.12.0
Dear R Group
Can any body point me to a link from where I can get zip archive of the
package HH for R 2.12.0?
Thanks &
Regards
Vijayan Padmanabhan
"What is expressed without proof can be denied without proof" - Euclide.
Please visit us at www.itcportal.com
******************************************************************************
This Communication is for the exclusive use
2012 Mar 29
1
Adding duration (hh:mm:ss)\Converting factor column into duration class
Hi All,
I have a data frame:
Time1 Time2
1 176:46:10 41:48:06
2 171:28:57 61:19:10
3 178:25:15 34:05:35
4 74:04:20 25:01:55
5 136:11:20 37:59:32
6 138:17:17 30:22:27
7 183:04:48 29:25:02
8 179:35:01 19:29:44
> str(df)
'data.frame': 8 obs. of 2 variables:
$ Time1: Factor w/ 583 levels
2000 Oct 03
0
This mail was found after problem with mailserver Oct 3rd - postmaster@hh.umu.se (PR#682)
maechler@stat.math.ethz.ch writes:
> Ok, I've fixed pretty() for the development version
> such that
> p <- pretty(x)
> all(p[1] <= x & x <= p[2])
>
> should be guaranteed (again).
Gulp. I'm pretty(!) sure there was a reason for changing it in the
other direction... [I have a vague recollection of pretty(pretty(x))
!= pretty(x) or something like