search for: carolin

Displaying 20 results from an estimated 63 matches for "carolin".

Did you mean: karolin
2005 Mar 01
6
Help : delete at random
Hello I would like to delete some values at random in a data frame. Does anyone know how I could do? With best regards Caroline
2009 May 28
3
String replacement in an expression
...a)",as.character(form)) We obtain: [1] "((Cl+beta) - (V * ka)) + (V * Vm * exp(-((Cl+beta)m/Vm) * t))" the character "Clm" has been also replaced. How could I avoid this unwanted replacement ? Thank you in advance for any help. -- --------------------------------- Caroline BAZZOLI INSERM U738 - Universit? PARIS 7 UFR de Medecine - Site Bichat 16 rue Henri Huchard 75018 PARIS, FRANCE email: caroline.bazzoli at inserm.fr www.biostat.fr PFIM: www.pfim.biostat.fr
2018 Jun 07
3
FTS Solr errors using doveadm
Solr 7 returns JSON by default but fts_solr requires XML. Would be good to have wt=xml added to the query to force it to xml all the time, this would prevent errors if solr has not had xml set as default for index. Dovecot 2.2.36 Centos 6 *Doveadm Request:* doveadm search -u caroline at covermg.com TEXT smith doveadm(caroline at covermg.com): Error: fts_solr: Invalid XML input at 1:0: not well-formed (invalid token) (near: { ? "responseHeader":{ ??? "status":0, ??? "QTime":0, ??? "params":{ ????? "q":"{!lucene q.op=A...
2008 Jul 09
4
Strptime/ date time classes
Dear all, I've come across a problem using strptime, can anyone explain what's going on? I'm using version 2.7.0 on Windows XP. Thank you Caroline First read in a data file using read.table alldata = read.table(file, header=F, skip=4, colClasses = c("character","numeric")) dim(alldata) [1] 223960 2 # inefficient, safe way of sorting out missing or dodgy data alldata[,2][alldata[,2] < 0] = NA # first ten line...
2011 Aug 03
4
slow computation of functions over large datasets
...orderAmount"]<-ifelse(exampledata2[i,"orderID"]==exampledata2[i-1,"orderID"],exampledata2[i-1,"orderAmount"]+exampledata2[i,"itemPrice"],exampledata2[i,"itemPrice"])}) Does someone know a way to increase the speed? Thank you very much! Caroline [[alternative HTML version deleted]]
2009 Sep 12
3
how to find maximum for multivariable data
...(levels(factor(ID))) for (i in 1:length(patients)) { max.cycle[i] <- max(cycle.number[(ID %in% patients[i] )]) } But i would like to know if there is a better or more elegant way of pulling out the maximum cycle.number for each ID? Perhaps without the need for using a for loop? Many thanks, Caroline [[alternative HTML version deleted]]
2007 Dec 17
4
Installation of RGtk2 (PR#10519)
Full_Name: Caroline Keef Version: 2.6.1 OS: Windows XP Submission from: (NULL) (195.171.203.131) I have tried to install the package rggobi which if I'm right requires the package RGtk2 If I install RGtk2 using the install.packages (I used the UK (Bristol) mirror, I haven't tried any other mirror) within R...
2017 Jun 22
1
MODISTools Help
...sense of it. In any case, I certainly cannot. 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, Jun 22, 2017 at 4:41 PM, Caroline <gliddeca at science.oregonstate.edu> wrote: > Hi Bert, > > I have spent a lot of time searching the web for my error message and have gone through multiple tutorials. I have not found anything relevant to my error message which is why I posted on R-help. > > Caroline > &gt...
2009 Oct 21
2
squared euclidean distance
...my data using the ward-method. In several papers I read (e.g. Bahrenberg) that it is neccesary to use the "squared euclidean distance" with the ward-method. Unfortunatelly I cannot find this term in r as a method for measuring the distance. Does anybody have an idea? Thanks in advance, Carolin [[alternative HTML version deleted]]
2017 Jun 23
0
MODISTools Help
..., > 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, Jun 22, 2017 at 4:41 PM, Caroline > <gliddeca at science.oregonstate.edu> wrote: >> Hi Bert, >> >> I have spent a lot of time searching the web for my error message and have gone through multiple tutorials. I have not found anything relevant to my error message which is why I posted on R-help. >>...
2017 Jun 23
1
MODISTools Help
On 6/22/2017 7:05 PM, Caroline wrote: > ##MODISTools example > library(MODISTools) > library(lubridate) > setwd('~/Documents/Modis data') > > #####MODISTools with buffalo data > > ###Read in data rename for easier coding > tbdata <- read.csv('~/Desktop/All TB data for EVI, NDVI.csv'...
2007 Dec 12
1
Defining the "random" term in function "negbin" of AOD package
...Basin:Period:Depth, control=glm.control(maxit=1000), method="glm.fit", data=Combined.Counts.df) How could I adjust this to function with the "negbin" function? Specifically, what would I use for the required "random" term? Caroline E. Paulsen Masters Candidate School of Aquatic and Fishery Sciences University of Washington phone: 206.852.9539 email: cpaulsen@u.washington.edu [[alternative HTML version deleted]]
2005 Jun 17
1
About simulations
Hello I would like to generate covariance matrix with autoregressive structure. I saw some functions in nlme such as corAR1 for example but I don't know how to use it for my goal. Could someone help me or advise me another function? Thank you in advance Caroline
2010 Nov 03
1
install vegan
...zip", : 'lib = "C:/Programme/R/R-2.12.0/library"' is not writable Error in install.packages(choose.files("", filters = Filters[c("zip", : unable to install packages > utils:::menuInstallLocal() does anybody know what is wrong? Thanks in advance, Carolin
2009 Apr 25
1
fclustindex, e1071 package
...ustIndex function. However it returned the following error: > fclustIndex(ra.flcust6,ra,index="all") Error in solve.default(scatter[, , i]) : Lapack routine dgesv: system is exactly singular Please could anyone explain what this means and what I have done wrong? thanks Caroline Wallis [[alternative HTML version deleted]]
2017 Jun 23
2
MODISTools help - with reproducible examples
I have and they have not yet replied - however that was only two or three days ago. I have included a code example. > On Jun 22, 2017, at 8:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > >> >> On Jun 22, 2017, at 4:44 PM, Caroline <gliddeca at science.oregonstate.edu> wrote: >> >> I am using the R-package MODISTools (different than MODIS) and am having a lot of difficulty troubleshooting my code. I have spent awhile going through MODISTools tutorials, searching for my error code, looking at the source cod...
2009 Nov 17
2
make.packages.html
....10 C:\Users\Gabor\Documents/R/win-library/2.10/AER/DESCRIPTION -- Title is missing -- C:\Users\Gabor\Documents/R/win-library/2.10/akima/DESCRIPTION -- Title is missing -- C:\Users\Gabor\Documents/R/win-library/2.10/car/DESCRIPTION -- Title is missing -- C:\Users\Gabor\Documents/R/win-library/2.10/caroline/DESCRIPTION -- Title is missing -- ... Looking at make.packages.html in utils, this code: for (lib in lib.loc) { pg <- Sys.glob(file.path(lib, "*", "DESCRIPTION")) pkgs[[lib]] <- sort(sub(paste(lib, "([^/]*)", "DESCRIPTION$",...
2017 Jun 23
0
MODISTools help - with reproducible examples
...essential. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html -- Sent from my phone. Please excuse my brevity. On June 23, 2017 6:54:48 AM PDT, Caroline <gliddeca at science.oregonstate.edu> wrote: >I have and they have not yet replied - however that was only two or >three days ago. > >I have included a code example. >> On Jun 22, 2017, at 8:25 PM, David Winsemius <dwinsemius at comcast.net> >wrote: >> &gt...
2007 Aug 21
2
divided scatter plots
I have a data set which contains two columns. The first column is a list of countries, and the second column contains their political risk ratings. I would like to create one large plot that contains 5 different sections, each with a scatter plot. To clarify, I have divided the countries into 5 groups. For each group (continent), I would like to have the name of the continent on the x-axis, and
2010 Dec 23
1
Vioplot / list help
Hi, I have some data (lots of year,distance pairs), which I can straightforwardly boxplot: dists <- read.table("movedists.dat") with(dists,plot(as.factor(V1),V2)) If I want to plot these data as violin plots using vioplot, this approach doesn't work: > with(dists,vioplot(as.factor(V1),V2)) Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, : min not