Displaying 20 results from an estimated 3000 matches similar to: "status of boolean package"
2011 Apr 04
0
[R-sig-ME] Documentation for the glm module in jags/rjags?
It turns out that when I use GUI (file-change dir) to set the working
directory, R will crash.
If I use setwd() instead, the example runs well.
Regards,
On 4 April 2011 00:17, Wincent <ronggui.huang@gmail.com> wrote:
> OK, I dig into the problem and found that Chinese character in the path
> should be blamed.
> Once the path rename to English only, it works.
>
> Regards,
2011 Apr 26
1
rJava Help
I believe this posting is placed, and I take the liberty to re-direct
to the r-help mailing list.
Regards,
Ronggui
On 26 April 2011 12:33, <gopala at mail.gvsu.edu> wrote:
> ?I am trying to create a web user interface using RApache. I need to install rJava packge but I am getting the following error message
>
> RApache Warning/Error!!!
>
> Error : .onLoad failed in
2011 Jan 12
1
how to change strip text of effect plot
Dear r heper,
How can I change the strip text, for example (16,23] in the following
example, to other more informative text such as "high level" on the
fly?
library(effects)
Cowles$ex2 <- cut(Cowles$extraversion,3)
mod.cowles <- glm(volunteer ~ sex+neuroticism*ex2,data=Cowles, family=binomial)
eff.cowles <- allEffects(mod.cowles)
plot(eff.cowles,
2009 May 23
1
Draw a rectangle on top of an image using RGtk2?
Dear all,
I use gtkImageFromFile to display an image. Then I want to do some
gsignal to handle mouse event. I click the mouse and move a another
position and release. I can get the position of the firs click and the
release position, then I would to draw a rectangle to display the
region I have selected. I need some hints on what functions should I
look for. I tried to google but don't know
2009 Oct 20
1
RGtk2:::gdkColorToString throws an error
Dear all,
I try to use RGtk2:::gdkColorToString, but it throws an error:
Error in .RGtkCall("S_gdk_color_to_string", object, PACKAGE = "RGtk2") :
gdk_color_to_string exists only in Gdk >= 2.12.0
I know what it means, but don't know to solve this problem because I
don't know where I can download the referred gdk library. Any
information? Thank you.
--
HUANG
2009 May 29
1
GTK Tooltips under Linux
Dear all,
I want to set tool-tips for a gtkButton. I use the following code
which works under Windows. However, it doesn't work under Linux. Any
hints? Thanks.
library(RGtk2)
b<-gtkButtonNewWithLabel("OK")
gtkTooltips()$setTip(b,"Memo for a Button.")
gw <- gtkWindow(show=F)
gw$Add(b)
gw$Show()
> sessionInfo()
R version 2.8.0 Patched (2008-12-10 r47137)
2009 Jun 02
1
The default position of plot title
Dear R-developers,
It seems to me that the position of title is usually at the bottom of
a plot in sociological and political science books and articles. I
wonder if the same convention applies in other disciplines. If yes, is
it reasonable to change the default position of main title of plot
function?
--
HUANG Ronggui, Wincent
PhD Candidate
Dept of Public and Social Administration
City
2010 Nov 02
2
can not built a package
Dear all, I tried to build a package from source, and ran into a problem.
>R CMD build RQDA
* checking for file 'RQDA/DESCRIPTION' ... OK
* preparing 'RQDA':
* checking DESCRIPTION meta-information ... OK
ERROR
copying to build directory failed
I searched and found this
http://r.789695.n4.nabble.com/tar-problem-when-using-R-CMD-build-on-Windows-td2734636.html
> SET
2009 Jun 14
0
How to capture output from a subprocess?
## open a pipe
a <- pipe("mplayer -slave -quiet /media/wind/Music/a.mp3","w")
write("get_file_name",a) ## send get_file_name command to player.
## ANS_FILENAME='a.mp3'
write("quit",a) ## exit mplayer
Can I capture the output from mplayer into a R object? In this case,
it is "ANS_FILENAME='a.mp3'". I try sink(), but it
2010 Mar 01
0
RQDA 0.1-9 is on CRAN now
Dear all,
RQDA is a R package for computer-aided qualitative data analysis
(CAQDA). It is an easy-to-use tool to assist in the analysis of
textual data.
RQDA 0.1-9 is a major upgrade with the following changes:
* widgets are enabled only if they are usable.
* Better code categories management system and various improvements of GUI.
* Click-handler for second half of code-mark.
* Better default
2010 Mar 01
0
RQDA 0.1-9 is on CRAN now
Dear all,
RQDA is a R package for computer-aided qualitative data analysis
(CAQDA). It is an easy-to-use tool to assist in the analysis of
textual data.
RQDA 0.1-9 is a major upgrade with the following changes:
* widgets are enabled only if they are usable.
* Better code categories management system and various improvements of GUI.
* Click-handler for second half of code-mark.
* Better default
2009 Oct 06
2
Help file doesn't display correctly
Dear R Developer,
It seems to be a problem with help file. Not sure if it is related to
the new format of Rd parser. Multiple lines are joined together
without proper line break.
> ?mean
There were 14 warnings (use warnings() to see them)
## All lines are joined together and not easy to read.
> warnings()
Warning messages:
1: In grepl("^[[:blank:]]*$", buffer[length(buffer)]) :
2012 Mar 09
0
Rv: Re: Buscando la solución más eficiente para generar resultados a partir de un list
Hola, qué tal?
Reenvío mi pregunta, por si no llegó... Gracias.
Un saludo.
--- El jue, 8/3/12, Ana Pérez V. <anapv78@yahoo.es> escribió:
De: Ana Pérez V. <anapv78@yahoo.es>
Asunto: Re: [R-es] Buscando la solución más eficiente para generar resultados a partir de un list
Para: "Carlos J. Gil Bellosta" <cgb@datanalytics.com>
CC: "r-help-es@r-project.org"
2012 May 09
2
file path
Dear all, is there any function to assert whether a file path is
legitimate, and to convert any potential file path to a legitimate
file path?
I automate a batch of files and write them to plain text files with
cat(). The file argument of cat() is generated automatically which may
contain characters such as ? < >, unacceptable in Windows OS. What I
do at this moment is to strip such
2008 Jun 07
1
Problem of installing Matrix
[wincent at PC-BSD]export MAKE=gmake
[wincent at PC-BSD]sudo R
.....
> install.packages("Matrix")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://bibs.snu.ac.kr/R/src/contrib/Matrix_0.999375-9.tar.gz'
Content type 'application/x-gzip' length 1483674 bytes (1.4 Mb)
opened URL
2012 Apr 24
1
nobs.glm
Hi all,
The nobs method of (MASS:::polr class) takes into account of weight,
but nobs method of glm does not. I wonder what is the rationale of
such design behind nobs.glm. Thanks in advance. Best Regards.
> library(MASS)
> house.plr <- polr(Sat ~ Infl + Type + Cont, weights = Freq, data = housing)
> house.logit <- glm(I(Sat=='High') ~ Infl + Type + Cont, binomial,weights
2012 May 31
1
possible bug in "R Editor"
Dear all,
I clicked "File-New Script" to open a R Editor, typed some commands in
it and then saved it to a file. If the location where I tried to save
the script contained Chinese Character, R Editor complained,
Error: invalid input 'E:\Some.Chinese.Characters\new_file.R' in 'utf8towcs'
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: i386-pc-mingw32/i386
2011 Dec 27
0
RQDA 0.2-2 has been released
Dear all,
RQDA is a package for computer-aided qualitative data analysis, currently
supporting plain text as qualitative data.
It supports various operations in the grounded theory tradition such as
coding, retrieval of codings, categorisation, attributes etc. It can also
be used for content analysis and similar analysis, the result of which can
be exported to be analysed in quantitative or
2011 Dec 27
0
RQDA 0.2-2 has been released
Dear all,
RQDA is a package for computer-aided qualitative data analysis, currently
supporting plain text as qualitative data.
It supports various operations in the grounded theory tradition such as
coding, retrieval of codings, categorisation, attributes etc. It can also
be used for content analysis and similar analysis, the result of which can
be exported to be analysed in quantitative or
2010 Apr 27
1
suggestion on method dispatch
Dear all, I have define a function and its methods as follows:
######## beginning of code
fn <- function(x,...){
UseMethod("fn")
}
fn.foo1 <- function(x, commonA=1, ...){
print("fn.foo1 is called.")
}
fn.foo2 <- function(x, uniqueFoo2, common=1, ...){
## uniqueFoo2 is a unique argument in fn.foo2
x <- uniqueFoo2; class(x) <- "foo1"
## use uniqueFoo2