search for: valuedata

Displaying 3 results from an estimated 3 matches for "valuedata".

2010 Dec 08
1
I want to get smoothed splines by using the class gam
....250000 9.000000 50.450000 10.500000 55.110000 12.000000 61.120000 18.000000 61.260000 24.000000 62.670000 36.000000 63.670000 48.000000 74.880000 I want to get smoothed splines by using the class gam The first way I tried , was the following: > library('mgcv') > t=read.table('Valuedata', header=T, sep="\t") > g=gam(Erg~s(time,k=4,fx=TRUE,bs="cr"),data=t) > plot(g) The plot shows me 3 curves in the yrange of -20 and 30 and I don't know, which curve is the result. The second way I tried was: > library("gam") > t=read.table('...
2005 Jun 15
1
Setting environment variables (installation problem)
...;t choose the R installation path ("/DIR={pf}\\R /SILENT"). If I would know where the user install R the InnoSetup part would be really simple: Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; ValueName: "PATH"; ValueData: "{olddata};{app}\R\bin" (or something like that) (R-FAQ for Windows) The R-FAQ#2.5 tells me that I'm able to specify the path where R will be installed but nothing about the environment variable. And the R-FAQ#2.16 is not what I need. Duncan Murdoch wrote (http://tolstoy.newcast...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...r is that too much bound to installer details and can't be secluded > very well? We use the Inno Setup installer; it has a function for this. Here's the code used: Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\Session Manager\Environment; ValueType: expandsz; ValueName: PATH; ValueData: "{code:getNewPath}"; Tasks: setPath So I guess I do know what the registry key is. > > The motivation behind this is that I came to love applications that can > be run portably (i.e. apps that don't write anything to the Windows > registry and can therefore be easily b...