linkfreq: Transition frequencies

Description Usage Arguments Details Value See Also Examples

Description

Utility function for determining the transition frequencies.

Usage

1
linkfreq(from, to, linkcut = 0.001)

Arguments

from

vector with starting pages

to

vector with landing pages

linkcut

Cutpoint for excluding links (see details)

Details

A value of linkcut = 0.001 means that links used in more than 0.1% of the transitions are taken into account for frequency computation.

Value

Returns an object of class "linkfreq"

freqlink

Transition frequencies as data frame.

linktable

Transition frequencies as table.

fromSum

Vector with starting page margins.

toSum

Vector with landing page margins.

...

See Also

msprep

Examples

1
2
3
4
data(webshop)
attach(webshop)
res <- linkfreq(from, to, linkcut = 0.01)
res

cmprskWeb documentation built on May 2, 2019, 6:51 p.m.