Package of 'doRLP'

Change Log:

Download and Install:
[source code] doRLP_1.0.tar.gz



[For windows] Sorry, currently the package for windows version is not available

Required additional package: snow, snowfall, ( sstools )

Main functions

Procedures

  • under the 'white' folder, run do.all

    sample code

    
    # "do.all" does all procedures of create data, write dat file for SS, condurct SS and likelihood profiles.
    tmpres <- do.all(nsim=5, # number of replications
                     Rsigma=0.6, # CV of recruitment deviations assumed int the true population
                     cpue.error=rep(0.2,2), # CV of observation errors in abunance indices for each fishery (in the true population)
                     obs.cpue=rep(0.2,2), # CV of observation errors inputted to SS dat file (in SS)
                     Nlen=rep(400,2), # Number of sample size for multinomial observational errors in the length composition data (in the true population)
    	         Nlen.ss=rep(400,2), # Number of sample size inputted to SS dat file (in SS)
                     Fall=0.1, # Apex fishing mortality for the 1st fleet
                     mc=2, # number of threds used for the calculations
                     is.likeprof=T) # if TRUE, do likelihood profiles
    # some arguments are shared with the arguments specified to get.data. 
    # time-varying assumptions are controlled by options of get.data 
    

    Past packages:


    Back to the top page