Re: [R] About uniroot error

2018-09-25 Thread Tania Morgado Garcia
hanks again El mar., 25 sept. 2018 a las 10:29, Michael Dewey () escribió: > Dear Tania > > Without your dataset I am not sure but a comment below to suggest where > to look next. > > On 24/09/2018 18:37, Tania Morgado Garcia wrote: > > Thanks for your answers. I con

[R] About uniroot error

2018-09-24 Thread Tania Morgado Garcia
Thanks for your answers. I continue to learn R and now I am detained in an error with uniroot that I see happens to others but I can not find the solution. Next the code x1 <- BAaxOrd$V1 y1 <- BAaxOrd$V2 x1R <- BAaxOrdRCOS$V1 y1R <- BAaxOrdRCOS$V2 FCOS1 <- splinefun(smooth.spline(x1,y1)) FRCOS1 <-

[R] Spline function

2018-08-14 Thread Tania Morgado Garcia
Hello everyone. I'm new to R and I'm using spline functions. With the command splinefun (x, y) I get the function of interpolating the values x and y. Later, I can evaluate that function for values of x by obtaining the respective values of y. The point is that I need the inverse operation, with t

[R] Error in mkRespMod(fr, family = family) : response must be numeric

2015-11-16 Thread Tania Pollak
d searching online for some guidance, but came up empty. Thank you -- Tania [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

[R] account

2014-05-16 Thread Tania Patiño
R-help could you please stop to send me messages thank you! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-

[R] (no subject)

2014-01-03 Thread tania dehesh
Hi I have a factor in two level and a continues variable nested in one of the factor A levels. Does it nested ancova model? Please guide me Regards, [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/ma

[R] Multi-state model: msprep Error during data preparation

2013-05-22 Thread Tania vanessa Yordan cardenas
Hello all, Running the "msprep" function of the "mstate " package R showsmethe following error: Error in hlpsrt[, 1] - hlpsrt[, 2] : non-numeric argument to binary operator what "hlpsrt" is? [[alternative HTML version deleted]] __ R-help@r-pr

[R] question about message

2013-04-04 Thread Tania Patiño
7; Error en rle(filenames) : 'x' must be an atomic vector Calls: -> -> RweaveTryStop Ejecuci�n interrumpida Thank you! Tania : ) [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz

[R] questions hash functions

2013-02-17 Thread Tania Patiño
columns to the true Jaccard similarities? Thank you! Tania __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self

[R] funcion ff

2013-02-05 Thread Tania Patiño
`)? Intenta primero con un subconjunto (dentro de ff) para ver si funciona. Saludos, Tania [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] How to make a prior graph

2012-12-15 Thread Tania
Hello, could you tell me which is the command for create graphics of this prior distributions: Uniform (flat prior) Jeffrey's Thanks, Tania Sent from my iPod __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help P

[R] how to run MCMC with binomial distribution

2012-12-15 Thread Tania Patiño
Hello, could you tell me how to run a MCMC with binomial distribution? If there is an example will be nice to know about it. Thanks, Tania [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

[R] gamcheck doubts

2012-12-05 Thread Tania Mendo Aguilar
negative residual values than positive. Is that telling me that the fit is underestimating the response? Can I accept this model? Tania Mendo PhD Candidate | Institute for Marine and Antarctic Studies (IMAS) University of Tasmania __ R-help@r-project.org

[R] How to mix three different classification techniques

2012-12-02 Thread Tania
Hello all, do you know how to mix three different classification techniques using R. For example if I have lm regression, svm and neural nets how can I mix them to have something like ensemble learning? Thank you, Tania Sent from my iPod __ R-help@r

[R] Example metropolis hasting

2012-11-29 Thread Tania
Hello all, could you tell where is an example of metropolis hasting? Thank you! Tania Sent from my iPod __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

[R] about MCMC

2012-11-20 Thread Tania Patiño
Hello all, could you tell wehere I can find information related to MCMC (Monte Carlo). And some examples about this topic. Thanks, Tania [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

[R] how to get bootstrap estimates

2012-11-19 Thread Tania Patiño
21 87 5 26 15 20 20 88 0 40 21 9 14 and I have the next errors: ro 12 = ro (mec,vec) ro 34 = ro (alg,ana) ro 35 = ro (alg,sta) ro 45 = ro (ana,sta) ro 14 = ro (mec,ana) Thank you, Tania [[alternative HTML version deleted]] __ R-hel

[R] about scor {bootstrap} R version 2.15.2

2012-11-17 Thread Tania Patiño
2.15.2 and there is not. Thanks, Tania ; ) [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

[R] how to create dispersion graphic

2012-11-16 Thread Tania Patiño
scor(bootstrap) And how can be used for create a matrix of graphics? Thanks, Tania [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] how to create a tree in R

2012-11-16 Thread Tania Patiño
Hello all, could you explain to me how to create a tree in R, and if you can explain every line of code that will be great. Which are the libraries that are needed and where I can find more examples. Thank you! Tania [[alternative HTML version deleted

[R] how to create a 95 percent confidence interval using the diference of the mean using Bootstrap

2012-11-15 Thread Tania Patiño
Hello all, could you please tell me how to create a 95 percent confidence interval using R, if I have the next data: > blue [1] 4 69 87 35 39 79 31 79 65 95 68 62 70 80 84 79 66 75 59 77 36 86 39 85 74 [26] 72 69 85 85 72 > red [1] 62 80 82 83 0 81 28 69 48 90 63 77 0 55 83 85 54 72 58 68 88

[R] using Tps function

2011-06-04 Thread Tania S Pena-Baca
d from the part of the array where there are values greater than zero. How can't I get rid of them (besides using Illustrator or photoshop)? I have tried changing the lambda, but it doesn't help. Is there any other function that would work better to smooth data? thank y

[R] Initialize varFunc in R

2009-02-24 Thread Tania BrenesArguedas
low the book I would get an error message: " c("\"varIdent\" is not a defined class", "\"varFunc\" is not a defined class")" When I figured out that in R I had to use "Initialize" with uppercase, I was able to make the above work. Is this

[R] Help on performing multiple chi-square tests

2008-11-09 Thread QUESADA,TANIA
for each marker types and give me an output table with the p-values for each markers. I would appreciate any suggestions you may have. Thanks! Tania Quesada -- QUESADA,TANIA __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo

Re: [R] suggestions for plotting 5000 data points

2008-10-03 Thread Tania Oh
t;model3") ## code I used for parallel require(lattice) parallel( ~ mat3[1:3]|model , mat3,varnames = c("human\ndnds", "mouse \ndnds", "chicken\ndnds") ) so very sorry to clog up your inboxes, tania On 3 Oct 2008, at 15:17, Tania Oh wrote: Dear all, I

[R] suggestions for plotting 5000 data points

2008-10-03 Thread Tania Oh
names = c("human\ndnds", "mouse \ndnds", "chicken\ndnds") ) any suggestions or pointers would be greatly appreciated. many thanks tania D.phil student Department of Physiology, Anatomy and Genetics __ R-help@r-project.or

[R] error message from Tps function

2008-06-05 Thread Tania Pena
addition: Warning message: no non-missing arguments to min; returning Inf nodes.catch is a 1600x2 matrix and res2 is a 1600 long vector. They both contain zeros but no missing values or NA. I really appreciate your help. Thanks, Tania [[alternative HTML version deleted]] __

Re: [R] how to read in multiple files with unequal number of columns

2008-04-23 Thread Tania Oh
wishes, tania On 22 Apr 2008, at 19:29, John Kane wrote: > You might want to have a look at the merge_all > function in the reshape package. > --- Tania Oh <[EMAIL PROTECTED]> wrote: > >> Dear all, >> >> I want to read in 1000 files which contain varying

Re: [R] how to read in multiple files with unequal number of columns

2008-04-22 Thread Tania Oh
e in this case? thanks tania On 22 Apr 2008, at 14:12, Ingmar Visser wrote: > you may be looking for ?merge > hth, Ingmar > > On 22 Apr 2008, at 15:05, Tania Oh wrote: > >> Dear all, >> >> I want to read in 1000 files which contain varying number of columns. >

[R] how to read in multiple files with unequal number of columns

2008-04-22 Thread Tania Oh
s do not match I've searched the R-site but couldn't find any relevant solution.I might have used the wrong keywords to search, so if this question has been answered already, I'd be very grateful if someone could point me to the post. Else any help/suggestions would be

Re: [R] Is this an artifact of using "which"?

2008-04-14 Thread Tania Oh
page you were alluding to? Sorry if I've missed something. thanks so much in advance again. tania On 14 Apr 2008, at 12:39, Uwe Ligges wrote: > > > Tania Oh wrote: >> Dear all, >> I used "which" to obtain a subset of values from my data.frame. >> however

[R] Is this an artifact of using "which"?

2008-04-14 Thread Tania Oh
val group 1 1 B 2 2 E 3 3 B 4 4 C 6 6 B 8 8 E 9 9 E > levels(d$group) [1] "A" "B" "C" "E" ## why is group A still reflected here? Many thanks in advance, tania D.phil student Department of Physiology,

[R] how to check if a variable is preferentially present in a sample

2008-04-08 Thread Tania Oh
d(val= rnorm(1:10)^2, group=sample(L5,100, repl=TRUE))) str(d) ##'data.frame': 100 obs. of 2 variables: ##$ val : Factor w/ 10 levels "0.000169268449333046",..: 10 3 5 6 1 2 7 8 4 9 ... ##$ group: Factor w/ 5 levels "A","B","C","D",..: