search for: duur

Displaying 16 results from an estimated 16 matches for "duur".

Did you mean: dur
2023 Dec 18
3
Function with large nested list
...t;Geen" as default for remarks #Try empty list list_AB_dosering <- setNames(as.list(rep("Geen informatie", length(AB_list))), names(AB_list)) # make named list of all AB's and assign "Geen informatie", will be replaced with actual information in algorithm list_AB_duur <- setNames(as.list(rep("Geen informatie", length(AB_list))), names(AB_list)) # make named list of all AB's and assign "Geen informatie", will be replaced with actual information in algorithm ##### CULTURES ##### for (i in names(AB_list)) { ab_data <- d...
2012 Apr 15
1
(no subject)
...tick marks each with its own label. What happens is, only a few labels are shown; there is not enough space for all labels. The tick marks are concentrated on the left side of the axis. I'd like to have all labels shown, in vertical direction. This is part of the data: > times ? ? ? ? taak? duur 1 ? algemeen 48.75 2 ? swimming 14.25 3 ? football 24.25 4 ? ? tennis 36.75 5? bicycling? 1.50 Under 'taak' are the labels. This is the code that should do the job: barplot( width= bar_width, times$duur,? names.arg=times$taak, col=fill_colors, border="NA", space=0.3, xlab="...
2003 Apr 15
5
making a dataframe out of lapply() result
...r, tester$groups) # And want to keep only the first item in each: lapply(tester.L, function(x) x <- x[1,] ) How do i make a dataframe out of the last result, which looks like "tester", without looping? (i can use rbind in a for loop, but is rather slow) thanks for your help, Remko Duursma ____________________________________________________________ Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
2004 Jun 23
1
R 1.9.1 compilation error
Dear Sir/Madam, I encounter some problem duuring compilation of R 1.9.1 on AIX 5.1, after running "./configure" then I type "make" to compile: # make ..... gcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-to...
2003 Apr 20
1
Hmisc interaction behavior
...interaction() from the Hmisc library results in numeric? test1 <- c("A","B","C") test2 <- c("D","E","F") is.numeric(interaction(test1,test2)) [1] TRUE I had problems with this side effect in a different function. thanks, Remko Duursma
2003 Jun 13
1
Problem with Rcmd SHLIB
...in "readme.packages") but the installer told me i already had Perl installed! By the way, Rcmd COMPILE somefile.f gives the same error message. What am i missing? Thanks, Remko ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, Moscow, ID, U.S.A.
2003 Sep 23
1
Very small estimated random effect variance (lme)
...0.0004, SD residual=0.11. An lmList gives a slope SD of 0.07. I have about n=6 observations per group, and about 20-100 groups depending on the dataset. thank you for any suggestions, Remko ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, Moscow, ID, U.S.A. ____________________________________________________________ Diabetics: Click here for a Free Glucose Meter from Access Diabetic. http://r.hotbot.com/r/lmt_ad/http://mocda4.com/1/c/563632/1...
2003 Jun 06
3
small plot inside a big plot
Dear R-helpers, i want to draw a small plot (histogram) within a larger plot (simple scatterplot), so that the axes of the bigger plot remain intact. I know how to use layout() and par(mfrow...) and such, but I want the smaller graph to be *inside* the bigger plot. Is this possible? thanks, Remko
2003 Dec 29
2
Rcmd check package failure
...tallation failed. But i set the path to MikTex, and "latex" as well as "pdftex" both run in the (Win) command window. I use R1.81 but also tried in R1.71. Any ideas? Remko ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, Moscow, ID, U.S.A.
2003 Apr 07
5
How to sort a dataframe?
...two=c(2,3,1)) #> tester # one two #1 3 2 #2 2 3 #3 1 1 # I want to sort "tester" by column "one", so that i get a dataframe # that looks like: #one two #1 1 #2 3 #3 2 I know of 'sort' but it can only sort vectors. Thanks for your help, Remko Duursma
2003 Sep 01
3
meta-analysis question
...x from different studies, and want to estimate a "general" y=f(x). I only have the b0,b1's and R-squareds. Should i weigh the separate equations by their R-squared? thanks Remko ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, Moscow, ID, U.S.A.
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
...ke check that failed was internet.R (since there's no 'Net access from that box). The GCC on that box is probably too outdated to try, unfortunately. Best, Andy > On Wed, 23 Jun 2004, Frankie Cheung wrote: > > > Dear Sir/Madam, > > > > I encounter some problem duuring compilation of R 1.9.1 on > AIX 5.1, after > > running "./configure" then I type "make" to compile: > > > > # make > > ..... > > gcc -I../../src/extra/zlib -I../../src/extra/bzip2 > -I../../src/extra/pcre > > -I. -I../../src/includ...
2008 Oct 22
2
Another node is heartbeating in our slot! errors with LUN removal/addition
Greetings, Last night I manually unpresented and deleted a LUN (a SAN snapshot) that was presented to one node in a four node RAC environment running OCFS2 v1.4.1-1. The system then rebooted with the following error: Oct 21 16:45:34 ausracdb03 kernel: (27,1):o2hb_write_timeout:166 ERROR: Heartbeat write timeout to device dm-24 after 120000 milliseconds Oct 21 16:45:34 ausracdb03 kernel:
2002 Dec 17
0
getData.lme error
...if (!is.null(naAct)) { data <- naAct(data) } however, the funcion na.exclude is not properly assigned to naAct in this way. Has anyone encountered this before? What to do? (i can, ofcourse, refit my model with excluding the NAs myself - but thats not so elegant!) Thanks, Remko Duursma ##################################### Remko A. Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotopes Laboratory Department of Forest Resources University of Idaho - College of Natural Resources Email: remkoduursma at yahoo.com Tel: (208)-885-5165 ______________________________...
2003 Jun 11
1
mixed-effects models for left-censored data?
...ilable, otherwise "LOW" is reported. Are there ways of building a linear model with both fixed and random effects, when the response variable is censored? Can the tobit model be modified to do this? Does anyone have experience with this type of dataset? Help is much appreciated, Remko Duursma ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, Moscow, ID, U.S.A.
2003 Feb 26
3
horizontal high-density lines?
Hi all, the option type="h" in plot() makes nice vertical (histogram-like) lines. Is there a way to make similar, horizontal lines? I can of course resort to using lines() multiple times, but i was hoping that there is a more elegant solution. thanks, Remko Duursma Ph.D. student Dept. Forest Resources Forest Biometrics Lab University of Idaho, Moscow, ID.