Displaying 4 results from an estimated 4 matches for "findinter".
Did you mean:
findiner
2012 Jan 21
2
Función para encontar intervalo
...unciona bien, pero la forma del algoritmo la hace lenta y no he podido encontrar una funcion propia de R que lo haga mas rapidoc(ya probe cut y equal.count); agradezco la ayuda que me puedan dar para hacer esta funcion mas efeciente o conozcan una funcion que lo haga sin necesidad de programarla.
FindInter<-function()
{
est=numeric()
ic<- c(21.0,44.4,67.8,91.2,114.6,138.0,161.4,184.8,208.2,231.6,255.0)
Vec<-rnorm(1000)*50
aux=1;k=2;i=1
while(aux<=NROW(Vec))
{
if(Vec[i]<=ic[k])#Busco en cual intervalo se encuetra cada ent...
2011 Jul 06
3
finding the intersection of two vectors
Hi,
Suppose I have two vectors, not necessarily the same length (in fact,
they usually are different lengths): y.1 that has increasing values
between 0 and 1; y.2 that has decreasing values between 1.0 and 0. You
can picture these as being supply (= y.1) and demand (= y.2) curves from
economics. I typically plot these vectors on the same graph against a
common x variable, which happens to
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
<<insert bug report here>>
------------------------------------------------------
Error:
R : Copyright 2002, The R Development Core Team
Version 1.5.1 (2002-06-17)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license()' or `licence()' for distribution details.
R is a collaborative project with