similar to: package nls2 for windows

Displaying 20 results from an estimated 10000 matches similar to: "package nls2 for windows"

2007 Dec 05
1
confidence intervals for y predicted in non linearregression
Hi Thanks for your suggestion, I'm trying to install this package in Ubuntu (7.10) but unsuccessfully. Also tried in MacOSX, and no success too. _____ De: Ndoye Souleymane [mailto:ndoye_p@hotmail.com] Enviado el: miércoles, 05 de diciembre de 2007 13:38 Para: bady@univ-lyon1.fr; Florencio González CC: r-help@stat.math.ethz.ch Asunto: RE: [R] confidence intervals for y predicted in
2010 Sep 02
1
How using the weights argument in nls2?
Good morning gentlemen! How using a weighted model in nls2? Values with the nls are logical since values with nls2 are not. I believe that this discrepancy is due to I did not include the weights argument in nls2. Here's an example: MOISTURE <- c(28.41640, 28.47340, 29.05821, 28.52201, 30.92055, 31.07901, 31.35840, 31.69617, 32.07168, 31.87296, 31.35525, 32.66118, 33.23385,
2008 Aug 19
2
Writing R Extensions : A new R package for Gini Index decomposition to prupose
Dear All, I have developed a programme the anable the decomposition of the Gini index, it complets tha valuable work of Achim Zeileis, the author of the ineq package. I would like to make it to be part of all R package. How should I proceed. Must I sent it to the the Core developement team ? The proogramme is written in R. Many thanks for your advice, Best regards, Souleymane
2008 Mar 20
1
How to cope with : /usr/bin/ld/: cannot find -lgfortran
Good Morning, I am running R-2.6.1-1.rh5.i386.rpm under RED HAT Enterprise Linux 5, but I get this message error /usr/bin/ld/: cannot find -lgfortran when trying installing R CMD INSTALL ade4_1.4-5.tar.gz. Please help me to cope with this problem. Best regards, Souleymane _________________________________________________________________ [[alternative HTML version deleted]]
2010 Nov 24
1
The nls2 function automatically prints the object!
Good morning gentlemen! When I use the function nls2, and store it in an object, that object is automatically printed, without the summary or to draw the object. For example. model <- nls2 (...) Number of iterations to convergence: ... Achieved convergence tolerance: ... Nonlinear regression model model: ... ~ ... Date: NULL The B k ... ... ... residual sum-of-squares: ... Number
2010 May 11
1
nls() and nls2() behavior?
first, apologies for so many posts yesterday and today. I am wrestling with nls() and nls2(). I have tried to whittle it down to a simple example that still has my problem, yet can be cut-and-pasted into R. here it is: library(nls2) options(digits=12); y= c(0.4334,0.3200,0.5848,0.6214,0.3890,0.5233,0.4753,0.2104,0.3240,0.2827,0.3847,0.5571,0.5432,0.1326,0.3481) x=
2008 Aug 25
4
R for Windows GUI closes when I try to read.spss
** High Priority ** I have been trying to read an SPSS file into R using read.spss ("C:/Documents and Settings/Roderick Harrison/My Documents/RWORK/ihisdat.sav", use.value.labels = TRUE, to.data.frame = FALSE, max.value.labels = 500, trim.factor.names = FALSE, trim_values = TRUE, reencode = NA, use.missings = to.data.frame) Each time (at least 5 or 6 by now) I get the following
2013 Jul 27
4
[LLVMdev] Require Grammar for converting C to IR
Respected Sir/Madam, As I was developing some part of compiler for a project. I require grammar (BNF or EBNF) for converting the C code in the IR as it is not been mentioned any where over your official website. Awaiting for your help. Regards, Vijay Daultani. M.Tech student IIT Delhi
2023 Mar 20
4
DOUBT
Respected sir/madam can you please suggest what is an unexpected symbol in the below code for running a multinomial logistic regression model <- multinom(adoption ~ age + education + HH size + landholding + Farmincome + nonfarmincome + creditaccesibility + LHI, data=newdata) [[alternative HTML version deleted]]
2004 Nov 19
5
help! a urgent question
Dear Sir/Madam, I am doing a project related to R. However, it is always difficult find some R functions. The R user guide seems not complete. Is there any free document about all R functions ? Who knows ? please help me. My email is myzhaogong@yahoo.com Thank you very much --------------------------------- [[alternative HTML version deleted]]
2017 Jan 22
2
Problem entering BIOS - Chison Ultrasound system
Hallo sir/madam, I have a Chinese brand Ultrasound unit Ivis 60 model which had issues with booting after power fluctuations here in Congo -Africa. It is using a syslinux 3.31 which is continually giving problem when trying to enter BIOS so that I can install new files available on the usb disk. To enter bios you have to continually press "delete button" when starting the unit but no
2010 Oct 12
3
F cumulative distribution function
Dear Sir or Madam: Dose anyone know the R function which corresponds to "fcdf", a "F cumulative distribution function" of Matlab? http://esra.univ-paris1.fr/matlab5/toolbox/stats/fcdf.html Please guide me how to get this function if it is available. ..... or code it ab initio if no function in R language Thanks for kind reply further. Hsih-Te
2008 Feb 29
4
help
Dear Sir/Madam, I got some problem about using R. I am a student, and need to use R a lot. But sometimes when I am working in computer lab, we can not install some particular pacakges by ourselves because of the previliges. Can the folder of Librabry of R, move to, for instance the personal folder, my documents... then we can install any specified package? Best regards,
2008 Jul 25
2
problem in choosing cran mirror !
Dear Sir/Madam ? ? why during choosing the cran mirror of India on my?Vista PC?gives an error of like this ? > chooseCRANmirror() Warning message: ?In open.connection(con, "r") : unable to resolve 'cran.r-project.org' ? ? ? ? pls help me ? ? ? ? ? ? Thanks From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/
2009 Apr 18
2
The law difference between country
Dear Madam or Sir, I live in Japan. So I must comply with the nation's law. When I install software for Linux, is there any easy way to know whether the the installation and use of the software is legal or not? Please teach me. Hiraki
2004 Apr 10
2
Density Estimation
Dear Sir/Madam; Would you please tell me what is the command that allows the estimation of the Kernel Density for some data. Thanks, Thami Rachidi [[alternative HTML version deleted]]
2006 Feb 16
2
fitting non-liner curves
Dear Sir/Madam, I have two vectors say x<-c(0,0,2.73,3.42,3.95,4.26) and y<-c(0.0,0.5,1.20,1.90,2.6,3.3). I want to fit y as a function of x and get the equation.Do I have to use glm() ? Rangesh [[alternative HTML version deleted]]
2010 Jan 09
2
R in English Version
Dear Sir/Madam   I am living in germany but do not know German Language. so could you please help me to download R in English working Language, because automatically it gives German version of R when I download it from UK or US or Germany.   Thanking you and Best regards Pooja [[alternative HTML version deleted]]
2011 Nov 15
2
Question on exercise
Dear Sir/Madam: Could you please help me with this exercise and how I could solve it in R?: -------------- next part -------------- A non-text attachment was scrubbed... Name: PastedGraphic-1.pdf Type: application/pdf Size: 86215 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111115/b38825d2/attachment.pdf> -------------- next part -------------- I
2012 May 06
2
paper submission help
Hello Sir/Madam, i am interested to send the paper in the R journal please provide me the information of address submission so i can easily send the paper to the editor of chief. [[alternative HTML version deleted]]