[R] How to solve this?

2021-08-30 Thread SITI AISYAH ZAKARIA
Dear all, Can anyone help me? I'm using this coding to get the spatial gev model and plotting the quantile plot to justify the model is fit but the plot look like not fit.. How can I solve this? It is I need to change in the any value at the coding.For example I want to change form.shape <-shape ~

[R] HOW TO SOLVE THIS PROBLEM (RVALS)

2021-08-08 Thread SITI AISYAH ZAKARIA
Hi, Can anyone help me how to solve this problem? #calculation of confidence intervals 1. > nc <- 1 2. > M1 <- matrix(rfrechet(nc*nobs),nrow=nobs,ncol=nc) 3. > M <- t(apply(M1,2,sort)) 4. > E <- envelope(mat=M) #compute 95% confidance bands *Error in envelope.matrix(mat = M) : rvals must be

Re: [R] How to estimate the parameter for many variable?

2021-07-10 Thread SITI AISYAH ZAKARIA
sign column names > colnames(mle_params2) <- c("location", "scale", "shape", "mul2", "mul3") > head(mle_params2) > > > Hope this helps, > > Rui Barradas > > Às 09:53 de 09/07/21, SITI AISYAH ZAKARIA escreveu: > > D

Re: [R] How to estimate the parameter for many variable?

2021-07-09 Thread SITI AISYAH ZAKARIA
t; > # seems a good fit > plot_fit(Ozone_weekly2, 1) # column number > plot_fit(Ozone_weekly2, "CA01") # col name, equivalent > > # the data seems gaussian, not a good fit > plot_fit(Ozone_weekly2, 4) # column number > plot_fit(Ozone_weekly2, "CA08&q

Re: [R] How to estimate the parameter for many variable?

2021-07-08 Thread SITI AISYAH ZAKARIA
gt; > what you want to do with it. Finally, as this is a text mailing list, > > we don't get any highlighting, so the text to which you refer cannot > > be identified. I can see you have a problem, but cannot offer any help > > right now. > > > > Jim >

[R] How to estimate the parameter for many variable?

2021-07-07 Thread SITI AISYAH ZAKARIA
Dear all, Can I ask something about programming in marginal distribution for spatial extreme? I really stuck on my coding to obtain the parameter estimation for univariate or marginal distribution for new model in spatial extreme. I want to run my data in order to get the parameter estimation val

Re: [R] How to select max data according to week?

2019-06-26 Thread SITI AISYAH BINTI ZAKARIA
Dear All, Thank you very much for helping me.. i will try my best by using all suggestion.. thank you again.. hopefully is work. - Original Message - From: "Eric Berger" To: "Marc Schwartz" Cc: "Bert Gunter" , "R-help" , "SITI AISYAH BI

[R] How to select max data according to week?

2019-06-18 Thread SITI AISYAH BINTI ZAKARIA
Hi, I'm Aisyah..I have a problem to run my R coding. I want to select maximum value according to week. here is my data Date O3_Conc 21010.033 21020.023 21030.025 21040.041 21050.063 21060.028 200

[R] NMDS ordination

2010-02-13 Thread Aisyah
Hi Im currently trying to plot my NMDS data together with fitted variables (envfit funct) on an ordination plot. The plot function shows two displays="sites" and "sp". I was wondering how to plot it so that the sites come up as different points for different sites but the species come up as actua