search for: cwhmisc

Displaying 19 results from an estimated 19 matches for "cwhmisc".

2012 Aug 24
1
Fwd: Re: Package cwhmisc and problems
-------- Original-Nachricht -------- Betreff: Re: Package cwhmisc and problems Datum: Fri, 24 Aug 2012 07:34:14 +0100 Von: Prof Brian Ripley <ripley@stats.ox.ac.uk> An: Christian Hoffmann <c-w.hoffmann@sunrise.ch> Kopie (CC): CRAN@r-project.org This is the address for CRAN submissions. Please ask for help on R-help or R-devel. On 23/08/2012 2...
2012 Dec 13
1
CPOS from cwhmisc package not found
Hi: I wonder if anyone can help me about cpos function not found error: : path.package("cwhmisc", quiet = FALSE) [1] "C:/Users/slee/Documents/R/win-library/2.15/cwhmisc" So I have package cwhmisc where there is cpos function. But I got error: cpos("ab","b",1) Error: could not find function "cpos" Then I tried to install on R prompt but got this er...
2006 Jan 26
1
construct a bundle, subdirs do not exist?
...Sorry to bother, but I checked around and did not succed creating a bundle from six existing packages (which are checkable, installable, etc. individually). I carefully followed the procedure given in ch. 1.1.5 Package bundles. However, I am getting hoffmann at fluke:~/R/Sources >R CMD check cwhmisc * checking for working latex ... OK * using log directory '/home/woodstock/hoffmann/R/Sources/cwhmisc.Rcheck' * using R version 2.2.1, 2005-12-20 * checking for file 'cwhmisc/DESCRIPTION' ... OK * this is package '' version '1.0.0' * checking if this is a source pack...
2012 Aug 28
1
Package cwhmisc and problems
Hi, I have revised my package cwhmisc and want to re-submit it (meeting a deadline soon). One big stumbling stone is the 'sudden' appearance of > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] C attached base packages: [1] tools tcltk stats4 spline...
2009 Feb 09
2
cwhmisc package requests update all the time!
Dear Christian, Every single time check update package, ?cwhmisc? always requests updating. I?m aware that the package was latest updated in CRAN on 20Nov2008. Is there anything wrong with my R library or somethingelse? I use R 2.8.1 on Window XP service pack 2 Regards Nguyen Garvan Institute of Medical Research Sydney, Australia
2010 Sep 22
2
cwhmisc package error
...the first few times I use the code below), and oddly enough the error doesn't happen with the function CapLeading (which is in the same package). > correlfile[1:3,] state statecounty county 1 AL AL_AUTAUGA AUTAUGA 2 AL AL_BALDWIN BALDWIN 3 AL AL_BARBOUR BARBOUR library(cwhmisc) > correlfile$county[correlfile$state=="AL"]=lowerize(correlfile$county[correlfile$state=="AL"]) Error in get(as.character(FUN), mode = "function", envir = envir) : object 'f' of mode 'function' was not found > correlfile$county[correlfile$sta...
2013 Oct 14
1
there is no package called 'boot'
Hi, R CMD mypackage /Users/hoffmann/R/cwhmisc check --as-cran gives me * checking Rd cross-references ... WARNING Error in find.package(package, lib.loc) : there is no package called 'boot' although there is no textual reference to 'boot' in my /R and /man within /cwhmisc nor any file of that name. How could I possibly...
2006 Apr 03
2
Ternary or Triangular Plots (soil texture triangle plot)?
...ngular plot to show the 'composition' of a set of items with three variables (historically the percent sand, silt and clay in soil). So far I have tried the 'soil texture triangle plot' in the package plotrix and the 'ternary or triangular plots' in the package cwhtool (cwhmisc). Both have strengths and weaknesses, but neither has a 'standard' or 'generic' feel about it. To save myself time I would like to ask the list if there is a preferred or standard implementation of the triangle plot that will let me, * Label the three axes * Specify a range for...
2010 Dec 15
3
How to apitalize leading letters & else of personal names?
Dear R world, Do you know about a function that would capitalize in the correct manner first and family names? I found in the cwhmisc only the CapLeading function, but it just does not do the job, taking care only to capitalize the first letter of a word. I am looking for a function that would recognize " |'|Mc|-" and capitalize the first letter following these characters. An example: names<-c("jean-franco...
2010 Mar 23
1
Plot ``freezes''.
In an elderly version of ``plotSymbols'' (now in the cwhmisc package) that I had lying around, there was the example plot(1:10,xlab="\374") which the comments said would give a u-umlaut as the x-axis label. When I execute this plot (a) I get no x-axis label at all, and (b) the plot ``freezes'' in that further plotting commands (e.g....
2006 May 09
1
2.3.0 problems
...----------- What is NULL environment? 3. My files: > .First function() { editedOn <- "2006-04-28, 11:08" options(digits=6) pk <- .packages(all = TRUE) su <- substr(pk,1,3) pk1 <- pk[(su=="cwh") & (!is.na(su))] for (ii in pk1[pk1!="cwhmisc" & (sapply(pk1,function(x) !(" " %in% unlist(strsplit(x,NULL)))))]) # to avoid concatenation of names library(ii,character.only=TRUE) pk <- utils::installed.packages() for (ii in pk[!is.na(pk[,"Priority"]) & (pk[,"Priority"] %in% c("b...
2018 Mar 11
0
Empirical density estimation
On 3/11/2018 3:35 PM, Christofer Bogaso wrote: > But for my reporting purpose, I need to generate a bell curve like > plot based on empirical PDF, that also contains original points. > > Any idea would be helpful. Thanks, > Christofer, something like the following may get you what you want: ## get the kernel density estimate dens <- density(Dat) ## estimate the density at
2012 Sep 15
2
R CMD check and browser
Hi, Every time I do system("R CMD check mypackckage" the process executes a help.start(). Why does this happen? Cheers Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland Rigiblickstrasse 15 b, Tel.+41-44-7640853 c-w.hoffmann at sunrise.ch, christian at echoffmann.ch, www.echoffmann.ch
2009 Jul 30
2
weight median by count for multiple records
Hello everyone, I have a .csv file with the following format: uniqueID SubjectID Distance_miles Tag 1 1001 5.5 3 2 1001 7 1 3 1001 6.5 1 4 1001 5 1 5 1002
2010 Feb 16
3
Triangular filled contour plot
Hi all, I am working on a filled contour plot which shows a triangular matrix data set (as shown below). Is there a possibilty to draw a triangular filled contour in a equilateral triangle (like a ternary plot)? Thanks in advance Johannes http://n4.nabble.com/file/n1557386/Bild3.png -- View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2018 Mar 11
2
Empirical density estimation
But for my reporting purpose, I need to generate a bell curve like plot based on empirical PDF, that also contains original points. Any idea would be helpful. Thanks, On Mon, Mar 12, 2018 at 3:49 AM, Bert Gunter <bgunter.4567 at gmail.com> wrote: > You need to re-read ?density and perhaps think again -- or do some study -- > about how a (kernel) density estimate works. The points at
2008 Mar 12
3
Types of quadrature
Dear R-users I would like to integrate something like \int_k^\infty (1 - F(x)) dx, where F(.) is a cumulative distribution function. As mentioned in the "integrate" help-page: integrate(dnorm,0,20000) ## fails on many systems. This does not happen for an adaptive Simpson or Lobatto quadrature (cf. Matlab). Even though I am hardly familiar with numerical integration the implementation
2009 Nov 20
6
How to add a top level title to multiple plots
How can I add an overall plot title to these four plots? I would like to have something that says, "Distribution Comparisons": par(mfrow = c(2, 2)) # Plot 1 plot(rnorm(10),type="l",col="red") title(main = list(paste("Normal"), ????????????????????????? col="black", cex = 1.0)) # Plot 2 plot(rpois(10,
2010 Mar 24
0
R-help ordinal regression
...<r-help at r-project.org> > Subject: [R] Plot ``freezes''. > Message-ID: <F9A7477C-12CE-4505-B9A9-DB0B75FF9504 at auckland.ac.nz> > Content-Type: text/plain; charset="us-ascii" > > > In an elderly version of ``plotSymbols'' (now in the > cwhmisc package) that > I had lying around, there was the example > > plot(1:10,xlab="\374") > > which the comments said would give a u-umlaut as the x-axis > label. > > When I execute this plot > > ??? (a) I get no x-axis label at all, and > > ??? (b) the...