search for: jnikelski

Displaying 3 results from an estimated 3 matches for "jnikelski".

Did you mean: nikelski
2009 Aug 13
1
segfault when unloading a shared library
...(I don't seem to get a core dump). Please let me know if any other information might be helpful, and what I might try next. Thanks, -Jim --------------------------------------------------- > > detach(package:mniMincIO) Unloading shared library: mniMincIO. Library unload path is /Users/jnikelski/R_libs/2.9/mniMincIO now dyn.unload("/Users/jnikelski/R_libs/2.9/mniMincIO/libs/i386/mniMincIO.so") ... Unloading shared library mniMincIO in R_unload_mniMincIO *** caught segfault *** address 0xcfa5e0, cause 'memory not mapped' Traceback: 1: dyn.unload(file) 2: library.dynam...
2007 Oct 14
1
ggplot2 geom_hline error
Hello R-List I've run into a minor problem with ggplot2. In particular, I get an error message when trying to plot a horizonal line through zero. Here is what I do: plt.df <- subset(xfm.df, select=c(stage, subj, tX)) plt <- ggplot(pp.df, aes(x=stage, y=tX, group=subj)) + geom_line() plt plt <- plt + geom_hline(intercept=0) plt The first plot yields a most lovely graph.
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all, I have jut installed the foreign package (v 0.8-8) on my OS X machine, and have a bit of a problem writing out a data frame in SPSS format. Specifically, the code file (the .sps format file) seems to write 3 unprintable hex values instead of double quotes. For example, in the following output ... VALUE LABELS / immDel 1 ###1### 2 ###2### 3 ###3### ... emacs tells me that