search for: ioanna

Displaying 18 results from an estimated 18 matches for "ioanna".

Did you mean: joanna
2018 May 24
2
Manipulation of data.frame into an array
Hello everyone, Thank you for this. Nonetheless it is not exactly want i need. I need mydata[[1]] to provide the values for all 3 variables (Y, X1 and X2) of the first imputation only. As it stands it returns the whole database. Any ideas? Best, ioanna ________________________________ From: Bert Gunter <bgunter.4567 at gmail.com> Sent: 24 May 2018 16:04 To: Ioanna Ioannou Cc: r-help at r-project.org Subject: Re: [R] Manipulation of data.frame into an array This is one of those instances where a less superficial knowledge of R's tech...
2013 Mar 15
5
Data manipulation
...includes the zero values, i.e.: >W Group.1 Group.2 x 1 1 0.1 4 2 2 0.1 7 3 3 0.1 1 4 1 0.2 3 2 0.2 0 5 3 0.2 4 1 0.3 0 2 0.3 0 6 3 0.3 4 How can I achieve what I want? Best regards, Ioanna
2018 May 24
4
Manipulation of data.frame into an array
...1,2,1,2), X2 = c(0,1,0,1,1,1,0,1, 0,1,0,1,1,1,0,1), Y = c(1,2,3,4,5,6,7,8,1,2,3,4,5,6,7,8)) The first 8 have been obtained by the first imputation and the later 8 by the 2nd. Can you help me please? Best, ioanna [[alternative HTML version deleted]]
2018 May 24
0
Manipulation of data.frame into an array
...6 [15,] 1 0 7 [16,] 2 1 8 Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, May 24, 2018 at 7:46 AM, Ioanna Ioannou <ii54250 at msn.com> wrote: > Hello everyone, > > > I want to transform a data.frame into an array (lets call it mydata), > where: mydata[[1]] is the first imputed dataset...and for each mydata[[d]], > the first p columns are covariates X, and the last one is the o...
2013 Apr 08
3
Reshaping a table
Hello all, I have data in the form of a table: X Y1 Y2 0.1 3 2 0.2 2 1 And I would like to transform in the form: X Y 0.1 Y1 0.1 Y1 0.1 Y1 0.1 Y2 0.1 Y2 0.2 Y1 0.2 Y1 0.2 Y2 Any ideas how? Thanks in advance, IOanna [[alternative HTML version deleted]]
2012 Mar 02
1
Call the Standard Error and t-test probability in linear regression
...2e-0 I would like to call the probability of the t-test only in order to use it separately. For example I 'd like to get: Pr<-3.84e-05 Similarly I want to call the standard error of the parameters and the function: SEconc<-0.05033 I don't know how to do this. Any help? Regards, Ioanna
2019 May 29
2
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
Hi, Is there any chance you will merge the suggested patch? Thanks, Jo On Thu, Apr 18, 2019 at 2:01 PM Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, Apr 18, 2019 at 12:17:18PM +0100, Ioanna Alifieraki wrote: > > I had tried this approach, to add > /etc/dhcp/dhclient-enter-hooks.d/resolved > > to excludefiles, however it didn't work. > > As far as I know, this hook is included in the base image and according > > to [1], the current implementation does not...
2012 Apr 02
1
Error: (subscript) logical subscript too long
...ial("logit")) This works. However, if I change the family to Gaussian: ced.logr <- glm(ced.del ~ cat + follows + factor(class), family=gaussian) I get the error: Error: (subscript) logical subscript too long I would like to use the probit function. Is this possible? Best regards, Ioanna
2012 Nov 25
1
Issue with using geocode
...e? library(ggmap) X<-c (2 Afxentiou Ampelokipi Thessaloniki Greece, 2 Afxentiou Ampelokipi Thessaloniki Greece, 4 Afxentiou Ampelokipi Thessaloniki Greece, 55 Agathonos Ampelokipi Thessaloniki Greece) For (i in 1:4){ Y<-geocode('X') print Y[i] } Best wishes, Ioanna [[alternative HTML version deleted]]
2013 May 23
1
FW: Kernel smoothing with bandwidth which varies with x
...library(sm) library(sm) x<-runif(5000) y<-rnorm(5000) plot(x,y,col='black') h1<-h.select(x,y,method='aicc') lines(ksmooth(x,y,bandwidth=h1)) which works fine. What if my data were clustered requiring a bandwidth that varies with x? How can I do that? Thanks in advance, Ioanna
2019 Apr 18
2
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
...> > Workaround for Ubuntu which uses this script to try to start a systemd > > service. That won't work because systemd is not used inside the > > appliance. See: > > > > https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 > > > > Thanks: Ioanna Alifieraki > > --- > > appliance/init | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/appliance/init b/appliance/init > > index 4f2b55822..b1c4d09ea 100755 > > --- a/appliance/init > > +++ b/appliance/init > >...
2019 Apr 18
2
[PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
Workaround for Ubuntu which uses this script to try to start a systemd service. That won't work because systemd is not used inside the appliance. See: https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 Thanks: Ioanna Alifieraki --- appliance/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index 4f2b55822..b1c4d09ea 100755 --- a/appliance/init +++ b/appliance/init @@ -122,7 +122,9 @@ ip link set dev lo up if test "$guestfs_network" = 1; th...
2019 Apr 15
2
supermin (chroot+systemd.resolved) - network cannot be configured on Ubuntu
Hi, I am facing the following bug while runnign guestfish on Ubuntu Bionic onward, where the network cannot be configured : https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 The actual problem is the combination of (a) supermin and the fact that it does chroot and (b) a dhclient hook present in Bionic (/etc/dhcp/dhclient-eneter-hooks.d/resolved) that overwrites the make_resolv_conf
2020 Mar 10
2
ANNOUNCE: libguestfs 1.42 - tools for accessing and modifying virtual machine disk images
...Pino Toscano). OpenMandriva is now detected (Bernhard Rosenkränzer). Arch Linux detection improvements (Pino Toscano). Architectures and platforms Libguestfs can now be compiled on OpenMandriva (Bernhard Rosenkränzer). Ubuntu fix for enabling network support (Ioanna Alifieraki). Other Use of deprecated libguestfs APIs will now cause compiler deprecation warnings by default, whereas previously you have to enable these warnings. To turn off these warnings use "-DGUESTFS_NO_WARN_DEPRECATED=1". A new feature is that...
2019 Apr 16
0
Re: supermin (chroot+systemd.resolved) - network cannot be configured on Ubuntu
On Mon, Apr 15, 2019 at 10:52:40AM +0100, Ioanna Alifieraki wrote: > Hi, > > I am facing the following bug while runnign guestfish on Ubuntu Bionic > onward, > where the network cannot be configured : > https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 > > The actual problem is the combination of (a) superm...
2019 Apr 18
0
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
...39 CEST Richard W.M. Jones wrote: > Workaround for Ubuntu which uses this script to try to start a systemd > service. That won't work because systemd is not used inside the > appliance. See: > > https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 > > Thanks: Ioanna Alifieraki > --- > appliance/init | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/appliance/init b/appliance/init > index 4f2b55822..b1c4d09ea 100755 > --- a/appliance/init > +++ b/appliance/init > @@ -122,7 +122,9 @@ ip link set dev lo up &g...
2019 Apr 18
0
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
On Thu, Apr 18, 2019 at 12:17:18PM +0100, Ioanna Alifieraki wrote: > I had tried this approach, to add /etc/dhcp/dhclient-enter-hooks.d/resolved > to excludefiles, however it didn't work. > As far as I know, this hook is included in the base image and according > to [1], the current implementation does not apply excludefiles to th...
2019 May 29
0
Re: [PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
On Wed, May 29, 2019 at 04:14:06PM +0100, Ioanna Alifieraki wrote: > Hi, > > Is there any chance you will merge the suggested patch? It's this one right? https://www.redhat.com/archives/libguestfs/2019-April/msg00129.html Yes I can push this. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjone...