Displaying 20 results from an estimated 69 matches for "nieuws".
2015 Nov 25
0
Uw betaalpas staat voor u klaar
<HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE rel="stylesheet">
body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}
a img {
border: none;
}
table.main {
font-family: Tahoma;
font-size: 10px;
font-weight: normal;
color: #4c4c4c;
padding: 0px;
2002 Sep 12
4
normal score transform
Dear list,
could someone point me to the normal score transform and it's use in R?
I would like to transform my data with normal score transform, do some
geostatsitical predictions and would like to transform the estimated values
back including the estimation variance.
Any suggestions?
Ulrich
--
__________________________________________________
Ulrich Leopold MSc.
Department of
2019 Feb 19
2
samba acl it
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Andrew Bartlett via samba
> Verzonden: dinsdag 19 februari 2019 18:40
> Aan: Rowland Penny; samba at lists.samba.org
> Onderwerp: Re: [Samba] samba acl it
>
> On Tue, 2019-02-19 at 17:29 +0000, Rowland Penny wrote:
> > On Wed, 20 Feb 2019 06:15:17 +1300
> >
2010 Sep 30
2
How to use a class, put it inside a model?
class Feeds
FEEDS = %W(
http://feed.kennisnet.nl/Basisonderwijs
http://feed.kennisnet.nl/Voortgezetonderwijs
http://wp.digischool.nl/nieuws/feed/
)
def load_feeds
@feeds_ds = feeds.first
@feeds = vopo? ? feeds.second : feeds.last
end
def feeds
@feeds ||= Feedzirra::Feed.fetch_and_parse(FEEDS).values.map { |
feed| feed.entries.first(6) }.entries
end
def vopo?
params[:vopo] == ''po''
end
e...
2008 Sep 16
4
ubuntu hardy packages 32bit no tcltk support
Dear all,
I noticed that the r-base package for Ubuntu 8.04.1 do not have the
tcltk support compiled in. Would it be possible to correct this?
> echo "capabilities()" | R --no-save | tail -6
[Previously saved workspace restored]
> capabilities()
jpeg png tcltk X11 aqua http/ftp sockets libxml
TRUE TRUE FALSE TRUE FALSE TRUE
2017 Nov 09
1
weighted average grouped by variables
Dear Massimo,
It seems straightforward to use weighted.mean() in a dplyr context
library(dplyr)
mydf %>%
group_by(date_time, type) %>%
summarise(vel = weighted.mean(speed, n_vehicles))
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
It seems there have been some changes to ActiveRecord between Rails
1.1.0 RC and 1.10 Final that cause Globalize to fail; 1.10 RC was
working fine. When retrieving records from the DB only the base language
version is fetched, even when the locale has been set differently. The
SQL in the log confirms that Globalize is ignored and a regular find()
is performed.
2017 Sep 28
0
rename multiple files by file.rename or other functions
The combination of list.files(), gsub() and file.rename() should to the
trick.
ir. Thierry Onkelinx
Statisticus/ Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
Kliniekstraat 25, B-1070 Brussel
2002 Sep 08
0
Network disks not unmounting
When I log in into the domain a logon script is started that assigns some network drives. But when I log and on again the script gives an error in the form of:
The local device name is already in use
Is this a bug or is it just windows? Can anybody tell me how to solve this?
-- smb.conf --
[global]
netbios name = BARAD-DUR
workgroup = MIDDLE-EARTH
server string =
2019 Feb 06
4
unix_primary_group = yes don t work
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: woensdag 6 februari 2019 16:33
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] unix_primary_group = yes don t work
>
> On Wed, 6 Feb 2019 15:58:52 +0100
> L.P.H. van Belle <belle at bazuin.nl> wrote:
>
> > Hai
2017 Sep 21
0
Add wrapper to Shiny in R package
Dear Axel,
I've used environment for such problems.
assign("xs", xs, envir = my.env) in the myApp function
get("xs", envir = my.env) in the server function
Best regards,
ir. Thierry Onkelinx
Statisticus/ Statiscian
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie &
2009 May 08
2
Not receiving voicemail message in mailbox
It should be as simple as editing voicemail.conf :
; Voicemail Configuration
;
[general]
; Formats for writing Voicemail. Note that when using IMAP storage for
; voicemail, only the first format specified will be used.
format=wav49|wav|gsm
; Who the e-mail notification should appear to come from
serveremail=asterisk-voicemail
; Should the email contain the voicemail as an attachment
attach=yes
;
2002 Jun 26
2
change column name in a function
Hi,
I have the following function:
TEST <- cbind(Pox0t30.stone.1990.2000,
sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var)))
In rhe resulting Object TEST the added column is titled:
sqrt(apply(Pox0t30.stone.1990.2000[,2:11], 1, var)
I would like to change it to a sensible variable name like PoxMean. How
can I incorporate this into the above function?
Ulrich
--
2017 Sep 21
3
Add wrapper to Shiny in R package
Dear List,
I'm trying to add a function that calls a Shiny App in my R package. The
issue is that within my function, I'm creating objects that I'd like to
pass to the app. For instance, from the example below, I'm getting
"Error: object
'xs' not found". How can I pass "xs" explicitly to shinyApp()?
*Under R directory:*
myApp <- function(x, ...) {
2012 Dec 21
2
ggplot2: setting martin
Is it possible to set the margin in ggplot2 to a fixed size? I create many
plots, and I want them to look the same.
Especially I want them to have the same left margin.
But
P<-ggplot()+geom_bar(aes(c("short label1","short
label2"),runif(2)))+coord_flip()
P<-creates a plot with another margin as
ggplot()+geom_bar(aes(c("very very very very long
2002 Mar 20
1
Installing GRASS_0.1-4.tar.gz on RedHat7.1 Linux
Dear list,
I have a problem to install the GRASS_0.1-4.tar.gz on RedHat7.1 Linux.
The gmake5 is missing. But I am not quite sure what it is? Is it a gnu
version of MAKE? I could not locate it on my system and I do not know
what is really meant.
Any experience?
I get the following message:
----------------------------------------------------
bash-2.04$ R CMD INSTALL -l
2003 Sep 04
5
subtract 2 columns in a data.frame
Dear list,
could someone point me to the right command to subtract 2 columns in a
data.frame. Might be a bit embarrassing question. But I cannot figure
out how to do this simple command in R.
Thanks, Ulrich
--
__________________________________________________
Ulrich Leopold MSc.
Department of Physical Geography
Institute for Biodiversity and Ecosystem Dynamics
Faculty of Science
University
2017 Sep 21
1
Keep on getting message errors when trying to install and load packages
Dear Paul,
We install R in C:/R/R-x.y.z and packages in C:/R/library. This makes
the packages location independent from the R version.
Best regards,
ir. Thierry Onkelinx
Statisticus/ Statiscian
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
2002 Apr 29
2
append with write.table()
Dear list,
I get the following message while trying to append an object to a file.
In addition it is not appended. Do you know why?
> write.table(PoxAv, "/home/uleopold/lsk_PoxAv", append=TRUE ,
quote=FALSE, sep="\t")
Warning message:
appending column names to file in: write.table(PoxAv,
"/home/uleopold/lsk_PoxAv", append = TRUE,
Regards, Ulrich
--
2017 Sep 28
5
rename multiple files by file.rename or other functions
Hi,
I have 50 files whose names are
XYZW01Genesis_ABC.mp3
XYZW02Genesis_ABC.mp3
.......
XYZW50Genesis_ABC.mp3
As you can tell, the only difference across the files are 01, 02,
03,....50.
I would like to rename them to
01Gen01.mp3
01Gen02.mp3
.......
01Gen50.mp3
If I store them in one folder and write an R code in that folder, how can
it be done?
Thanks,
John
[[alternative