search for: yuliya

Displaying 8 results from an estimated 8 matches for "yuliya".

Did you mean: yulia
2010 Nov 09
1
library(kernlab) --- unable to load shared library
...d if the package is in the directory /usr/local/sage/local/lib/R//library => it is there... (at least there is a folder with the name `kernlab`) Could you please make any suggestions concerning the causes and/or solution of this problem ? Any help would be greatly appreciated. Sincerely yours, Yuliya Matveyeva. [[alternative HTML version deleted]]
2010 Nov 22
2
how to loop through variables in R?
After importing a table with "M" variables and "N" records, I'd like to calculate chi-square statistics, say, between N1, N2; N1, N3, ..., N1, Ni, and then N2, N3, ... N2, Ni, ..., Ni-1, Ni. Two loops should be ok but the manual & online help don't show a systematic way to do so but instead show hard-code examples so users have to type in the names themselves one
2010 Oct 10
1
segfault caused by `icfit` in `interval` package
...in = Lin, Rin = Rin, A = A))) 10: icfit.default(L = left, R = right) 11: icfit(L = left, R = right) Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace I would greatly appreciate any help provided. Sincerely yours, Yuliya Matveyeva.
2013 Jun 26
3
match rows of R
Hi all, What would be an efficient way to match rows of a matrix to a vector? ex: m<-matrix(1:9, nrow=3) m [,1] [,2] [,3] [1,] 1 4 7 [2,] 2 5 8 [3,] 3 6 9 ################################# which(m==c(2,5,8)) # I want this to return 2 ###################### Thanks, Sachin [[alternative HTML version deleted]]
2010 Nov 23
1
Barplot and plot means with confidence intervals in the same plot
I want to obtain a barplot with error bars and a mean plot with error bars with other scale on the left in the same plot. I need help to get the same x axis (centered) when overlay two plots (barplot2 and plotCI (or lineplot.CI) with errorbars), with diferent y axis. I use par (new=T) but the X axis names are not centered with the figures. An example of my data:
2011 May 11
1
Recompile a package
Hello, dear R community. The thing is that I am not in the least a developer, neither do I want to create a package of my own. But recently I have found a package LogicForest, which is in the base written in Fortran I think. And well, in its manual it is written that there are several parameters there that had had to be "hard coded", but which in essence actually have no restrictions.
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...double check. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com ------------------------------ Message: 118 Date: Mon, 22 Nov 2010 20:07:08 -0500 From: watashi at post.com To: yuliya.rmail at gmail.com, r-help at r-project.org Subject: Re: [R] how to loop through variables in R? Message-ID: <8CD58C1E2D65661-1718-A0F at web-mmc-m05.sysops.aol.com> Content-Type: text/plain -----Original Message----- From: Yuliya Matveyeva <yuliya.rmail at gmail.com> To: watashi at p...
2012 Nov 01
0
oblique.tree : the predict function asserts the dependent variable to be included in "newdata"
Dear R community, I have recently discovered the package oblique.tree and I must admit that it was a nice surprise for me, since I have actually made my own version of a kind of a classifier which uses the idea of oblique splits (splits by means of hyperplanes). So I am now interested in comparing these two classifiers. But what I do not seem to understand is why the function