search for: sensibel

Displaying 2 results from an estimated 2 matches for "sensibel".

2010 Dec 20
2
Sine Regression in R
...+ b * [cos(c) * sin(x1) + sin(c) * cos(x1)] y = a + b * cos(c) * sin(x1) + b * sin(c) * cos(x1) y = a + b1 * sin(x1) + b2 * cos(x1) where b1 = b * cos(c) and b2 = b * sin(c) This works fine for me as I am not interested in the value for b and c. By trial and error I also detemined that the sensibel value for d is 1/58. I have 366 days of data and want to fit a single sine onto it. *First question*: 1/ 58 = (2 pi) / 366. I guess 366 is the period of my data, I have 366 days. so *d = (2 pi) / Period*. Is this correct. *Second question*: I reckon that all of this looks very DIY. Is there a bet...
2005 Apr 21
1
printCoefmat(signif.legend =FALSE) (PR#7802)
...ines (3. and 4. from the bottom) if (signif.stars) cat("---\nSignif. codes: ", attr(Signif, "legend"), "\n") to if (signif.legend) cat("---\nSignif. codes: ", attr(Signif, "legend"), "\n") At least it works for the more sensibel case, that no legend should be produced. Regards Wolfgang --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 1.0 year = 2005 month = 04 day = 18 language = R Windows XP Profes...