inst/scripts/trwlband.q

with(trawl, {
ind       <- (Year == 0)
longitude <- Longitude[ind]
zone      <- Zone[ind]
score1    <- Score1[ind]
sm.ancova(longitude, score1, zone, h = 0.1, model = "equal")
})

Try the sm package in your browser

Any scripts or data that you put into this service are public.

sm documentation built on May 29, 2024, 2:28 a.m.