Displaying 20 results from an estimated 100 matches similar to: "Fit elipse to xy scatter"
2012 Mar 19
4
elipse de confianza mod sin intercepto
Buenas tardes
Estoy intentando representar graficamente la elipse de confianza de dos pendiente en un modelo sin intercepto
La formula que introduzo esplot(ellipse(recta,c(1,1)),type="l"), pero elipse me sale una recta
Gracias
[[alternative HTML version deleted]]
2013 Mar 07
3
ggplot2 y elipse.
Buenas tardes,
Estoy intentando mejorar un gráfico que construyo pero de manera "bruta" y
quiere encontrar una manera más eficiente.
El gráfico en cuestión tiene más partes pero para simplificar la parte que
me interesa es esta:
[image: Imágenes integradas 5]
Esto es una elipse de confianza de unos puntos, la elipse la consigo
ayudándome de dataEllipse (paquete car), para llegar a
2007 Oct 16
1
nut 2.2.0 doesn't see MGE Elipse 1200 on FreeBSD 6.2
I'm back to trying to get my MGE Elipse (USB) talking to my FreeBSD
system. It used to work fine on Linux (quite some time ago), and was
sort-of working with the last release of nut. The system would see the
UPS, but couldn't get reliable data from it.
Now that I have upgraded to 2.2, I no longer see the UPS at all with
nut. The usbdevs command shows it:
drich at morpheus|505>
2019 Apr 10
2
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Thanks for help!
Are you happy with your Eaton Elipse ECO 1600?
Does it work well with ondelay?
I will need some UPS that supports the ondelay parameter.
Bartosz
śr., 10 kwi 2019 o 13:06 Roger Price <roger at rogerprice.org> napisał(a):
> On Wed, 10 Apr 2019, Bartosz wrote:
>
> > I don't see ups.delay.start anywhere. Here is the output of upsrw:
> >
> > upsrw
2019 Apr 11
1
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
On Wed, 10 Apr 2019, Bartosz wrote:
> BTW,does it have passive cooling?
In the sense that there is no fan, The Eaton Ellipse ECO 1600 has passive
cooling. It gets warm but not hot.
> Are you happy with your Eaton Elipse ECO 1600? Does it work well with ondelay?
"ECO" means that it does not have "buck and boost" or a fancy control panel. I
replace my batteries
2019 Apr 10
2
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Hi,
that's a good point, thanks.
I don't see ups.delay.start anywhere. Here is the output of upsrw:
upsrw Eaton at localhost
[outlet.desc]
Outlet description
Type: STRING
Maximum length: 20
Value: Main Outlet
[output.voltage.nominal]
Nominal output voltage (V)
Type: ENUM
Option: "200"
Option: "208"
Option: "220"
Option: "230" SELECTED
Option:
2011 Jul 19
5
multiple plots in single frame: 2 upper, 1 lower
Hi,
par(mfrow = c(2,2))
will create a 2x2 window that I can use to plot 4 diferent figures in:
[plot1 plot2]
[plot3 plot4]
But how can do 3 so that the bottom spans the width of the upper two:
[plot1 plot1]
[p l o t 3]
Is this possible in R?
--
View this message in context: http://r.789695.n4.nabble.com/multiple-plots-in-single-frame-2-upper-1-lower-tp3679574p3679574.html
Sent from the R
2010 Nov 16
5
scatterplot with filled circles
for a simple scatterplot:
plot(X ~ Y, type = 'p', col = 'red')
this produces red-edged circles, but I want to fill in the circles.
can this be done? I checked '? plot' already but couldn't find what I was
looking for.
cheers
--
View this message in context: http://r.789695.n4.nabble.com/scatterplot-with-filled-circles-tp3044690p3044690.html
Sent from the R
2008 Dec 08
1
Multivariate kernel density estimation
I would like to estimate a 95% highest density area for a multivariate
parameter space (In the context of anova). Unfortunately I have only
experience with univariate kernel density estimation, which is remarkebly
easier :)
Using Gibbs, i have sampled from a posterior distirbution of an Anova model
with k means (mu) and 1 common residual variance (s2). The means are
independent of eachother, but
2010 Sep 08
3
Saving/loading custom R scripts
Hi,
How does R automatically load functions so that they are available from the
workspace? Is it anything like Matlab - you just specify a directory path
and it finds it?
The reason I ask is because I found a really nice script that I would like
to use on a regular basis, and it would be nice not to have to 'copy and
paste' it into R on every startup:
2010 Oct 22
2
superscript characters in title with '+'
Hi,
How can I get the '2+' into superscript in the following title:
'[Ca2+]i onsets'
I tried the command below, but it doesn't work. What am I missing?
hist(X, main=expression(([Ca*]i^2+) 'onsets'), xlab = 'sec')
--
View this message in context: http://r.789695.n4.nabble.com/superscript-characters-in-title-with-tp3006981p3006981.html
Sent from the R
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo adjunto la base de datos y el script:
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE)
plot.PCA(ellipse=eu60.ellipse, cex=0.8)
El 4 de diciembre de 2013 17:35, Camilo Calle
2019 Apr 05
3
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Hi,
I have the Eaton 5E850iUSBDIN UPS connected via USB to a Raspberry Pi 3B+.
It seems that everything but the ondelay parameter works so far.
when I test the setup with this command:
upsmon -c fsd
The NUT server makes the NUT clients shut down properly and the Raspberry
Pi running the NUT server shuts down correctly too. The problem is that
after UPS shuts down, it immediatelly brings the
2010 Sep 02
1
Error: could not find function "ad.test"
Hi,
I'm trying to run an anderson-darling test for normality on a given variable
'Y':
ad.test(Y)
I think I need the 'nortest' package, but since it does not appear in any of
the Ubuntu repositories for 2.10.1, I am wondering if it goes by the name of
something else now?
Thanks
--
View this message in context:
2013 Dec 05
0
AYUDA CON ERROR CON LA LIBRERIA PCA
Estimados
Al leer este interesante script lo corrí, pero al hacer la elipse me
devuelve esa información, no encuentro el porque
saludos
library(FactoMineR)
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <-
2006 Oct 09
2
Add ellipse to plot
Is there a way to plot elliptical shapes? symbols() only provides circles...
Thanks!
Kamila
2013 May 15
0
Correspondencia canonica
Saludos a todos
Estoy haciendo graficos de analisis de correspondencias canonicas y quisiera saber como encerrar mediante un circulo o elipse algunas muestras dentro del triplot del analisis de correspondencias (que son las que comparten caracteristicas similares segun mi analisis). Que funcion uso para eso? o dentro de la funcion "cca" existe algun argumento que me permita hacer eso?
2019 Apr 06
0
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
In the upsc output for my Eaton Elipse ECO 1600 I see
ups.delay.shutdown: 30
ups.delay.start: 40
but in the uspc output for your Eaton 5E850iUSBDIN I see only
ups.delay.shutdown: 60
Where is ups.delay.start ? Does the command upsrw <UPS> display this variable ?
Roger
2019 Apr 10
0
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
BTW,
does it have passive cooling?
Bartosz
śr., 10 kwi 2019 o 16:53 Bartosz <bartoszmail at gmail.com> napisał(a):
> Thanks for help!
> Are you happy with your Eaton Elipse ECO 1600?
> Does it work well with ondelay?
> I will need some UPS that supports the ondelay parameter.
> Bartosz
>
> śr., 10 kwi 2019 o 13:06 Roger Price <roger at rogerprice.org> napisał(a):
2003 Oct 07
0
Software-Programmierer sucht neue Herausforderung ...
Sehr geehrte Damen und Herren,
ich habe ein Interesse an eine Mitarbeit mit Ihrer Firma.
Meine wichtigste Fachrichtung ist die Entwicklung von Individualsoftware und
die Beratung im Hardware- und Softwarebereich.
Ich besorge jegliche Entwicklung eines kompletten Programms in
den Programmiersprachen JAVA, .NET, VB ...
Ich kann reibungslos eine Internetapplikation in den Programmiersprachen