search for: komin

Displaying 14 results from an estimated 14 matches for "komin".

Did you mean: kozin
2011 May 05
7
Draw a nomogram after glm
...L) Result is bad and I have this following error message: Erreur dans value.chk(at, i, NA, -nint, Limval, type.range = "full") : variable L does not have limits defined by datadist Could you help me on the code to draw nomogram. Nb: my English is low, I apologize. Thank for your help Komine -- View this message in context: http://r.789695.n4.nabble.com/Draw-a-nomogram-after-glm-tp3498144p3498144.html Sent from the R help mailing list archive at Nabble.com.
2011 Dec 13
1
Re : Polygon
...ible example of your data. The statement "...output does not seem good."  is not very useful. Please explain what you would like the polygon area to look like, and why you don't like the way it came out.  Links to posted images of the chart would help too. <quote> From: Komine <momadou_at_yahoo.fr> Date: Mon, 12 Dec 2011 06:58:56 -0800 (PST) Hi everybody, I have a matrix with 3 columns (Date, MeanArea and SdArea). I want to draw a figure showing the variable MeanArea in terms of the Date. But instead to use the variable SdArea as bar error, I want to use “po...
2011 Aug 16
2
exponential model with decreasing
...In min (x) found no arguments to min; Inf is returned #it is my translation 2: In max (x): no arguments to max;-Inf is returned - Please where is the problem? - What I can do to obtain R^2? - The way to verify Homoscedasticity and normality is the same for linear model? Thank you in advance KOMINE -- View this message in context: http://r.789695.n4.nabble.com/exponential-model-with-decreasing-tp3747572p3747572.html Sent from the R help mailing list archive at Nabble.com.
2011 Dec 02
2
Problem with loop
Hi, I try to build a loop difficultly. I have in a folder called Matrices several files (.csv) called Mat2002273, Mat2002274 to Mat2002361. I want to calculate for each file the mean of the column called Pixelvalues. I try this code but as result, I have this message: Mat2002273 not found
2011 Sep 20
3
Problem with legend
HI, This code is part of a code I used to do a linear regression: >points(var1~var2,data=Regress,pch=21,bg="grey") >reg11<-lm(var1~var2,data=Regress) >abline(lm(var1~var2,data=Regress),lty=2,lwd=2,col="grey") >legend("topleft",legend= >c("NDII from composite", >"y= 0.0007x - 0.1156",expression(paste(r^2 ==
2011 Jul 07
0
Problem with varpart (vegan library)
...ee the contribution of each variable, I use varpart from vegan library. But varpart don?t accepts my 5 explanatory variables, it accept only 4. 1- How must I do to use my 5 explanatory variables? 2- Is it the sum of variance fraction of each variable must be equal to 1. Thanks for your help. Komine -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-varpart-vegan-library-tp3650816p3650816.html Sent from the R help mailing list archive at Nabble.com.
2011 Aug 16
0
exponential with decreasing
...vis : 1: In min(x) : aucun argument trouv? pour min ; Inf est renvoy? 2: In max(x) : aucun argument pour max ; -Inf est renvoy? - Please where is the problem? - What I can do to obtain R^2? - Is the method to verify homoscedasticity and normality is the same for linear model? Thank you in advance KOMINE -- View this message in context: http://r.789695.n4.nabble.com/exponential-with-decreasing-tp3747441p3747441.html Sent from the R help mailing list archive at Nabble.com.
2011 May 30
0
Problem with GAM
...val equal 1. I tried with zlim=c(1,16) but the result is not good. How do I do it? 2- On the figure, the red color corresponds with the weak values and light red corresponds with the big values. How to invert the color to obtain red color corresponding with the big values. Thanks for your help. Komine -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-GAM-tp3561371p3561371.html Sent from the R help mailing list archive at Nabble.com.
2011 Aug 26
1
Save figure in pdf
Hi, I created a figure with R and I want to save it in .pdf. I used this code: > pdf("res.pca.pdf",width=10,height=8) > library(FactoMineR) > res.pca<-PCA(acp) > res.pca > dev.off() When I go in my folder, I find an empty file ( 0 Ko). Do you know where is the problem. Thank you in advance -- View this message in context:
2011 Dec 12
1
Polygon
Hi everybody, I have a matrix with 3 columns (Date, MeanArea and SdArea). I want to draw a figure showing the variable MeanArea in terms of the Date. But instead to use the variable SdArea as bar error, I want to use ?polygon error?. I use this code but the output does not seem good.
2012 Mar 20
3
Not colour but symbols
Hi, Instead to put colour in my histogram, I want to put symbols like lines, dots etc. Do you know the function that does it? Thank you in advance -- View this message in context: http://r.789695.n4.nabble.com/Not-colour-but-symbols-tp4490030p4490030.html Sent from the R help mailing list archive at Nabble.com.
2011 Aug 23
3
Different Estimated values between R and Excel
Hi, I used simple linear regression with the R software and EXCEL on the same data. Although , I find the same R2=0.84, I find different estimated values (intercept and slope). For the R software (slope =0.0009, Intercept = -0.1478), for EXCEL (slope =927.7, Intercept = 154,41). When I use the estimated values from the R software, the results seem bad, however the results of Exel seem correct.
2012 Mar 21
2
To overlay my raster and its boundary
Hi I want to overlay my raster and its boundary which is a shapefile. When I used thise code separately, all is ok: # Open raster >Image<-read.table("C:\\Users\\Documents\\Nouveau\\Frequence.txt",sep="",dec=",",header=TRUE) >testo<-rasterFromXYZ(Image) >plot(testo) >testo2 <- aggregate(testo,fact=10, fun=mean) >plot(testo2) # open
2011 Jul 07
0
fraction [a] a partitioning of variation
Hi, After performing a multiple linear regression, I am looking for an R package that can calculate the fraction [a] a partitioning of variation. This fraction measures the proportion of variance of y explained by the explanatory variable x1 (for example) when other variables (x2, x3 ...) are held constant. Thank you in advance for your help -- View this message in context: