search for: palliat

Displaying 9 results from an estimated 9 matches for "palliat".

Did you mean: palliate
2012 Dec 20
3
Optmatch Package Question
...anyone know if pscore.dist is part of the optmatch package, or is it contained in another package that I need to load? I searched the help files, other online sources, could find no answer for this. Any advice would be greatly appreciated! Thank you , Michael Adolph MD MPH Cancer Pain & Palliative Medicine Service Ohio State University Columbus, Ohio, USA [[alternative HTML version deleted]]
2023 Mar 06
1
Augment base::replace(x, list, value) to allow list= to be a predicate?
..., at least, the most common use case is for list= to be > some simple property of elements of x, e.g., > > x <- c(1,2,NA,3) > replace(x, is.na(x), 0) > > Particularly when using R pipes, which don't allow multiple > substitutions, Right, but anonymous function syntax can palliate to this: x |> (\(x) replace(x, is.na(x), 0))() > it would simplify many of such cases if list= could be a > function that returns an index, e.g., > > replace <- function (x, list, values, ...) { > # Here, list() refers to the argument, not the built-in. > if(is.f...
2000 May 30
1
Samba Children aren't dying, fighting instead
Hello All, First I would like to thank you all for for providing such a wonderful forum for Samba discussion. I have learned *vast* amounts perusing this list. I also would like to thank people for their replies to my previous question (Re: lock files on write protected shares). That all works great now! My most irritating problem recently has become worse as more people are using the
2012 Mar 02
3
Memory issue. XXXX
Hi everyone, Any ideas on troubleshooting this memory issue: > d1<-read.csv("arrears.csv") Error: cannot allocate vector of size 77.3 Mb In addition: Warning messages: 1: In class(data) <- "data.frame" : Reached total allocation of 1535Mb: see help(memory.size) 2: In class(data) <- "data.frame" : Reached total allocation of 1535Mb: see
2011 Aug 17
2
Metadata syntax (was Universal syntax for Markdown)
...> Writing a parser that would correctly catch all of these dates in any language would be quite difficult, and prone to error. > > You mention tags as being easily recognized, but that this is not always true: > > A sample document > > by John Smith, MD > Director of Palliative Care, Division of General Medicine, Medical University of Somewhere > > While perhaps not the best example of potential problems, this would be incorrectly interpreted as tags, when the author probably implies that this represents his academic affiliation and would like it to be properly...
2023 Mar 04
3
Augment base::replace(x, list, value) to allow list= to be a predicate?
Dear All, Currently, list= in base::replace(x, list, value) has to be an index vector. For me, at least, the most common use case is for list= to be some simple property of elements of x, e.g., x <- c(1,2,NA,3) replace(x, is.na(x), 0) Particularly when using R pipes, which don't allow multiple substitutions, it would simplify many of such cases if list= could be a function that returns
2002 Aug 14
1
FW: R CMD check: Too long [R] code line generated (PR#1900)
...; > Package survival has 92 files with file names at least as long as yours, > > and that works perfectly happily on Windows XP. > > > > Can you make available a sample package which exhibits the problem? > > > > Nevertheless, joining with "\n" should be a palliative measure. > > > > -- > > Brian D. Ripley, ripley@stats.ox.ac.uk > > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > > University of Oxford, Tel: +44 1865 272861 (self) > > 1 South Parks Road,...
2002 Aug 13
1
R CMD check: Too long [R] code line generated (PR#1900)
Full_Name: Henrik Bengtsson Version: 1.5.1 OS: WinMe Submission from: (NULL) (217.210.0.243) In the Perl script $R_HOME/bin/check there is a bug under the section "Check R code for syntax errors" where the 'Rfiles <- c(...)' is build up. If there are too many files in @Rfiles the source code line generated will be too long and weird things will happen, e.g. strange
2002 Aug 14
0
source() crashes on long lines (PR#1900)
...e it is hard to tell. > > Package survival has 92 files with file names at least as long as yours, > and that works perfectly happily on Windows XP. > > Can you make available a sample package which exhibits the problem? > > Nevertheless, joining with "\n" should be a palliative measure. > > -- > Brian D. Ripley, ripley@stats.ox.ac.uk > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > University of Oxford, Tel: +44 1865 272861 (self) > 1 South Parks Road, +44 1865 272860 (secr) &gt...