Displaying 11 results from an estimated 11 matches for "eski".
Did you mean:
esi
2024 Jul 09
2
Weird R Studio behaviour...
...de dahil olmak ?zere) gizlidir. Sahibinin onay? olmaks?z?n i?eri?i kopyalanamaz, ???nc? ki?ilere a??klanamaz veya iletilemez . Bu mesaj?n g?nderilmek istendi?i ki?i de?ilseniz (ya da bu e-postay? yanl??l?kla ald?ysan?z), l?tfen yollayan ki?iyi haberdar ediniz ve mesaj? sisteminizden derhal siliniz. Eski?ehir Teknik ?niversitesi, bu mesaj?n i?erdi?i bilgilerin do?rulu?u veya eksiksiz oldu?u konusunda bir garanti vermemektedir. Bu nedenle, bilgilerin ne ?ekilde olursa olsun i?eri?inden, iletilmesinden, al?nmas?ndan, saklanmas?ndan Eski?ehir Teknik ?niversitesi sorumlu de?ildir. Bu mesaj?n i?eri?i ya...
2024 Jul 09
1
Weird R Studio behaviour...
...)
> gizlidir. Sahibinin onay? olmaks?z?n i?eri?i kopyalanamaz, ???nc? ki?ilere
> a??klanamaz veya iletilemez . Bu mesaj?n g?nderilmek istendi?i ki?i
> de?ilseniz (ya da bu e-postay? yanl??l?kla ald?ysan?z), l?tfen yollayan
> ki?iyi haberdar ediniz ve mesaj? sisteminizden derhal siliniz. Eski?ehir
> Teknik ?niversitesi, bu mesaj?n i?erdi?i bilgilerin do?rulu?u veya eksiksiz
> oldu?u konusunda bir garanti vermemektedir. Bu nedenle, bilgilerin ne
> ?ekilde olursa olsun i?eri?inden, iletilmesinden, al?nmas?ndan,
> saklanmas?ndan Eski?ehir Teknik ?niversitesi sorumlu de?ildir. B...
2008 May 27
1
label outliers in geom_boxplot (ggplot2)
...8.0 Hmisc_3.4-3
loaded via a namespace (and not attached):
[1] cluster_1.11.10 lattice_0.17-6 tools_2.6.2
Thank you for your help!
Best wishes,
Peter
--
Peter Mihalicza
economist
National Institute for Strategic Health Research
6-8. Arany J?nos utca, Budapest-1051, Hungary
www.eski.hu
Tel.: +36-1-354-5320
E-mail: mihalicza.peter at eski.hu
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2017 Dec 26
1
Time Series with Neural Networks
...uldn?t 24 for output here. How can I make such forecast?
And my MASE score (6.95 in the Test set) is not good. Could be related to shortness of training set?
The Code:
library(zoo)
library(readxl)
setwd("C:/Users/emrek/Dropbox/2017-2018 Master Thesis/DATA")
epias <- read_excel("eski.epias.xlsx")
nPTF <- epias$`PTF (TL/MWh)`
nSMF<- epias$`SMF(TL/MWh)`
nC<- epias$`TT(MWh)`
nEAK<- epias$`EAK-Toplam (MWh)`
nTP<- epias$`Toplam (MWh)`
times <- seq(from=as.POSIXct("2015-12-18 00:00:00"), to=as.POSIXct("2017-10-24 23:00:00"), by="...
2008 Sep 18
1
PDF fonts problem
...-44
[5] proto_0.3-8 reshape_0.8.0 Hmisc_3.4-3
loaded via a namespace (and not attached):
[1] cluster_1.11.11 lattice_0.17-13
Thank you,
Peter
--
Peter Mihalicza
economist
National Institute for Strategic Health Research
6-8. Arany J?nos utca, Budapest-1051, Hungary
www.eski.hu
Tel.: +36-1-354-5320
E-mail: mihalicza.peter at eski.hu
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2011 Apr 14
2
Some questions: Release Notes CentOS 5.6
Hello
A couple of days ago, I did the Spanish translation for ReleaseNotes
CentOS 5.6
and I have some questions
Right now, in the Spanish version we are using nice icons for "Notes".
Would you like the same in the English and other translated versions ?
(I know that is not important, just looks nice ;-) )
On many places we mention packages names or file names. I suggest
use
2020 Feb 09
1
Fwd: Update CentOS wiki 8.1 Release notes
Hi all,
I received this e-mail from Christer regarding dead links in the CentOS
8.1911 release notes.
Can the maintainer of the CentOS 8 release notes determine what the best
course of action is?? Thanks.
Regards,
Timothy
-------- Forwarded Message --------
Subject: Update CentOS wiki 8.1 Release notes
Date: Fri, 7 Feb 2020 11:03:42 +0100
From: Christer M. Fekjan <christer.centos-e216w
2010 Aug 27
1
asterisk-users Digest, Vol 73, Issue 58
On 8/27/10, asterisk-users-request at lists.digium.com
<asterisk-users-request at lists.digium.com> wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users at lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message with subject or body
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...axt = "n")
> for(i in 1:10) axis(1, i, bquote(phantom(0) >= .(i)))
>
------------------------------
Message: 44
Date: Mon, 22 Sep 2008 14:42:15 +1200
From: Paul Murrell <p.murrell@auckland.ac.nz>
Subject: Re: [R] PDF fonts problem
To: Mihalicza P?ter <mihalicza.peter@eski.hu>
Cc: r-help@r-project.org
Message-ID: <48D70607.40301@stat.auckland.ac.nz>
Content-Type: text/plain; charset=UTF-8
Hi
Mihalicza P?ter wrote:
> Dear Dr. Murrel,
>
[[elided Yahoo spam]]
>
> Paul Murrell ?rta:
>> Hi
>>
>>>
>>> #CMS
>>>...
2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame.
For instance
> ddTable <-
data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry"))
I want a dataset that is
Id Name
1 Paul
2 Bob
> unique(ddTable)
Will give me all 4 rows, and
> unique(ddTable$Id)
Will give me c(1,2), but not accompanied by the name column.
2007 Sep 17
1
aggregate function oddity
[This email is either empty or too large to be displayed at this time]