Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

12 results for “from:Mohammed Ouassou”

testing two data sets
Mohammed Ouassou · Feb 21, 2012 · r-help

Hi everyone, I have 2 data sets and I like to carry out a test to find out if they come from the same distribution. Any suggestions ? thanks in advance. M.O

Cramer Rao upper bound computation
Mohammed Ouassou · Apr 24, 2014 · r-help

Dear R users; I have a question about Cramer Rao upper/lower bounds Is it possible to compute Crammer Rao upper/lower bounds from residuals and corresponding covariance matrices ? Any suggestions will be appreciated, thanks in advance. M.O

Cramer Rao upper/lower bounds- No Comments ?
Mohammed Ouassou · Apr 25, 2014 · r-help

Dear R users; I have a question about Cramer Rao upper/lower bounds Is it possible to compute Crammer Rao upper/lower bounds from residuals and corresponding covariance matrices ? Any suggestions will be appreciated, thanks in advance. M.O

Fiting a trend + periodic signal
Mohammed Ouassou · Aug 12, 2010 · r-help

Dear all, I have a time series and I like to fit S(t) = T(t) + P(t) T(t) = Linear Trend = a + bt P(t) = Periodic Signal = sum(Ai*cos(wt) + Bi*sin(wt) ) for i=1,...,3. Thanks...

geoR - likfit failure
Mohammed Ouassou · Aug 4, 2010 · r-help

Hi I'm using geoR package to perform linear spatial interpolation(OK). The function likfit() fails to compute REML. The error meassage is : Error in solve.default(v$varcov, xmat); How I can find out that likfit() is failed to...

Can't remember which package I used. Anyone can help please?
Mohammed Ouassou · Nov 13, 2012 · r-help

try : sessionInfo() M.O On ti., 2012-11-13 at 11:12 +0000, HJ YAN wrote: > Dear R users > > I tried an example earlier to check the results using two different > methods of clustering with same data set, and for...

ROCR package not installing
Mohammed Ouassou · Nov 22, 2012 · r-help

try: install.packages("ROCR",dep=T) M.O On to., 2012-11-22 at 16:02 +1000, Philip Robinson wrote: > I have tried installing the package (ROCR) with this command: > > > > Install.packages(ROCR) > > > > And with this command on the command...

Help request from Ph.D. Students
Mohammed Ouassou · Jan 11, 2016 · r-help

Try DLM package : dlm: Bayesian and Likelihood Analysis of Dynamic Linear Models M.O On Mon, 2016-01-11 at 13:07 +0100, Franklin Bretschneider wrote: > Dear NECMETT?N ALPAY KO?AK, > > Re: > > > Dear All, > > I am Ph.D. student...

plotting points over a map using R
Mohammed Ouassou · Jan 31, 2014 · r-help

library(RgoogleMaps); # download a static map from the Google server library(geomapdata); # Topographic and Geologic Mapping lbrary(PBSmapping); # Draw Maps and Implement Other GIS Procedures STEP1: my_map = GetMap(center=my_center, zoom =my_zoom , destfile=my_out_file ,maptype...

help with kriging interpolation
Mohammed Ouassou · Apr 4, 2013 · r-help

Hei, Non-parametric linear spatial interpolation algorithm Ordinary Kriging using geoR package library(geoR) # 1. Create a geodata object (wMatrix contains coords and data # ? as.geodata ---> for more info my_geoData <- as.geodata(wMatrix, coords.col=1:2, data.col...

how to read a group of files into one dataset?
Mohammed Ouassou · Aug 25, 2011 · r-help

inputDataPath <- "/home/.../bla/"; #Directory containing data files szPattern <- ".dat"; # File extension # Get all files name in the specified directory file2process <- list.files(inputDataPath, pattern=szPattern); # Get number of files to be processed iFileCnt <- length(file2process); dbMatrix <- list(); # Empty list (Your...

Help to get fitted and residual value
Mohammed Ouassou · Dec 7, 2011 · r-help

Hei, i) get names of object returned by lm(). in this case fit names(fit) output from command : names(fit) [1] "coefficients" "residuals" "effects" "rank" [5] "fitted.values" "assign" "qr" "df.residual" [9] "contrasts" "xlevels" "call" "terms" ii) To get...

Can't find what you're looking for? Try searching with Google .