search for: shige

Displaying 20 results from an estimated 54 matches for "shige".

2010 Nov 02
5
Question about ggplot2
...ge between 0 and 1 but between 0 and 0.1? Many thanks. By the way, I am using ggplot2, and here is my code: ------------------------------- year.plot <- ggplot(d, aes(year, rate)) year.plot + stat_summary(fun.y = "mean", geom = "line") ------------------------------- Best, Shige
2011 Dec 13
2
Plotting a date variable after GAM
..."1" represents February 1960, etc. Now when I try to plot the results, my x-axis ranges from "-200" to "200", what I want is to convert these number into something like "1950-01" or "Jan. 1950". What is the best way to do this? Many thanks. Best, Shige
2005 Aug 17
4
How to assess significance of random effect in lme4
...ard error! Is there a hidden option that tells lmer to report standard error of random effects, like most other multilevel or mixed modeling software, so that we can say something like "randome effect for xxx is significant, while randome effect for xxx is not significant"? Thanks! Best, Shige
2009 Jul 26
3
Sweave, cacheSweave, and data frame
...refix, : arguments imply differing number of rows: 0, 1" I thought it might be an imcompatibiltiy problem between the cacheSweave and the foreign packages, but the problem was still there when I tried to read the data in using "read.table" function. Any ideas? Many thanks. Best, Shige [[alternative HTML version deleted]]
2005 Aug 18
0
[SPAM] - Re: How to assess significance of random effect in lme4 - Bayesian Filter detected spam
...e variance. lmer() does not report this test statistic. Now, if the question is something like "I want to know if a specific realization of the random variable (i.e., a specific empirical Bayes estimate) is different from a population value?" then one would need the posterior means. So, Shige, I hope this hasn't been confusing, but there are many things happening in these models and it is easy to get confused. Maybe if you could clarify your question. -----Original Message----- From: Spencer Graves [mailto:spencer.graves at pdf.com] Sent: Thursday, August 18, 2005 8:26 AM To: Dor...
2000 Sep 18
2
how to install packages
...details can be obtained by typing "help(install.packages)", but my R system gives me an error message when I did that. I also tried "help(PACKAGES)", "help(install.packages())", but none worked. Anybody can help? I am running R 1.1.1 on WinNT 4. Thanks a lot. Best, Shige Song Department of Sociology, UCLA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subj...
2005 Feb 28
1
Using mutiply imputed data in NLME
...odel separately on each model using LME function, and merge the results. My question is: given the multiply imputed data sets have already been generated, is there a simple way to automate the process of estimating the mixed model and merging the results? HLM has similar features... Thanks! Best, Shige
2011 Feb 13
2
Recoding using the memisc package
...gt; 3.2, 25 -> 3.3, 26 -> 3.4) }) -------------------------------------------------------------------------- I keep get error message saying "Error in 0.9 <- 1 : invalid (do_set) left-hand side to assignment." Any idea what is going on? Thanks. Best, Shige
2005 Jun 23
1
How to save changed options in Rcmdr
...ar All, I want to change the default options of Rcmdr; it seemed to work when I made changes and click the "Exit and Restart R Commander". However, next time I open Rcmdr, it automatically restored to the default options. Is there a way to change Rcmdr's options permanently? Thanks! Shige
2005 Jun 23
1
Another question about Rcmdr
...new R 2.1.1 source, compiled and installed on my suse 9.3 box. Then I installed the package Rcmdr. Surprisingly, I cannot type anything onto the script window. I uninstalled R and grabbed an rpm version from CRAN, installed it, and installed Rcmdr, same problem! Has anyone else had this problem? Shige
2000 Sep 04
2
how to compile R source code under Win NT?
Dear All, This is an absolutely beginner's question: which compiler should I use to compile R source code under Win NT platform? Thanks a lot. Shige Song Department of Sociology, UCLA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subj...
2001 Apr 11
3
anybody using R with TextPad?
...macro that work with R the same way as WinEdt does. I use Textpad for almost everything (programming, creating LaTex docs, etc.), it will be nice if I can use it as my R program editor. Or maybe someone can tell me how that kind of macro works so that I can develop my own macros. Thank you! Best, Shige Song Department of Sociology, UCLA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subj...
2017 Jun 07
1
Errors running spdplyr example
...ot TRUE", "assignment of an object of class ?data.frame? is not valid for @?data? in an object of class ?SpatialPolygonsDataFrame?; is(value, \"data.frame\") is not TRUE") I am running R 3.3.3 with the latest CRAN version of *spdplyr* (0.1.3) on Windows 10. Thanks. Best, Shige [[alternative HTML version deleted]]
2001 Apr 13
3
batch mode?
...pe "rcmd BATCH aaa.r" I got message of "The name specified is not recognized as an internal or external command, operable program or batch file." What is wrong? I know this is a quite elementary question, but I really can not find the answer from the docs. Thank you very much! Shige Song Department of Sociology, UCLA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the sub...
2005 Aug 30
1
How to set starting values for lmer?
Dear All, Can anyone give me some hints about how to set starting values for a lmer model? For complicated models like this, good starting values can help the numerical computation and make the model converge faster. Thanks! Shige [[alternative HTML version deleted]]
2010 Nov 13
1
How to turn the colour off for lattice graph?
...=FALSE)", but when I do: trellis.device(color=FALSE) tikz("~/project/figure.tex") plot(...) dev.off() The resulted graph has black and white dots and lines but still has the default colour in the window frame. Any ideas about how to get rid that colour as well? Many thanks. Best, Shige
2011 Feb 13
1
Changes titles in ggplot2 plot
...acet_wrap(~ Cohort, nrow=1) + coord_cartesian(ylim = c(0, .03)) -------------------------------- Is there a way to replace the y-axis label from "prob" to "Predicted Probability" and replace the x-axis label from "time" to "Time Elapsed"? Many thanks. Best, Shige
2012 Dec 02
1
Problem with figures
...ommands provided by a package and the tikzDevice was not told to load the package. The contents of the LaTeX log of the aborted run have been printed above, it may contain additional details as to why the metric calculation failed. Calls: knit -> process_file Execution halted" Best, Shige [[alternative HTML version deleted]]
2005 Aug 17
1
two-level poisson, again
...--------- alpha | .0068536 .0007926 .0054636 .0085973 ------------------------------------------------------------------------------ As you can see, the discrepency is significant! And results using MLwiN agree with Stata. Any help will be greately appreciated! Shige
2010 Dec 29
2
RGtk2 compilation problem
...--------------------------------------------------------------------------------- I noticed the requirement for the package (http://cran.r-project.org/web/packages/RGtk2/index.html) saying "...GTK+ (>= 2.8.0)..." The latest GTK+ is 2.20, could this be the problem? Many thanks. Best, Shige