search for: bergen

Displaying 20 results from an estimated 562 matches for "bergen".

2007 Nov 02
4
Permutation test, grouped data
...ones around, but where? I need the algorithms for a program I have written for exploring structural balance in sociometric group structures. Tom +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2006 Apr 19
9
I am surprised (and a little irritated)
...ogether all the files needed and place them in the right place. And simeone should get the OpenSuse people to include R in the installation. Tom +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2006 Feb 09
11
Tranferring R results to word prosessors
...creation of a table (in the word processing sense). Is there an option to generate tab-separated output in R ? That would solve the problem. Tom +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2008 Nov 07
5
Agent-based social simulation and R
...stuff for SNA (Social Network Analysis). Information about packages, web sites, experienced persons in the field, etc. would be very welcome. Tom +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2003 Jul 16
4
how to handle missing values
...how to deal with missing values in R and have solved the problem by deleting observations with missing values before loading them into R. Can anyone give me a hint on how to do this in a simpler way? Sincerely, Dr. Tor A Strand Centre for International Health Haukeland Hospital University of Bergen 5021 Bergen Norway Phone: (country prefix 47) Residence:56 51 10 88, office: 55 97 49 80, fax: 55 97 49 79, cellular: 90 97 10 86
2006 Aug 22
5
Authoring a book
Me and some colleagues are planning to write a textbook together ("Statistics using R") where the target audience for the book is psychologists and students of psychology. We thought that it might be a good idea to use a Wiki when writing the text. Is that a good idea? Does anybody have any experience in that direction? What alternatives are there? The tool (Wiki) would have to be
2006 Jun 03
2
Problem with pointsizes in Graphics
Hello, I have a problem with the sizes of points on the screen (Code tested for some R versions on a Solaris system and also for Linux). Maybe it is best to start with an example: If I do a very simple plot using the character '.' for the points, e.g., n<-100; plot(0:n,0:n,pch='.',cex=1+(0:n)/20) then not all for all the points the horizontal and vertical dimensions are the
2008 Feb 15
1
Latent class analysis
Which package(s) contain something on latent class analysis? Tom -- +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2009 Mar 31
2
Programming objects in R
...either Python or R. My problem at the moment is to find out how to do OO programming in R. Are there any introductory texts anywhere ? Tom -- +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Email : backer at psych.uib.no URL : http://www.galton.uib.no/ | +----------------------------------------------------------------+
2012 May 16
1
Hmisc improveProb() and PredictABEL reclassification () function and continuous NRI
...established cardiovascular disease. My question is therefore: Which value(s) are to be used in the calculation of continuous NRI from the output in Hmisc or in PredictABEL? Does continuous NRI equal total NRI in the output? Yours sincerely Gard Frodahl T. Svingen PhD student the University of Bergen Bergen, Norway [[alternative HTML version deleted]]
2017 Nov 07
5
Missing information in source()
...version 3.4.2 and RStudio 1.1.383. When running head () or tail () on an object in a script using source (<script name>) nothing appears in the output file, but if I use these commands in the normal R window the normal output appears. What am I doing wrong? Tom Backer Johnsen University of Bergen Norway
2006 Jan 26
1
Automatic differentiation (was: Re: D(dnorm...)?)
...ne of the difficulties to use them with R is the >need to translate the R code into C of Fortran code, but probably there are >many other problems that I'm not able to see. > >Alberto >-- _____________________________ Hans Julius Skaug Department of Mathematics University of Bergen Johannes Brunsgate 12 5008 Bergen Norway
2005 Oct 21
2
Finding the neighbors of the point
Dear all, I got point data of trees. I was wondering if anybody has experience in searching the neighbors within a specified distance efficiently. X Y Z 99 34 65 98 35 29 98 34 28 99 33 33 98 32 23 99 33 21 99 33 22 99 32 24 99 30 23 ... What I want to do is : searching for the neighbors with a distance R for each tree & the neighbor must have a bigger Z.
2007 Aug 27
2
validate (package Design): error message "subscript out of bounds"
...142188 Error in Xb(x[, xcol, drop = FALSE], coef, non.slopes, non.slopes.in.x, : subscript out of bounds Any help/suggestions will be highly appreciated. Sincerely, Tore Wentzel-Larsen statistician Centre for Clinical research Armauer Hansen house Haukeland University Hospital N-5021 Bergen tlf +47 55 97 55 39 (a) faks +47 55 97 60 88 (a) email tore.wentzel-larsen at helse-bergen.no
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2008 Dec 01
1
Mitel 3300
Anyone familiar with getting Asterisk 1.4 and Mitel 3300 to play nice together? Mark Bergen Information Systems Manager Number TEN Architectural Group Winnipeg - 204.942.0981 Victoria - 250.360.2106 www.numberten.com<http://www.numberten.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2...
2008 Oct 24
18
Transferring results from R to MS Word
R-users At the moment I am teaching a course on the use of R for data analysis. Part of course requirements involves the transfer of results from R to something that resembles the APA (American Psychological Associations) type tables to MS Word. Until now I have used the HTML function in the R2HTML library, with a call like this: HTML(summary(model1), file("clipboard",
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
...groups. >> >> I would CC RStudio, but support does not expose an email, so I'm CC-ing >> the rmarkown maintainer. >> >> Roger >> >> -- >> Roger Bivand >> Department of Economics, Norwegian School of Economics, >> Helleveien 30, N-5045 Bergen, Norway. >> voice: +47 55 95 93 55; e-mail: Roger.Bivand at nhh.no >> http://orcid.org/0000-0003-2392-6140 >> https://scholar.google.no/citations?user=AWeghB0AAAAJ&hl=en >> >> _______________________________________________ >> R-SIG-Fedora mailing list >&g...
2010 Feb 27
2
scan and skip - without line breaks in the input file
...ne breaks in the txt file. So any value specified for skip makes the scan function jump to the end of the file. Does anyone have a good idea? I would be extremely grateful. Kind regards, Susanne Balzer **************************** Susanne Balzer PhD Student Institute of Marine Research N-5073 Bergen, Norway Phone: +47 55 23 69 45 susanne.balzer at imr.no www.imr.no
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R
...lives. Almost certainly, the texlive component should not be included in any scheme groups. I would CC RStudio, but support does not expose an email, so I'm CC-ing the rmarkown maintainer. Roger -- Roger Bivand Department of Economics, Norwegian School of Economics, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; e-mail: Roger.Bivand at nhh.no http://orcid.org/0000-0003-2392-6140 https://scholar.google.no/citations?user=AWeghB0AAAAJ&hl=en