Displaying 20 results from an estimated 59 matches for "continuos".
Did you mean:
continues
2008 Jun 26
1
lmer model with continuos non normal response variable, transformation needed?
...nce it is no longer a proportion I can't use a binomial distribution nor a
normal distribution. I'm guessing I have to transform it, but this is a
variable
that has already been standarized. Anny suggestions?
Thank you.
--
View this message in context: http://www.nabble.com/lmer-model-with-continuos-non-normal-response-variable%2C-transformation-needed--tp18138263p18138263.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jun 01
3
Identifying sequences
Hallo Everybody
Consider the following vector
a=1:10
b=20:30
c=40:50
x=c(a,b,c)
I need a function that can tell me that there are three set of continuos
sequences and that the first is from 1:10, the second from 20:30 and the
third from 40:50. In other words: a,b, and c.
regards
Christiaan
[[alternative HTML version deleted]]
2013 Nov 12
1
Getting residual term out of lmer summary table
...d use it for further calculations, but not the variance component of the residual term. Could somebody help me with that problem? Thanks a lot! Below an example.
Aline
## EXAMPLE
#----------
require(lme4)
## Simulate data for the example
set.seed(6)
x1 <- runif(n=100, min=10, max=100) ## a continuos variable
x2 <- runif(n=100, min=10, max=100) ## a continuos variable
treat <- rep(letters[1:4], times=25) ## a fixed factor with 4 levels
treat.effect <- 20*rep(1:4, times=25)
group.label <- rep(LETTERS[1:5], each=20) ## the random effect
group.effect <- 10*rep(1:5, each=20)...
2008 Aug 01
1
importing explicitly declared missing values in read.spss (foreign)
There is a problem when importing an spss-file containing explicitly declared
missing values in R using the read.spss function from the foreign package.
I'm not sure these problems are the same in every version of spss, I am
using the latest version 16.0.2.
I included http://www.nabble.com/file/p18776776/missingdata.sav
missingdata.sav and
2019 Dec 12
2
Samba Persistent Handles
Yes, I saw that they are different I was just willing to test something
similar.
Actually, I'm searching for a Samba feature that allow transparent
failover, or continuos availablity in a cluster setup (Samba + ctbd +
gluster)
Based on the following link my understanding is that such feature is not
currently available in Samba:
https://wiki.samba.org/index.php/SMB3_kernel_status#Durable_handle_cross-node
Is my understanding correct?
Regards
Andrea Cucciarre...
2012 Jun 05
4
[Fwd: Re: Error]
Hello list, Iam root, and remove the bin folder in my samba master, this
folder is in /media/samba-master/bin, when I remove this folder I run git
pull again and the same problem
The general step that I follow are
1- rm -r /media/samba-master/bin
2- I run make distclean, and
WAF_MAKE=1 ./buildtools/bin/waf distclean
'distclean' finished successfully (0.000s)
3- I run git pull
error:
2012 Sep 19
2
ggplot formato dígitos en ggplot2
Hola de nuevo.
Resulta que al actualizar a la versión 0.9.2 de ggplot2 , ahora en mi
eje continuo y , los valores se etiquetan en formato científico , cuando
antes era normal. Es decir, mis valores máximos están sobre 300000, pero
en el eje ahora pone 3e+05 y no he encontrado como cambiarlo.
He visto que se puede cambiar utilizando el paquete scales y utilizando
por ejemplo , siendo p un
2006 May 25
2
peth0 transmit timed out, @cea56200 length 80000042 status 00000042, help please?
Hello list,
I have network problems on dom0
I discovered this trying to copy user''s homes from another box onto dom0.
I have tried this via mouting tcp nfs and also via ftp. Both methods
give me the same problem.
When I try to send lots of continuos traffic the tcp connection bottoms out.
I get this on dom0
peth0 transmit timed out, tx_status 00 status e000
diagnostic: net 04cc media 8880 dma 000000a0 fifo 0000
Flags; bus-master 1, dirty 194608(0) current 194624(0)
Transmit list 0f83b200 vs. cea56200.
0: @cea56200 length 80000042 status 0000...
2007 Nov 25
1
Problem for creating continous streaming and viwing in a webpage
Hi guys
I'm using Icecast , Ezstream for creating my Webtv for creating a
continuos streaming of some files
In the filename filed of Ezstream xml configuration i put a simple m3u
playlist.
My problems begin when ezstream begin to encode and stream the second file:
If a use a system player , like Vlc or totem , the stream it's continous
, if I use a web player like Cortado...
2008 Nov 11
1
thickness of boxplots
Hi R users:
How can I obtain with bwplot boxplots with bwplot whose box width
will vary acording to other variable.
bwplot(categ1~continuos|categ2,box.ratio=continuos2,data=data.base)
But it doesn't work as I expected.
Thank you for your help.
Kenneth
2010 Jan 06
1
clues package for cluster selection
Y have only continuos quantitative data and when I trie the function I get next message
> res<-clues(C,quiet=TRUE)
Error en ChooseK_sil(y, y2 = y, n0, alpha, eps, itmax, second, K2.vec, :
el objeto (list) no puede ser coercionado a 'double'
Last line would be the object could (list) not be coerced...
2003 Oct 24
1
2 IAX2 calls, bad audio
...The strange thing is that one of my friends tryed calling me with
one grndstream and one XLite and that combination does not seem to
increase latency, but if he calls me with two granstream he has the same
results.
I also try calling 2 different * boxes, and the results are the
same, continuos increasing latency.
Has someone look at similar results ?
Thank's.
2007 Jun 03
1
Loud noise instead of MOH
Hi Everybody,
I'm experiencing this kind of issue.
One ASTERISK 1.2.17 is connected to a Bristuffed HFC single ISDN channel
card. Everything seems to work but sometimes the third party caller when
listening to MOH listens some "SSHHHHH!" instead of MOH, this is not
continuos, MOH plays ok for, say, 20 seconds then the sound and then another
30 seconds of good MOH.
We have some SIP phones for extensions (Grandstream 496 ATA and One
SPX2000).
Sometimes also ATAs hung, not really got ATAs at all.
Does Anybody have some hint?
Ciao a tutti
Mauro
_______________________...
2012 Sep 11
1
help in running r query in pre defined time intervals
Hi Team,
I am not sure how to run some r queries in continuos time interval for say in each 30 minutes.
Will be very grateful if some one can give me some heads up in good direction.
Unfortunately I dont have any query written or data which I can share and I know most of the respected people will not like it but
it's kind of a thought which is perturbing...
2007 Nov 25
1
Problem for creating continous streaming and viwing in a webpage
Hi guys
I'm using Icecast , Ezstream for creating my Webtv for creating a
continuos streaming of some files
In the filename filed of Ezstream xml configuration i put a simple m3u
playlist.
My problems begin when ezstream begin to encode and stream the second file:
If a use a system player , like Vlc or totem , the stream it's continous
, if I use a web player like Cortado...
2010 Nov 11
1
exploratory analysis of large categorical datasets
...5, ncol=5, dimnames = list(c(
"group1", "group2","group3", "group4","group5"), c("V.1", "V.2", "V.3",
"V.4", "V.5")))
Specifically, I am looking to see which pairs of variables are correlated.
For continuos data, I would use cor() and cov() to generate the correlation
matrix and the variance-covariance matrix, which I would then visualize with
symnum() or image(). However, it is not clear to me whether this approach is
suitable for categorical data of this kind.
Since I am new to R, I would greatly...
2009 Oct 19
1
Random Forest - partial dependence plot
Hi everybody,
I used random forest regression to explain the patterns of species
richness and a bunch of climate variables (e.g. Temperature,
precipitation, etc.) All are continuos variables. My results are
really interesting and my model explained 96,7% of the variance.
Now I am trying to take advantage of the importance variable
function and depicts the observed patterns using partial dependence
plots.
However, I found a really strange (at least for me...) behavior: the...
2010 Sep 23
2
Contraste polinomial con dos factores con niveles no equidistantes
...factor A: 0, 0.2, 0.5, 1
niveles del factor B: 0, 0.1, 0.2, 0.5, 1
y mi variable de respuesta es continua, todo dentro del set de datos
llamado "datos".
Mi asesor de tesis me recomienda que en vez de aplicar una anova de
dos factores, que mejor aproveche que los factores A y B son continuos
en vez de categóricos, y que mejor aplique un contraste polinomial para
analizar los datos. Como se habrán dado cuenta, los niveles de los
factores no son equidistantes, condición que según entiendo es necesaria
para poder codificar los mismos con la función "contr.poly".
Invest...
2003 Sep 11
1
Flushing audio
...write_ogg_page(&page);
}
}
}
My problem is that in some cases, i capture some data from the sound card
and i feed it to this function, but vorbis_analysus_blockout doesnt output
any block.
When i encode all the data i capture from the sound card (continuos
audio), it works fine. But if i start detecting levels, and sending to the
encoder only the audio louder that some level, in some cases
vorbis_analysis_blockout returns 0. I guess it's because it doesnt have
enought data to output a regular block.
Any idea how can i make it work ? Or mayb...
2006 Mar 26
1
new to the list - problems with non-solid lines in eps export
...e
expected curves, but bitmaps are often not accepted.
Does anyone have a hint, or does anyone have the same problem? Thank you in
advance for your help!
Gregor
P.S.: The dotted lines are not fuzzy, but "stretched" in the way that the
point are to far away from each other to appear continuos. The same is with
other non-solid lines (dashed etc).
--
Dr. rer. nat. Gregor Volberg <gregor.volberg at psychologie.uni-regensburg.de>
Institute for Experimental Psychology
University of Regensburg
Universit?tsstra?e 31
D-93053 Regensburg
Germany
Tel: +49 941 943 3862
Fax: +49 941 943...